/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A 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
|
H A D | SystemZMachineScheduler.cpp | 254 const MCSchedClassDesc *SC = HazardRec->getSchedClass(SU); in releaseTopNode() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCSubtargetInfo.h | 168 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 D | MCSymbolXCOFF.h | 36 void setStorageClass(XCOFF::StorageClass SC) { in setStorageClass()
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-xray/ |
H A D | xray-registry.cpp | 26 CommandRegistration::CommandRegistration(cl::SubCommand *SC, in CommandRegistration() 34 HandlerType dispatch(cl::SubCommand *SC) { in dispatch()
|
H A D | llvm-xray.cpp | 30 for (auto *SC : cl::getRegisteredSubcommands()) { in main() local
|
/openbsd-src/gnu/llvm/llvm/lib/Linker/ |
H A D | LinkModules.cpp | 386 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 D | VarBypassDetector.cpp | 117 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 D | TargetSchedule.h | 133 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 D | Taint.cpp | 90 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 D | MacOSXAPIChecker.cpp | 159 SubChecker SC = in checkPreStmt() local
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | LoopUnrollAnalyzer.cpp | 36 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 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
|
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SMTConstraintManager.h | 157 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 D | divrem.m4 | 86 define(SC, `%g5') macro
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCExpandAtomicPseudoInsts.cpp | 123 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 D | coff2yaml.cpp | 103 codeview::StringsAndChecksumsRef &SC) { in initializeFileAndStringTable() 141 codeview::StringsAndChecksumsRef SC; in dumpSections() local
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A 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 …]
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
H A D | DbiStream.cpp | 225 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 D | SPIRVUtils.cpp | 138 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 D | RegisterFile.cpp | 508 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 D | DbiStreamBuilder.h | 79 void addSectionContrib(const SectionContrib &SC) { in addSectionContrib()
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | SubtargetEmitter.cpp | 1023 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 D | CodeGenSchedule.cpp | 915 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 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()
|