Searched refs:SC (Results 1 - 25 of 185) sorted by relevance

12345678

/netbsd-current/external/bsd/jemalloc/include/jemalloc/internal/
H A Dsize_classes.h13 * SIZE_CLASSES: Complete table of SC(index, lg_grp, lg_delta, ndelta, psz,
43 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(
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dllvm-xray.cpp30 for (auto *SC : cl::getRegisteredSubcommands()) {
31 if (*SC) {
34 if (SC == &*cl::TopLevelSubCommand) {
38 if (auto C = dispatch(SC)) {
H A Dxray-registry.cpp24 CommandRegistration::CommandRegistration(cl::SubCommand *SC, argument
26 assert(Commands->count(SC) == 0 &&
29 (*Commands)[SC] = Command;
32 HandlerType dispatch(cl::SubCommand *SC) { argument
33 auto It = Commands->find(SC);
H A Dxray-registry.h22 // and associates it with |SC|. This requires that a command has not been
23 // registered to a given |SC|.
31 CommandRegistration(cl::SubCommand *SC, std::function<Error()> Command);
34 // Requires that |SC| is not null and has an associated function to it.
35 std::function<Error()> dispatch(cl::SubCommand *SC);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp47 const MCSchedClassDesc *SC = getSchedClass(SU); local
48 if (!SC->isValid())
51 assert((SC->NumMicroOps != 2 || (SC->BeginGroup && !SC->EndGroup)) &&
53 assert((SC->NumMicroOps < 3 || (SC->BeginGroup && SC->EndGroup)) &&
55 assert((SC->NumMicroOps < 3 || (SC
93 const MCSchedClassDesc *SC = getSchedClass(SU); local
171 const MCSchedClassDesc *SC = getSchedClass(SU); local
272 const MCSchedClassDesc *SC = getSchedClass(SU); local
341 const MCSchedClassDesc *SC = getSchedClass(SU); local
390 const MCSchedClassDesc *SC = getSchedClass(SU); local
418 const MCSchedClassDesc *SC = SchedModel->resolveSchedClass(MI); local
[all...]
/netbsd-current/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 {
136 return STI->getWriteProcResBegin(SC);
138 ProcResIter getWriteProcResEnd(const MCSchedClassDesc *SC) const {
139 return STI->getWriteProcResEnd(SC);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DFormatUtil.cpp193 using SC = COFF::SectionCharacteristics;
199 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_TYPE_NOLOAD, C, Style, "noload");
200 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_TYPE_NO_PAD, C, Style, "no padding");
201 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_CNT_CODE, C, Style, "code");
202 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_CNT_INITIALIZED_DATA, C, Style,
204 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_CNT_UNINITIALIZED_DATA, C, Style,
206 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_LNK_OTHER, C, Style, "other");
207 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_LNK_INFO, C, Style, "info");
208 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_LNK_REMOVE, C, Style, "remove");
209 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_LNK_COMDA
[all...]
H A DInputFile.cpp144 if (!SC.hasChecksums() || !SC.hasStrings())
145 SC.initialize(SS);
150 if (SC.hasChecksums() && SC.hasStrings())
170 if (!SC.hasStrings()) {
173 SC.setStrings(StringTable->getStringTable());
178 SC.resetChecksums();
187 SC.initialize(Subsections);
192 if (!SC
[all...]
/netbsd-current/sys/arch/sgimips/dev/
H A Dscnvar.h77 #define SCN_OP_BIS(SC,VAL) ((SC)->sc_duart->base[DU_OPSET] = (VAL))
78 #define SCN_OP_BIC(SC,VAL) ((SC)->sc_duart->base[DU_OPCLR] = (VAL))
80 #define SCN_DCD(SC) (((SC)->sc_duart->base[DU_IP] & (SC)->sc_ip_dcd) == 0)
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h167 const MCSchedClassDesc *SC) const {
168 return &WriteProcResTable[SC->WriteProcResIdx];
171 const MCSchedClassDesc *SC) const {
172 return getWriteProcResBegin(SC) + SC->NumWriteProcResEntries;
175 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC, argument
177 assert(DefIdx < SC->NumWriteLatencyEntries &&
180 return &WriteLatencyTable[SC->WriteLatencyIdx + DefIdx];
183 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx, argument
188 for (const MCReadAdvanceEntry *I = &ReadAdvanceTable[SC
[all...]
H A DMCSymbolXCOFF.h37 void setStorageClass(XCOFF::StorageClass SC) { argument
38 StorageClass = SC;
/netbsd-current/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);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetSchedule.cpp86 const MCSchedClassDesc *SC) const {
88 if (!SC)
89 SC = resolveSchedClass(MI);
90 if (SC->isValid())
91 return SC->BeginGroup;
97 const MCSchedClassDesc *SC) const {
99 if (!SC)
100 SC = resolveSchedClass(MI);
101 if (SC->isValid())
102 return SC
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DVarBypassDetector.cpp117 if (const SwitchCase *SC = dyn_cast<SwitchCase>(SubStmt))
118 Next = SC->getSubStmt();
144 for (const SwitchCase *SC = SS->getSwitchCaseList(); SC;
145 SC = SC->getNextSwitchCase()) {
146 Detect(from, ToScopes[SC]);
/netbsd-current/external/bsd/jemalloc/dist/src/
H A Dsz.c9 #define SC(index, lg_grp, lg_delta, ndelta, psz, bin, pgs, lg_delta_lookup) \ macro
14 #undef SC macro
20 #define SC(index, lg_grp, lg_delta, ndelta, psz, bin, pgs, lg_delta_lookup) \ macro
23 #undef SC macro
93 #define SC(index, lg_grp, lg_delta, ndelta, psz, bin, pgs, lg_delta_lookup) \ macro
106 #undef SC macro
H A Dbin.c11 #define SC(index, lg_grp, lg_delta, ndelta, psz, bin, pgs, \ macro
19 #undef SC macro
/netbsd-current/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) cons
747 toCodeViewSubsectionList( BumpPtrAllocator &Allocator, ArrayRef<YAMLDebugSubsection> Subsections, const codeview::StringsAndChecksums &SC) argument
891 fromCodeViewSubection(const StringsAndChecksumsRef &SC, const DebugSubsectionRecord &SS) argument
901 fromDebugS(ArrayRef<uint8_t> Data, const StringsAndChecksumsRef &SC) argument
922 initializeStringsAndChecksums( ArrayRef<YAMLDebugSubsection> Sections, codeview::StringsAndChecksums &SC) argument
[all...]
/netbsd-current/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);
574 return ((SC *)this)->visitPtrToIntExpr((const SCEVPtrToIntExpr *)S);
576 return ((SC*)this)->visitTruncateExpr((const SCEVTruncateExpr*)S);
578 return ((SC*)this)->visitZeroExtendExpr((const SCEVZeroExtendExpr*)S);
580 return ((SC*)this)->visitSignExtendExpr((const SCEVSignExtendExpr*)S);
582 return ((SC*)this)->visitAddExpr((const SCEVAddExpr*)S);
584 return ((SC*)this)->visitMulExpr((const SCEVMulExpr*)S);
586 return ((SC*)this)->visitUDivExpr((const SCEVUDivExpr*)S);
588 return ((SC*)thi
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DAnalysis.h70 // Returns true if the cluster representative measurements match that of SC.
72 measurementsMatch(const MCSubtargetInfo &STI, const ResolvedSchedClass &SC,
93 const ResolvedSchedClass &SC,
95 void printSchedClassDescHtml(const ResolvedSchedClass &SC,
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/mips/
H A Dr6-llsc-wp.s1 # mips32 specific r6 tests - paired LL/SC variants
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DTaint.cpp87 while (const SymbolCast *SC = dyn_cast<SymbolCast>(Sym))
88 Sym = SC->getOperand();
113 while (const SymbolCast *SC = dyn_cast<SymbolCast>(Sym))
114 Sym = SC->getOperand();
223 if (const auto *SC = dyn_cast<SymbolCast>(*SI)) {
224 if (isTainted(State, SC->getOperand(), Kind))
/netbsd-current/external/gpl3/binutils/dist/opcodes/
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;
327 ID(add); DM(None, SADDR); SC(IMMU(1)); Fzac;
359 ID(add); DR(A); SC(IMMU(1)); Fzac;
419 ID(add); W(); DR(SP); SC(IMMU(1)); Fzac;
511 ID(mov); DM(B, IMMU(2)); SC(IMMU(1));
526 ID(addc); DM(None, SADDR); SC(IMMU(1)); Fzac;
558 ID(addc); DR(A); SC(IMMU(1)); Fzac;
618 ID(sub); W(); DR(SP); SC(IMMU(1)); Fzac;
671 ID(sub); W(); DR(AX); SC(IMM
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
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;
327 ID(add); DM(None, SADDR); SC(IMMU(1)); Fzac;
359 ID(add); DR(A); SC(IMMU(1)); Fzac;
419 ID(add); W(); DR(SP); SC(IMMU(1)); Fzac;
511 ID(mov); DM(B, IMMU(2)); SC(IMMU(1));
526 ID(addc); DM(None, SADDR); SC(IMMU(1)); Fzac;
558 ID(addc); DR(A); SC(IMMU(1)); Fzac;
618 ID(sub); W(); DR(SP); SC(IMMU(1)); Fzac;
671 ID(sub); W(); DR(AX); SC(IMM
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
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;
327 ID(add); DM(None, SADDR); SC(IMMU(1)); Fzac;
359 ID(add); DR(A); SC(IMMU(1)); Fzac;
419 ID(add); W(); DR(SP); SC(IMMU(1)); Fzac;
511 ID(mov); DM(B, IMMU(2)); SC(IMMU(1));
526 ID(addc); DM(None, SADDR); SC(IMMU(1)); Fzac;
558 ID(addc); DR(A); SC(IMMU(1)); Fzac;
618 ID(sub); W(); DR(SP); SC(IMMU(1)); Fzac;
671 ID(sub); W(); DR(AX); SC(IMM
[all...]
/netbsd-current/external/gpl3/gdb/dist/opcodes/
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;
327 ID(add); DM(None, SADDR); SC(IMMU(1)); Fzac;
359 ID(add); DR(A); SC(IMMU(1)); Fzac;
419 ID(add); W(); DR(SP); SC(IMMU(1)); Fzac;
511 ID(mov); DM(B, IMMU(2)); SC(IMMU(1));
526 ID(addc); DM(None, SADDR); SC(IMMU(1)); Fzac;
558 ID(addc); DR(A); SC(IMMU(1)); Fzac;
618 ID(sub); W(); DR(SP); SC(IMMU(1)); Fzac;
671 ID(sub); W(); DR(AX); SC(IMM
[all...]

Completed in 497 milliseconds

12345678