Home
last modified time | relevance | path

Searched defs:SC (Results 1 – 25 of 59) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZHazardRecognizer.cpp47 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
DSystemZMachineScheduler.cpp254 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/
DMCSubtargetInfo.h161 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()
DMCSymbolXCOFF.h27 void setStorageClass(XCOFF::StorageClass SC) { in setStorageClass()
DMCSectionXCOFF.h43 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/
DLinkModules.cpp380 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/
DTargetSchedule.h134 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/
DVPlanValue.h54 : 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/
Dgen-offsets.c8 #define SC(N,X) \ macro
/third_party/libunwind/src/mips/
Dgen-offsets.c8 #define SC(N,X) \ macro
/third_party/libunwind/src/arm/
Dgen-offsets.c9 #define SC(N,X) \ macro
/third_party/libunwind/src/aarch64/
Dgen-offsets.c9 #define SC(N,X) \ macro
/third_party/libunwind/src/sh/
Dgen-offsets.c9 #define SC(N,X) \ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopUnrollAnalyzer.cpp32 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/
DMipsExpandPseudo.cpp82 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/
DCommandLine.cpp128 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/
DDbiStream.cpp227 for (auto &SC : SectionContribs) in visitSectionContributions() local
231 for (auto &SC : SectionContribs2) in visitSectionContributions() local
DDbiModuleDescriptorBuilder.cpp62 const SectionContrib &SC) { in setFirstSectionContrib()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCommandLine.cpp178 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/
DDbiStreamBuilder.h83 void addSectionContrib(const SectionContrib &SC) { in addSectionContrib()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCloneModule.cpp22 const Comdat *SC = Src->getComdat(); in copyComdat() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp749 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/
Dnv50_ir_target_gv100.cpp105 #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/
DHexagonBitSimplify.cpp1280 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/
DSetTheory.cpp315 ArrayRef<std::pair<Record *, SMRange>> SC = Set->getSuperClasses(); in expand() local

123