Home
last modified time | relevance | path

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

12345

/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A 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
H A DSystemZMachineScheduler.cpp254 const MCSchedClassDesc *SC = HazardRec->getSchedClass(SU); in releaseTopNode() local
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h168 const MCSchedClassDesc *SC) const { in getWriteProcResBegin()
172 const MCSchedClassDesc *SC) const { in getWriteProcResEnd()
176 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC, in getWriteLatencyEntry()
184 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx, in getReadAdvanceCycles()
206 getReadAdvanceEntries(const MCSchedClassDesc &SC) const { in getReadAdvanceEntries()
H A DMCSymbolXCOFF.h36 void setStorageClass(XCOFF::StorageClass SC) { in setStorageClass()
/openbsd-src/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-registry.cpp26 CommandRegistration::CommandRegistration(cl::SubCommand *SC, in CommandRegistration()
34 HandlerType dispatch(cl::SubCommand *SC) { in dispatch()
H A Dllvm-xray.cpp30 for (auto *SC : cl::getRegisteredSubcommands()) { in main() local
/openbsd-src/gnu/llvm/llvm/lib/Linker/
H A DLinkModules.cpp386 if (const Comdat *SC = GV.getComdat()) { in linkIfNeeded() local
412 const Comdat *SC = GV.getComdat(); in addLazyFor() local
502 if (const Comdat *SC = GV.getComdat()) in run() local
507 if (const Comdat *SC = SF.getComdat()) in run() local
512 if (const Comdat *SC = GA.getComdat()) in run() local
558 const Comdat *SC = GV->getComdat(); in run() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DVarBypassDetector.cpp117 if (const SwitchCase *SC = dyn_cast<SwitchCase>(SubStmt)) in BuildScopeInformation() local
144 for (const SwitchCase *SC = SS->getSwitchCaseList(); SC; in Detect() local
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h133 ProcResIter getWriteProcResBegin(const MCSchedClassDesc *SC) const { in getWriteProcResBegin()
137 ProcResIter getWriteProcResEnd(const MCSchedClassDesc *SC) const { in getWriteProcResEnd()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DTaint.cpp90 while (const SymbolCast *SC = dyn_cast<SymbolCast>(Sym)) in addTaint() local
116 while (const SymbolCast *SC = dyn_cast<SymbolCast>(Sym)) in removeTaint() local
226 if (const auto *SC = dyn_cast<SymbolCast>(*SI)) { in isTainted() local
H A DMacOSXAPIChecker.cpp159 SubChecker SC = in checkPreStmt() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp36 if (auto *SC = dyn_cast<SCEVConstant>(S)) { in simplifyInstWithSCEV() local
52 if (auto *SC = dyn_cast<SCEVConstant>(ValueAtIteration)) { in simplifyInstWithSCEV() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A 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
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h157 if (const SymbolCast *SC = dyn_cast<SymbolCast>(Sym)) { in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
275 if (const SymbolCast *SC = dyn_cast<SymbolCast>(Sym)) in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
/openbsd-src/lib/libc/arch/sparc64/gen/
H A Ddivrem.m486 define(SC, `%g5') macro
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCExpandAtomicPseudoInsts.cpp123 const MCInstrDesc &SC = TII->get(PPC::STQCX); in expandAtomicRMW128() local
222 const MCInstrDesc &SC = TII->get(PPC::STQCX); in expandAtomicCmpSwap128() local
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp103 codeview::StringsAndChecksumsRef &SC) { in initializeFileAndStringTable()
141 codeview::StringsAndChecksumsRef SC; in dumpSections() local
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A 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 …]
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp225 for (auto &SC : SectionContribs) in visitSectionContributions() local
229 for (auto &SC : SectionContribs2) in visitSectionContributions() local
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.cpp138 unsigned storageClassToAddressSpace(SPIRV::StorageClass::StorageClass SC) { in storageClassToAddressSpace()
178 getMemSemanticsForStorageClass(SPIRV::StorageClass::StorageClass SC) { in getMemSemanticsForStorageClass()
/openbsd-src/gnu/llvm/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp508 const MCSchedClassDesc *SC = SM.getSchedClassDesc(RD.SchedClassID); in collectWrites() local
576 const MCSchedClassDesc *SC = SM.getSchedClassDesc(RD.SchedClassID); in checkRAWHazards() local
639 const MCSchedClassDesc *SC = SM.getSchedClassDesc(RD.SchedClassID); in addRegisterRead() local
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.h79 void addSectionContrib(const SectionContrib &SC) { in addSectionContrib()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1023 for (const CodeGenSchedClass &SC : SchedModels.schedClasses()) { in GenSchedClassTables() local
1481 const CodeGenSchedClass &SC, PredicateExpander &PE, in emitPredicates()
1555 for (const CodeGenSchedClass &SC : SchedModels.schedClasses()) { in collectVariantClasses() local
1571 static void collectProcessorIndices(const CodeGenSchedClass &SC, in collectProcessorIndices()
1609 const CodeGenSchedClass &SC = SchedModels.getSchedClass(VC); in emitSchedModelHelpersImpl() local
H A DCodeGenSchedule.cpp915 CodeGenSchedClass &SC = getSchedClass(SCIdx); in collectSchedClasses() local
1015 auto IsKeyEqual = [=](const CodeGenSchedClass &SC) { in addSchedClass()
1035 CodeGenSchedClass &SC = SchedClasses.back(); in addSchedClass() local
1108 CodeGenSchedClass &SC = SchedClasses.back(); in createInstRWClass() local
1171 for (const CodeGenSchedClass &SC : in collectProcItins() local
1886 for (const CodeGenSchedClass &SC : in collectProcResources() local
2003 const CodeGenSchedClass &SC = getSchedClass(SCIdx); in checkCompleteness() local
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A 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()

12345