/freebsd-src/contrib/llvm-project/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
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSubtargetInfo.h | 168 const MCSchedClassDesc *SC) const { in getWriteProcResBegin() argument 172 const MCSchedClassDesc *SC) const { in getWriteProcResEnd() argument 176 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC, in getWriteLatencyEntry() argument 184 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx, in getReadAdvanceCycles() argument 206 getReadAdvanceEntries(const MCSchedClassDesc & SC) getReadAdvanceEntries() argument [all...] |
H A D | MCSymbolXCOFF.h | 39 setStorageClass(XCOFF::StorageClass SC) setStorageClass() argument
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-remarkutil/ |
H A D | RemarkUtilRegistry.cpp | 25 CommandRegistration::CommandRegistration(cl::SubCommand *SC, in CommandRegistration() 33 HandlerType dispatch(cl::SubCommand *SC) { in dispatch()
|
H A D | RemarkUtil.cpp | 19 for (auto *SC : cl::getRegisteredSubcommands()) { in handleSubOptions() local
|
/freebsd-src/contrib/llvm-project/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
|
/freebsd-src/contrib/llvm-project/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 523 if (const Comdat *SC = GV.getComdat()) in run() local 528 if (const Comdat *SC = SF.getComdat()) in run() local 533 if (const Comdat *SC in run() local 579 const Comdat *SC = GV->getComdat(); run() local [all...] |
/freebsd-src/contrib/llvm-project/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()
|
/freebsd-src/contrib/llvm-project/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
|
/freebsd-src/contrib/llvm-project/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
|
/freebsd-src/sys/sys/ |
H A D | posix4.h | 50 #define SYSCALL_NOT_PRESENT_GEN(SC) \ argument
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/ |
H A D | divmod.m4 | 43 define(SC,`%g2') macro
|
/freebsd-src/contrib/llvm-project/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; expandAtomicBinOpSubword() local 586 unsigned LL, SC, ZERO, BEQ, SLT, SLTu, OR, MOVN, MOVZ, SELNEZ, SELEQZ; expandAtomicBinOp() local [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SMTConstraintManager.h | 157 if (const SymbolCast *SC = dyn_cast<SymbolCast>(Sym)) { REGISTER_TRAIT_WITH_PROGRAMSTATE() local 275 if (const SymbolCast *SC = dyn_cast<SymbolCast>(Sym)) REGISTER_TRAIT_WITH_PROGRAMSTATE() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | Taint.cpp | 90 while (const SymbolCast *SC = dyn_cast<SymbolCast>(Sym)) addTaint() local 116 while (const SymbolCast *SC = dyn_cast<SymbolCast>(Sym)) removeTaint() local 310 if (const auto *SC = dyn_cast<SymbolCast>(SubSym)) { getTaintedSymbolsImpl() local
|
H A D | MacOSXAPIChecker.cpp | 157 SubChecker SC = in checkPreStmt() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCExpandAtomicPseudoInsts.cpp | 123 const MCInstrDesc &SC = TII->get(PPC::STQCX); in expandAtomicRMW128() local 224 const MCInstrDesc &SC = TII->get(PPC::STQCX); expandAtomicCmpSwap128() local
|
/freebsd-src/contrib/llvm-project/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
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | DbiStreamBuilder.h | 79 void addSectionContrib(const SectionContrib &SC) { in addSectionContrib()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 471 VPBlockBase(const unsigned char SC,const std::string & N) VPBlockBase() argument 722 VPDef(SC) VPDef() argument 727 VPDef(SC) VPDef() argument 827 VPRecipeBase(SC,Operands,DL) VPRecipeBase() argument 831 VPRecipeBase(SC,Operands,DL) VPRecipeBase() argument 836 VPRecipeBase(SC,Operands,DL) VPRecipeBase() argument 952 VPSingleDefRecipe(SC,Operands,DL) VPSingleDefRecipe() argument 958 VPRecipeWithIRFlags(const unsigned char SC,IterT Operands,Instruction & I) VPRecipeWithIRFlags() argument 990 VPSingleDefRecipe(SC,Operands,DL) VPSingleDefRecipe() argument 996 VPSingleDefRecipe(SC,Operands,DL) VPSingleDefRecipe() argument 1002 VPSingleDefRecipe(SC,Operands,DL) VPSingleDefRecipe() argument 1009 VPSingleDefRecipe(SC,Operands,DL) VPSingleDefRecipe() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVUtils.cpp | 134 storageClassToAddressSpace(SPIRV::StorageClass::StorageClass SC) storageClassToAddressSpace() argument 174 getMemSemanticsForStorageClass(SPIRV::StorageClass::StorageClass SC) getMemSemanticsForStorageClass() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | CommandLine.cpp | 181 for (auto *SC : RegisteredSubCommands) in forEachSubCommand() local 186 for (auto *SC : Opt.Subs) { in forEachSubCommand() local 193 void addLiteralOption(Option &Opt, SubCommand *SC, StringRef Name) { in addLiteralOption() argument 205 Opt, [&](SubCommand &SC) { addLiteralOption(Opt, &SC, Name); }); in addLiteralOption() argument 208 void addOption(Option *O, SubCommand *SC) { in addOption() argument 249 __anone22813950302(SubCommand &SC) addOption() argument 252 removeOption(Option * O,SubCommand * SC) removeOption() argument 286 __anone22813950402(SubCommand &SC) removeOption() argument 311 updateArgStr(Option * O,StringRef NewName,SubCommand * SC) updateArgStr() argument 323 __anone22813950502(SubCommand &SC) updateArgStr() argument 1460 for (auto *SC : RegisteredSubCommands) { ResetAllOptionOccurrences() local [all...] |
/freebsd-src/contrib/llvm-project/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 [all...] |