Home
last modified time | relevance | path

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

12345

/freebsd-src/contrib/llvm-project/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
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h168 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 DMCSymbolXCOFF.h39 setStorageClass(XCOFF::StorageClass SC) setStorageClass() argument
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkUtilRegistry.cpp25 CommandRegistration::CommandRegistration(cl::SubCommand *SC, in CommandRegistration()
33 HandlerType dispatch(cl::SubCommand *SC) { in dispatch()
H A DRemarkUtil.cpp19 for (auto *SC : cl::getRegisteredSubcommands()) { in handleSubOptions() local
/freebsd-src/contrib/llvm-project/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
/freebsd-src/contrib/llvm-project/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
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 DTargetSchedule.h133 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 DVarBypassDetector.cpp117 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 DLoopUnrollAnalyzer.cpp36 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 Dposix4.h50 #define SYSCALL_NOT_PRESENT_GEN(SC) \ argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivmod.m443 define(SC,`%g2') macro
/freebsd-src/contrib/llvm-project/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; 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 DSMTConstraintManager.h157 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 DTaint.cpp90 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 DMacOSXAPIChecker.cpp157 SubChecker SC = in checkPreStmt() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCExpandAtomicPseudoInsts.cpp123 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 DDbiStream.cpp225 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 DDbiStreamBuilder.h79 void addSectionContrib(const SectionContrib &SC) { in addSectionContrib()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h471 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 DSPIRVUtils.cpp134 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 DCommandLine.cpp181 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 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
[all...]

12345