| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
| D | SystemZHazardRecognizer.cpp | 47 const MCSchedClassDesc *SC = getSchedClass(SU); in getNumDecoderSlots() local 93 const MCSchedClassDesc *SC = getSchedClass(SU); in fitsIntoCurrentGroup() local 171 const MCSchedClassDesc *SC = getSchedClass(SU); in dumpSU() local 272 const MCSchedClassDesc *SC = getSchedClass(SU); in EmitInstruction() local 341 const MCSchedClassDesc *SC = getSchedClass(SU); in groupingCost() local 390 const MCSchedClassDesc *SC = getSchedClass(SU); in resourcesCost() local 418 const MCSchedClassDesc *SC = SchedModel->resolveSchedClass(MI); in emitInstruction() local
|
| D | SystemZMachineScheduler.cpp | 254 const MCSchedClassDesc *SC = HazardRec->getSchedClass(SU); in releaseTopNode() local
|
| /third_party/node/deps/v8/src/logging/ |
| D | counters-definitions.h | 284 #define STATS_COUNTER_LIST_1(SC) \ argument 318 #define STATS_COUNTER_LIST_2(SC) \ argument 361 #define STATS_COUNTER_NATIVE_CODE_LIST(SC) \ argument
|
| D | counters.cc | 213 #define SC(name, caption) {&Counters::name##_, "c:" caption}, in Counters() macro 244 #define SC(name, caption) name##_.Reset(); in ResetCounterFunction() macro 250 #define SC(name) \ in ResetCounterFunction() macro 256 #define SC(name) \ in ResetCounterFunction() macro 262 #define SC(name) \ in ResetCounterFunction() macro
|
| D | counters.h | 563 #define SC(name, caption) \ macro 665 #define SC(name, caption) StatsCounter name##_; macro 671 #define SC(name) \ macro 677 #define SC(name) \ macro 683 #define SC(name) \ macro
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
| D | MCSubtargetInfo.h | 161 const MCSchedClassDesc *SC) const { in getWriteProcResBegin() 165 const MCSchedClassDesc *SC) const { in getWriteProcResEnd() 169 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC, in getWriteLatencyEntry() 177 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx, in getReadAdvanceCycles() 199 getReadAdvanceEntries(const MCSchedClassDesc &SC) const { in getReadAdvanceEntries()
|
| D | MCSymbolXCOFF.h | 27 void setStorageClass(XCOFF::StorageClass SC) { in setStorageClass()
|
| D | MCSectionXCOFF.h | 43 XCOFF::SymbolType ST, XCOFF::StorageClass SC, SectionKind K, in MCSectionXCOFF()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
| D | LinkModules.cpp | 380 if (const Comdat *SC = GV.getComdat()) { in linkIfNeeded() local 406 const Comdat *SC = GV.getComdat(); in addLazyFor() local 503 if (const Comdat *SC = GV.getComdat()) in run() local 508 if (const Comdat *SC = SF.getComdat()) in run() local 513 if (const Comdat *SC = GA.getComdat()) in run() local 532 const Comdat *SC = GV->getComdat(); in run() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | TargetSchedule.h | 134 ProcResIter getWriteProcResBegin(const MCSchedClassDesc *SC) const { in getWriteProcResBegin() 138 ProcResIter getWriteProcResEnd(const MCSchedClassDesc *SC) const { in getWriteProcResEnd()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
| D | VPlanValue.h | 54 : SubclassID(SC), UnderlyingVal(UV) {} in SubclassID() argument 136 VPUser(const unsigned char SC) : VPValue(SC) {} in VPUser() 137 VPUser(const unsigned char SC, ArrayRef<VPValue *> Operands) : VPValue(SC) { in VPUser()
|
| /third_party/libunwind/src/mips/ |
| D | gen-offsets.c | 8 #define SC(N,X) \ macro
|
| /third_party/libunwind/src/aarch64/ |
| D | gen-offsets.c | 9 #define SC(N,X) \ macro
|
| /third_party/libunwind/src/tilegx/ |
| D | gen-offsets.c | 8 #define SC(N,X) \ macro
|
| /third_party/libunwind/src/arm/ |
| D | gen-offsets.c | 9 #define SC(N,X) \ macro
|
| /third_party/libunwind/src/sh/ |
| D | gen-offsets.c | 9 #define SC(N,X) \ macro
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | LoopUnrollAnalyzer.cpp | 32 if (auto *SC = dyn_cast<SCEVConstant>(S)) { in simplifyInstWithSCEV() local 43 if (auto *SC = dyn_cast<SCEVConstant>(ValueAtIteration)) { in simplifyInstWithSCEV() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
| D | MipsExpandPseudo.cpp | 82 unsigned LL, SC; in expandAtomicCmpSwapSubword() local 213 unsigned LL, SC, ZERO, BNE, BEQ, MOVE; in expandAtomicCmpSwap() local 311 unsigned LL, SC, SLT, SLTu, OR, MOVN, MOVZ, SELNEZ, SELEQZ; in expandAtomicBinOpSubword() local 586 unsigned LL, SC, ZERO, BEQ, SLT, SLTu, OR, MOVN, MOVZ, SELNEZ, SELEQZ; in expandAtomicBinOp() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
| D | CommandLine.cpp | 128 void addLiteralOption(Option &Opt, SubCommand *SC, StringRef Name) { in addLiteralOption() 152 for (auto SC : Opt.Subs) in addLiteralOption() local 157 void addOption(Option *O, SubCommand *SC) { in addOption() 203 for (auto SC : O->Subs) in addOption() local 208 void removeOption(Option *O, SubCommand *SC) { in removeOption() 242 for (auto SC : RegisteredSubCommands) in removeOption() local 245 for (auto SC : O->Subs) in removeOption() local 266 void updateArgStr(Option *O, StringRef NewName, SubCommand *SC) { in updateArgStr() 280 for (auto SC : O->Subs) in updateArgStr() local 1028 for (auto SC : RegisteredSubCommands) { in ResetAllOptionOccurrences() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
| D | DbiStream.cpp | 227 for (auto &SC : SectionContribs) in visitSectionContributions() local 231 for (auto &SC : SectionContribs2) in visitSectionContributions() local
|
| D | DbiModuleDescriptorBuilder.cpp | 62 const SectionContrib &SC) { in setFirstSectionContrib()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | CommandLine.cpp | 178 void addLiteralOption(Option &Opt, SubCommand *SC, StringRef Name) { in addLiteralOption() 202 for (auto SC : Opt.Subs) in addLiteralOption() local 207 void addOption(Option *O, SubCommand *SC) { in addOption() 263 for (auto SC : O->Subs) in addOption() local 268 void removeOption(Option *O, SubCommand *SC) { in removeOption() 306 for (auto SC : RegisteredSubCommands) in removeOption() local 309 for (auto SC : O->Subs) in removeOption() local 330 void updateArgStr(Option *O, StringRef NewName, SubCommand *SC) { in updateArgStr() 345 for (auto SC : RegisteredSubCommands) in updateArgStr() local 348 for (auto SC : O->Subs) in updateArgStr() local [all …]
|
| /third_party/node/deps/v8/src/codegen/ |
| D | external-reference-table.h | 42 #define SC(...) +1 macro
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
| D | DbiStreamBuilder.h | 83 void addSectionContrib(const SectionContrib &SC) { in addSectionContrib()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | CloneModule.cpp | 22 const Comdat *SC = Src->getComdat(); in copyComdat() local
|