Home
last modified time | relevance | path

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

12345678910>>...12

/netbsd-src/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-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp47 const MCSchedClassDesc *SC = getSchedClass(SU); in getNumDecoderSlots() local
48 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()
58 return SC->NumMicroOps; in getNumDecoderSlots()
93 const MCSchedClassDesc *SC = getSchedClass(SU); in fitsIntoCurrentGroup() local
94 if (!SC->isValid()) in fitsIntoCurrentGroup()
99 if (SC->BeginGroup) in fitsIntoCurrentGroup()
171 const MCSchedClassDesc *SC = getSchedClass(SU); in dumpSU() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DFormatUtil.cpp193 using SC = COFF::SectionCharacteristics; in formatSectionCharacteristics() typedef
199 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_TYPE_NOLOAD, C, Style, "noload"); in formatSectionCharacteristics()
200 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_TYPE_NO_PAD, C, Style, "no padding"); in formatSectionCharacteristics()
201 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_CNT_CODE, C, Style, "code"); in formatSectionCharacteristics()
202 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_CNT_INITIALIZED_DATA, C, Style, in formatSectionCharacteristics()
204 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_CNT_UNINITIALIZED_DATA, C, Style, 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()
208 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_LNK_REMOVE, C, Style, "remove"); in formatSectionCharacteristics()
209 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_LNK_COMDAT, C, Style, "comdat"); 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()
173 SC.setStrings(StringTable->getStringTable()); 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()
196 auto S = SC.strings().getString(Entry.FileNameOffset); in rebuildChecksumMap()
[all …]
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Drl78-decode.opc124 #define SC(c) OP (1, RL78_Operand_Immediate, 0, c)
222 ID(add); DR(A); SC(IMMU(1)); Fzac;
234 ID(add); DM(None, SADDR); SC(IMMU(1)); Fzac;
254 ID(addc); DR(A); SC(IMMU(1)); Fzac;
266 ID(addc); DM(None, SADDR); SC(IMMU(1)); Fzac;
277 ID(add); W(); DR(AX); SC(IMMU(2)); Fzac;
286 ID(add); W(); DR(SP); SC(IMMU(1)); Fzac;
306 ID(and); DR(A); SC(IMMU(1)); Fz;
318 ID(and); DM(None, SADDR); SC(IMMU(1)); Fz;
444 ID(mov); DM(None, IMMU(2)); DB(bit); SC(0);
[all …]
H A Drl78-decode.c126 #define SC(c) OP (1, RL78_Operand_Immediate, 0, c) macro
265 ID(add); W(); DR(AX); SC(IMMU(2)); Fzac; in rl78_decode_opcode()
327 ID(add); DM(None, SADDR); SC(IMMU(1)); Fzac; in rl78_decode_opcode()
359 ID(add); DR(A); SC(IMMU(1)); Fzac; in rl78_decode_opcode()
419 ID(add); W(); DR(SP); SC(IMMU(1)); Fzac; in rl78_decode_opcode()
511 ID(mov); DM(B, IMMU(2)); SC(IMMU(1)); in rl78_decode_opcode()
526 ID(addc); DM(None, SADDR); SC(IMMU(1)); Fzac; in rl78_decode_opcode()
558 ID(addc); DR(A); SC(IMMU(1)); Fzac; in rl78_decode_opcode()
618 ID(sub); W(); DR(SP); SC(IMMU(1)); Fzac; in rl78_decode_opcode()
671 ID(sub); W(); DR(AX); SC(IMMU(2)); Fzac; in rl78_decode_opcode()
[all …]
H A Drx-decode.opc129 #define SC(i) OP (1, RX_Operand_Immediate, 0, i)
310 ID(mov); DR(rdst); SC(IMM (1)); F_____;
319 SC(IMM(im));
324 SC(IMMex(im));
329 ID(mov); DR(rdst); SC(immm); F_____;
332 ID(mov); sBWL (sz); DIs(dst, d*16+sppp, sz); SC(IMM(1)); F_____;
417 ID(stcc); SC(IMMex(im)); DR(rdst); S2cc(RXC_z);
420 ID(stcc); SC(IMMex(im)); DR(rdst); S2cc(RXC_nz);
426 ID(rtsd); SC(IMM(1) * 4);
429 ID(rtsd); SC(IMM(1) * 4); S2R(rega); DR(regb);
[all …]
H A Dmsp430-decode.opc86 #define SC(c) OP (1, MSP430_Operand_Immediate, 0, c)
203 SC (0);
222 SC (1);
234 SC (4);
237 SC (2);
254 SC (x);
258 SC (8);
261 SC (-1);
432 PC+X *as* the address. So we use SC to use the address, not the
434 ID (MSO_jmp); SC (pc + raddr + msp430->n_bytes);
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Drl78-decode.opc124 #define SC(c) OP (1, RL78_Operand_Immediate, 0, c)
222 ID(add); DR(A); SC(IMMU(1)); Fzac;
234 ID(add); DM(None, SADDR); SC(IMMU(1)); Fzac;
254 ID(addc); DR(A); SC(IMMU(1)); Fzac;
266 ID(addc); DM(None, SADDR); SC(IMMU(1)); Fzac;
277 ID(add); W(); DR(AX); SC(IMMU(2)); Fzac;
286 ID(add); W(); DR(SP); SC(IMMU(1)); Fzac;
306 ID(and); DR(A); SC(IMMU(1)); Fz;
318 ID(and); DM(None, SADDR); SC(IMMU(1)); Fz;
444 ID(mov); DM(None, IMMU(2)); DB(bit); SC(0);
[all …]
H A Drl78-decode.c126 #define SC(c) OP (1, RL78_Operand_Immediate, 0, c) macro
265 ID(add); W(); DR(AX); SC(IMMU(2)); Fzac; in rl78_decode_opcode()
327 ID(add); DM(None, SADDR); SC(IMMU(1)); Fzac; in rl78_decode_opcode()
359 ID(add); DR(A); SC(IMMU(1)); Fzac; in rl78_decode_opcode()
419 ID(add); W(); DR(SP); SC(IMMU(1)); Fzac; in rl78_decode_opcode()
511 ID(mov); DM(B, IMMU(2)); SC(IMMU(1)); in rl78_decode_opcode()
526 ID(addc); DM(None, SADDR); SC(IMMU(1)); Fzac; in rl78_decode_opcode()
558 ID(addc); DR(A); SC(IMMU(1)); Fzac; in rl78_decode_opcode()
618 ID(sub); W(); DR(SP); SC(IMMU(1)); Fzac; in rl78_decode_opcode()
671 ID(sub); W(); DR(AX); SC(IMMU(2)); Fzac; in rl78_decode_opcode()
[all …]
H A Drx-decode.opc129 #define SC(i) OP (1, RX_Operand_Immediate, 0, i)
310 ID(mov); DR(rdst); SC(IMM (1)); F_____;
319 SC(IMM(im));
324 SC(IMMex(im));
329 ID(mov); DR(rdst); SC(immm); F_____;
332 ID(mov); sBWL (sz); DIs(dst, d*16+sppp, sz); SC(IMM(1)); F_____;
417 ID(stcc); SC(IMMex(im)); DR(rdst); S2cc(RXC_z);
420 ID(stcc); SC(IMMex(im)); DR(rdst); S2cc(RXC_nz);
426 ID(rtsd); SC(IMM(1) * 4);
429 ID(rtsd); SC(IMM(1) * 4); S2R(rega); DR(regb);
[all …]
H A Dmsp430-decode.opc86 #define SC(c) OP (1, MSP430_Operand_Immediate, 0, c)
203 SC (0);
222 SC (1);
234 SC (4);
237 SC (2);
254 SC (x);
258 SC (8);
261 SC (-1);
432 PC+X *as* the address. So we use SC to use the address, not the
434 ID (MSO_jmp); SC (pc + raddr + msp430->n_bytes);
[all …]
/netbsd-src/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()
175 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC, in getWriteLatencyEntry() argument
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
188 for (const MCReadAdvanceEntry *I = &ReadAdvanceTable[SC->ReadAdvanceIdx], in getReadAdvanceCycles()
189 *E = I + SC->NumReadAdvanceEntries; I != E; ++I) { in getReadAdvanceCycles()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp94 const codeview::StringsAndChecksums &SC) const = 0;
112 const codeview::StringsAndChecksums &SC) const override;
126 const codeview::StringsAndChecksums &SC) const override;
142 const codeview::StringsAndChecksums &SC) const override;
158 const codeview::StringsAndChecksums &SC) const override;
172 const codeview::StringsAndChecksums &SC) const override;
186 const codeview::StringsAndChecksums &SC) const override;
200 const codeview::StringsAndChecksums &SC) const override;
214 const codeview::StringsAndChecksums &SC) const override;
229 const codeview::StringsAndChecksums &SC) const override;
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetSchedule.cpp86 const MCSchedClassDesc *SC) const { in mustBeginGroup()
88 if (!SC) in mustBeginGroup()
89 SC = resolveSchedClass(MI); in mustBeginGroup()
90 if (SC->isValid()) in mustBeginGroup()
91 return SC->BeginGroup; in mustBeginGroup()
97 const MCSchedClassDesc *SC) const { in mustEndGroup()
99 if (!SC) in mustEndGroup()
100 SC = resolveSchedClass(MI); in mustEndGroup()
101 if (SC->isValid()) in mustEndGroup()
102 return SC->EndGroup; in mustEndGroup()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h567 template<typename SC, typename RetVal=void>
572 return ((SC*)this)->visitConstant((const SCEVConstant*)S); in visit()
574 return ((SC *)this)->visitPtrToIntExpr((const SCEVPtrToIntExpr *)S); in visit()
576 return ((SC*)this)->visitTruncateExpr((const SCEVTruncateExpr*)S); in visit()
578 return ((SC*)this)->visitZeroExtendExpr((const SCEVZeroExtendExpr*)S); in visit()
580 return ((SC*)this)->visitSignExtendExpr((const SCEVSignExtendExpr*)S); in visit()
582 return ((SC*)this)->visitAddExpr((const SCEVAddExpr*)S); in visit()
584 return ((SC*)this)->visitMulExpr((const SCEVMulExpr*)S); in visit()
586 return ((SC*)this)->visitUDivExpr((const SCEVUDivExpr*)S); in visit()
588 return ((SC*)this)->visitAddRecExpr((const SCEVAddRecExpr*)S); in visit()
[all …]
/netbsd-src/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-src/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-src/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-src/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/
H A DLinkModules.cpp380 if (const Comdat *SC = GV.getComdat()) { in linkIfNeeded() local
383 std::tie(SK, LinkFromSrc) = ComdatsChosen[SC]; in linkIfNeeded()
406 const Comdat *SC = GV.getComdat(); in addLazyFor() local
407 if (!SC) in addLazyFor()
409 for (GlobalValue *GV2 : LazyComdatMembers[SC]) { in addLazyFor()
503 if (const Comdat *SC = GV.getComdat()) in run() local
504 LazyComdatMembers[SC].push_back(&GV); in run()
508 if (const Comdat *SC = SF.getComdat()) in run() local
509 LazyComdatMembers[SC].push_back(&SF); in run()
513 if (const Comdat *SC = GA.getComdat()) in run() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DMachODumper.cpp361 MachO::segment_command SC = Obj->getSegmentLoadCommand(L); in getSegment() local
363 Segment.SegName = SC.segname; in getSegment()
364 Segment.cmdsize = SC.cmdsize; in getSegment()
365 Segment.vmaddr = SC.vmaddr; in getSegment()
366 Segment.vmsize = SC.vmsize; in getSegment()
367 Segment.fileoff = SC.fileoff; in getSegment()
368 Segment.filesize = SC.filesize; in getSegment()
369 Segment.maxprot = SC.maxprot; in getSegment()
370 Segment.initprot = SC.initprot; in getSegment()
371 Segment.nsects = SC.nsects; in getSegment()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp82 unsigned LL, SC; in expandAtomicCmpSwapSubword() local
92 SC = STI->hasMips32r6() ? Mips::SC_MMR6 : Mips::SC_MM; in expandAtomicCmpSwapSubword()
98 SC = STI->hasMips32r6() ? (ArePtrs64bit ? Mips::SC64_R6 : Mips::SC_R6) in expandAtomicCmpSwapSubword()
99 : (ArePtrs64bit ? Mips::SC64 : Mips::SC); in expandAtomicCmpSwapSubword()
163 BuildMI(loop2MBB, DL, TII->get(SC), Scratch) in expandAtomicCmpSwapSubword()
213 unsigned LL, SC, ZERO, BNE, BEQ, MOVE; in expandAtomicCmpSwap() local
218 SC = STI->hasMips32r6() ? Mips::SC_MMR6 : Mips::SC_MM; in expandAtomicCmpSwap()
225 SC = STI->hasMips32r6() in expandAtomicCmpSwap()
227 : (ArePtrs64bit ? Mips::SC64 : Mips::SC); in expandAtomicCmpSwap()
236 SC = STI->hasMips64r6() ? Mips::SCD_R6 : Mips::SCD; in expandAtomicCmpSwap()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h112 fromCodeViewSubection(const codeview::StringsAndChecksumsRef &SC,
123 const codeview::StringsAndChecksums &SC);
126 fromDebugS(ArrayRef<uint8_t> Data, const codeview::StringsAndChecksumsRef &SC);
129 codeview::StringsAndChecksums &SC);

12345678910>>...12