/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/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/tilegx/ |
D | gen-offsets.c | 8 #define SC(N,X) \ macro
|
/third_party/libunwind/src/mips/ |
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/aarch64/ |
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/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
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 749 const codeview::StringsAndChecksums &SC) { in toCodeViewSubsectionList() 891 YAMLDebugSubsection::fromCodeViewSubection(const StringsAndChecksumsRef &SC, in fromCodeViewSubection() 902 const StringsAndChecksumsRef &SC) { in fromDebugS() 923 ArrayRef<YAMLDebugSubsection> Sections, codeview::StringsAndChecksums &SC) { in initializeStringsAndChecksums()
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_target_gv100.cpp | 105 #define OPINFO(O,SA,MA,SB,MB,SC,MC) \ argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonBitSimplify.cpp | 1280 const BitTracker::RegisterCell &SC = BT.lookup(RS.Reg); in usedBitsEqual() local 1339 const BitTracker::RegisterCell &SC = BT.lookup(RS.Reg); in processBlock() local 1825 const BitTracker::RegisterCell &SC = BT.lookup(Reg); in matchHalf() local 2146 const BitTracker::RegisterCell &SC = BT.lookup(RS.Reg); in genExtractLow() local 2233 const BitTracker::RegisterCell &SC = BT.lookup(S); in genBitSplit() local 2340 const BitTracker::RegisterCell &SC = BT.lookup(RS.Reg); in simplifyTstbit() local 2472 const BitTracker::RegisterCell &SC = BT.lookup(R); in simplifyExtractLow() local 2600 const BitTracker::RegisterCell &SC = BT.lookup(SR.Reg); in simplifyRCmp0() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | SetTheory.cpp | 315 ArrayRef<std::pair<Record *, SMRange>> SC = Set->getSuperClasses(); in expand() local
|