Home
last modified time | relevance | path

Searched refs:SC (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/netbsd/external/bsd/jemalloc/include/jemalloc/internal/
H A Dsize_classes.h43 SC( 0, 3, 3, 0, no, yes, 1, 3) \
44 SC( 1, 3, 3, 1, no, yes, 1, 3) \
45 SC( 2, 3, 3, 2, no, yes, 3, 3) \
46 SC( 3, 3, 3, 3, no, yes, 1, 3) \
48 SC( 4, 5, 3, 1, no, yes, 5, 3) \
49 SC( 5, 5, 3, 2, no, yes, 3, 3) \
50 SC( 6, 5, 3, 3, no, yes, 7, 3) \
51 SC( 7, 5, 3, 4, no, yes, 1, 3) \
53 SC( 8, 6, 4, 1, no, yes, 5, 4) \
54 SC( 9, 6, 4, 2, no, yes, 3, 4) \
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp48 if (!SC->isValid()) in getNumDecoderSlots()
51 assert((SC->NumMicroOps != 2 || (SC->BeginGroup && !SC->EndGroup)) && in getNumDecoderSlots()
53 assert((SC->NumMicroOps < 3 || (SC->BeginGroup && SC->EndGroup)) && in getNumDecoderSlots()
55 assert((SC->NumMicroOps < 3 || (SC->NumMicroOps % 3 == 0)) && in getNumDecoderSlots()
94 if (!SC->isValid()) in fitsIntoCurrentGroup()
99 if (SC->BeginGroup) in fitsIntoCurrentGroup()
172 if (!SC->isValid()) in dumpSU()
196 if (SC->BeginGroup && SC->EndGroup) in dumpSU()
342 if (!SC->isValid()) in groupingCost()
355 if (SC->EndGroup) { in groupingCost()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DFormatUtil.cpp193 using SC = COFF::SectionCharacteristics; in formatSectionCharacteristics() typedef
201 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_CNT_CODE, C, Style, "code"); in formatSectionCharacteristics()
206 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_LNK_OTHER, C, Style, "other"); in formatSectionCharacteristics()
207 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_LNK_INFO, C, Style, "info"); in formatSectionCharacteristics()
210 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_GPREL, C, Style, "gp rel"); in formatSectionCharacteristics()
243 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_LNK_NRELOC_OVFL, C, Style, in formatSectionCharacteristics()
245 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_MEM_DISCARDABLE, C, Style, in formatSectionCharacteristics()
247 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_MEM_NOT_CACHED, C, Style, in formatSectionCharacteristics()
251 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_MEM_EXECUTE, C, Style, in formatSectionCharacteristics()
253 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_MEM_READ, C, Style, in formatSectionCharacteristics()
[all …]
H A DInputFile.cpp144 if (!SC.hasChecksums() || !SC.hasStrings()) in SymbolGroup()
145 SC.initialize(SS); in SymbolGroup()
150 if (SC.hasChecksums() && SC.hasStrings()) in SymbolGroup()
170 if (!SC.hasStrings()) { in initializeForPdb()
178 SC.resetChecksums(); in initializeForPdb()
187 SC.initialize(Subsections); in initializeForPdb()
192 if (!SC.hasChecksums()) in rebuildChecksumMap()
195 for (const auto &Entry : SC.checksums()) { in rebuildChecksumMap()
209 return SC.strings().getString(Offset); in getNameFromStringTable()
228 if (!SC.hasChecksums()) { in formatFromChecksumsOffset()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h167 const MCSchedClassDesc *SC) const { in getWriteProcResBegin() argument
168 return &WriteProcResTable[SC->WriteProcResIdx]; in getWriteProcResBegin()
171 const MCSchedClassDesc *SC) const { in getWriteProcResEnd() argument
172 return getWriteProcResBegin(SC) + SC->NumWriteProcResEntries; in getWriteProcResEnd()
177 assert(DefIdx < SC->NumWriteLatencyEntries && in getWriteLatencyEntry()
180 return &WriteLatencyTable[SC->WriteLatencyIdx + DefIdx]; in getWriteLatencyEntry()
183 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx, in getReadAdvanceCycles() argument
189 *E = I + SC->NumReadAdvanceEntries; I != E; ++I) { in getReadAdvanceCycles()
205 getReadAdvanceEntries(const MCSchedClassDesc &SC) const { in getReadAdvanceEntries() argument
206 if (!SC.NumReadAdvanceEntries) in getReadAdvanceEntries()
[all …]
/netbsd/external/gpl3/gdb/dist/opcodes/
H A Drl78-decode.opc453 ID(mov); DCY(); SC(0);
470 ID(mov); DRB(rg); SC(0);
478 ID(mov); DR(AX); SC(0);
481 ID(mov); DR(BC); SC(0);
922 ID(xor); DCY(); SC(1);
938 ID(mov); DR(AX); SC(1);
941 ID(mov); DR(BC); SC(1);
1019 ID(rol); DR(A); SC(1);
1028 ID(ror); DR(A); SC(1);
1047 ID(sel); SC(rb);
[all …]
H A Drl78-decode.c1404 ID(mov); DR(ES); SC(IMMU(1)); in rl78_decode_opcode()
2801 ID(sel); SC(rb); in rl78_decode_opcode()
2893 ID(ror); DR(A); SC(1); in rl78_decode_opcode()
3034 ID(rol); DR(A); SC(1); in rl78_decode_opcode()
3803 ID(mov); DCY(); SC(1); in rl78_decode_opcode()
5442 ID(mov); DRB(rg); SC(1); in rl78_decode_opcode()
5489 ID(mov); DR(AX); SC(1); in rl78_decode_opcode()
5504 ID(mov); DR(BC); SC(1); in rl78_decode_opcode()
5617 ID(mov); DRB(rg); SC(0); in rl78_decode_opcode()
5664 ID(mov); DR(AX); SC(0); in rl78_decode_opcode()
[all …]
H A Drx-decode.opc319 SC(IMM(im));
324 SC(IMMex(im));
426 ID(rtsd); SC(IMM(1) * 4);
605 DR(rdst); SC(val);
625 ID(min); DR(rdst); SC(IMMex(im));
646 DR(rdst); SC(immm); F_____;
668 DR(rdst); SC(val); F_____;
1023 ID(mvtipl); SC(immm);
1056 ID(int); SC(IMM(1));
1158 ID(rstr); SC(IMM(1)); F_____;
[all …]
/netbsd/external/gpl3/binutils.old/dist/opcodes/
H A Drl78-decode.opc453 ID(mov); DCY(); SC(0);
470 ID(mov); DRB(rg); SC(0);
478 ID(mov); DR(AX); SC(0);
481 ID(mov); DR(BC); SC(0);
922 ID(xor); DCY(); SC(1);
938 ID(mov); DR(AX); SC(1);
941 ID(mov); DR(BC); SC(1);
1019 ID(rol); DR(A); SC(1);
1028 ID(ror); DR(A); SC(1);
1047 ID(sel); SC(rb);
[all …]
H A Drl78-decode.c1404 ID(mov); DR(ES); SC(IMMU(1)); in rl78_decode_opcode()
2801 ID(sel); SC(rb); in rl78_decode_opcode()
2893 ID(ror); DR(A); SC(1); in rl78_decode_opcode()
3034 ID(rol); DR(A); SC(1); in rl78_decode_opcode()
3803 ID(mov); DCY(); SC(1); in rl78_decode_opcode()
5442 ID(mov); DRB(rg); SC(1); in rl78_decode_opcode()
5489 ID(mov); DR(AX); SC(1); in rl78_decode_opcode()
5504 ID(mov); DR(BC); SC(1); in rl78_decode_opcode()
5617 ID(mov); DRB(rg); SC(0); in rl78_decode_opcode()
5664 ID(mov); DR(AX); SC(0); in rl78_decode_opcode()
[all …]
H A Drx-decode.opc319 SC(IMM(im));
324 SC(IMMex(im));
426 ID(rtsd); SC(IMM(1) * 4);
605 DR(rdst); SC(val);
625 ID(min); DR(rdst); SC(IMMex(im));
646 DR(rdst); SC(immm); F_____;
668 DR(rdst); SC(val); F_____;
1023 ID(mvtipl); SC(immm);
1056 ID(int); SC(IMM(1));
1158 ID(rstr); SC(IMM(1)); F_____;
[all …]
/netbsd/external/gpl3/binutils/dist/opcodes/
H A Drl78-decode.opc453 ID(mov); DCY(); SC(0);
470 ID(mov); DRB(rg); SC(0);
478 ID(mov); DR(AX); SC(0);
481 ID(mov); DR(BC); SC(0);
922 ID(xor); DCY(); SC(1);
938 ID(mov); DR(AX); SC(1);
941 ID(mov); DR(BC); SC(1);
1019 ID(rol); DR(A); SC(1);
1028 ID(ror); DR(A); SC(1);
1047 ID(sel); SC(rb);
[all …]
H A Drl78-decode.c1404 ID(mov); DR(ES); SC(IMMU(1)); in rl78_decode_opcode()
2801 ID(sel); SC(rb); in rl78_decode_opcode()
2893 ID(ror); DR(A); SC(1); in rl78_decode_opcode()
3034 ID(rol); DR(A); SC(1); in rl78_decode_opcode()
3803 ID(mov); DCY(); SC(1); in rl78_decode_opcode()
5442 ID(mov); DRB(rg); SC(1); in rl78_decode_opcode()
5489 ID(mov); DR(AX); SC(1); in rl78_decode_opcode()
5504 ID(mov); DR(BC); SC(1); in rl78_decode_opcode()
5617 ID(mov); DRB(rg); SC(0); in rl78_decode_opcode()
5664 ID(mov); DR(AX); SC(0); in rl78_decode_opcode()
[all …]
H A Drx-decode.opc319 SC(IMM(im));
324 SC(IMMex(im));
426 ID(rtsd); SC(IMM(1) * 4);
605 DR(rdst); SC(val);
625 ID(min); DR(rdst); SC(IMMex(im));
646 DR(rdst); SC(immm); F_____;
668 DR(rdst); SC(val); F_____;
1023 ID(mvtipl); SC(immm);
1056 ID(int); SC(IMM(1));
1158 ID(rstr); SC(IMM(1)); F_____;
[all …]
/netbsd/external/gpl3/gdb.old/dist/opcodes/
H A Drl78-decode.opc453 ID(mov); DCY(); SC(0);
470 ID(mov); DRB(rg); SC(0);
478 ID(mov); DR(AX); SC(0);
481 ID(mov); DR(BC); SC(0);
922 ID(xor); DCY(); SC(1);
938 ID(mov); DR(AX); SC(1);
941 ID(mov); DR(BC); SC(1);
1019 ID(rol); DR(A); SC(1);
1028 ID(ror); DR(A); SC(1);
1047 ID(sel); SC(rb);
[all …]
H A Drl78-decode.c1404 ID(mov); DR(ES); SC(IMMU(1)); in rl78_decode_opcode()
2801 ID(sel); SC(rb); in rl78_decode_opcode()
2893 ID(ror); DR(A); SC(1); in rl78_decode_opcode()
3034 ID(rol); DR(A); SC(1); in rl78_decode_opcode()
3803 ID(mov); DCY(); SC(1); in rl78_decode_opcode()
5442 ID(mov); DRB(rg); SC(1); in rl78_decode_opcode()
5489 ID(mov); DR(AX); SC(1); in rl78_decode_opcode()
5504 ID(mov); DR(BC); SC(1); in rl78_decode_opcode()
5617 ID(mov); DRB(rg); SC(0); in rl78_decode_opcode()
5664 ID(mov); DR(AX); SC(0); in rl78_decode_opcode()
[all …]
H A Drx-decode.opc319 SC(IMM(im));
324 SC(IMMex(im));
426 ID(rtsd); SC(IMM(1) * 4);
605 DR(rdst); SC(val);
625 ID(min); DR(rdst); SC(IMMex(im));
646 DR(rdst); SC(immm); F_____;
668 DR(rdst); SC(val); F_____;
1023 ID(mvtipl); SC(immm);
1056 ID(int); SC(IMM(1));
1158 ID(rstr); SC(IMM(1)); F_____;
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp404 assert(SC.hasStrings()); in toCodeViewSubsection()
415 assert(SC.hasStrings() && SC.hasChecksums()); in toCodeViewSubsection()
417 std::make_shared<DebugLinesSubsection>(*SC.checksums(), *SC.strings()); in toCodeViewSubsection()
446 assert(SC.hasChecksums()); in toCodeViewSubsection()
477 assert(SC.hasStrings()); in toCodeViewSubsection()
511 assert(SC.hasStrings()); in toCodeViewSubsection()
749 const codeview::StringsAndChecksums &SC) { in toCodeViewSubsectionList() argument
934 if (!SC.hasStrings()) { in initializeStringsAndChecksums()
940 SC.setStrings( in initializeStringsAndChecksums()
946 if (SC.hasStrings() && !SC.hasChecksums()) { in initializeStringsAndChecksums()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetSchedule.cpp88 if (!SC) in mustBeginGroup()
89 SC = resolveSchedClass(MI); in mustBeginGroup()
90 if (SC->isValid()) in mustBeginGroup()
91 return SC->BeginGroup; in mustBeginGroup()
99 if (!SC) in mustEndGroup()
100 SC = resolveSchedClass(MI); in mustEndGroup()
101 if (SC->isValid()) in mustEndGroup()
102 return SC->EndGroup; in mustEndGroup()
114 if (!SC) in getNumMicroOps()
116 if (SC->isValid()) in getNumMicroOps()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h567 template<typename SC, typename RetVal=void>
705 template<typename SC>
765 Operands.push_back(((SC*)this)->visit(Op)); in visitAddExpr()
775 Operands.push_back(((SC*)this)->visit(Op)); in visitMulExpr()
782 auto *LHS = ((SC *)this)->visit(Expr->getLHS()); in visitUDivExpr()
783 auto *RHS = ((SC *)this)->visit(Expr->getRHS()); in visitUDivExpr()
792 Operands.push_back(((SC*)this)->visit(Op)); in visitAddRecExpr()
804 Operands.push_back(((SC *)this)->visit(Op)); in visitSMaxExpr()
814 Operands.push_back(((SC*)this)->visit(Op)); in visitUMaxExpr()
824 Operands.push_back(((SC *)this)->visit(Op)); in visitSMinExpr()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h103 const MCSchedClassDesc *SC = nullptr) const;
106 const MCSchedClassDesc *SC = nullptr) const;
110 const MCSchedClassDesc *SC = nullptr) const;
134 ProcResIter getWriteProcResBegin(const MCSchedClassDesc *SC) const { in getWriteProcResBegin() argument
136 return STI->getWriteProcResBegin(SC); in getWriteProcResBegin()
138 ProcResIter getWriteProcResEnd(const MCSchedClassDesc *SC) const { in getWriteProcResEnd() argument
139 return STI->getWriteProcResEnd(SC); in getWriteProcResEnd()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-registry.cpp24 CommandRegistration::CommandRegistration(cl::SubCommand *SC, in CommandRegistration() argument
26 assert(Commands->count(SC) == 0 && in CommandRegistration()
29 (*Commands)[SC] = Command; in CommandRegistration()
32 HandlerType dispatch(cl::SubCommand *SC) { in dispatch() argument
33 auto It = Commands->find(SC); in dispatch()
H A Dllvm-xray.cpp30 for (auto *SC : cl::getRegisteredSubcommands()) { in main() local
31 if (*SC) { in main()
34 if (SC == &*cl::TopLevelSubCommand) { in main()
38 if (auto C = dispatch(SC)) { in main()
/netbsd/sys/arch/sgimips/dev/
H A Dscnvar.h77 #define SCN_OP_BIS(SC,VAL) ((SC)->sc_duart->base[DU_OPSET] = (VAL)) argument
78 #define SCN_OP_BIC(SC,VAL) ((SC)->sc_duart->base[DU_OPCLR] = (VAL)) argument
80 #define SCN_DCD(SC) (((SC)->sc_duart->base[DU_IP] & (SC)->sc_ip_dcd) == 0) argument
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DVarBypassDetector.cpp117 if (const SwitchCase *SC = dyn_cast<SwitchCase>(SubStmt)) in BuildScopeInformation() local
118 Next = SC->getSubStmt(); in BuildScopeInformation()
144 for (const SwitchCase *SC = SS->getSwitchCaseList(); SC; in Detect() local
145 SC = SC->getNextSwitchCase()) { in Detect()
146 Detect(from, ToScopes[SC]); in Detect()

12345678910>>...14