Home
last modified time | relevance | path

Searched defs:SC (Results 1 – 25 of 66) 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/node/deps/v8/src/logging/
Dcounters-definitions.h284 #define STATS_COUNTER_LIST_1(SC) \ argument
318 #define STATS_COUNTER_LIST_2(SC) \ argument
361 #define STATS_COUNTER_NATIVE_CODE_LIST(SC) \ argument
Dcounters.cc213 #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
Dcounters.h563 #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/
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/mips/
Dgen-offsets.c8 #define SC(N,X) \ macro
/third_party/libunwind/src/aarch64/
Dgen-offsets.c9 #define SC(N,X) \ macro
/third_party/libunwind/src/tilegx/
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/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/node/deps/v8/src/codegen/
Dexternal-reference-table.h42 #define SC(...) +1 macro
/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

123