Home
last modified time | relevance | path

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

12345

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDisasm.cpp68 ColorScope SC(OS, true, {llvm::raw_ostream::BRIGHT_GREEN, true}); in dump() local
135 ColorScope SC(OS, true, {llvm::raw_ostream::BRIGHT_RED, true}); in dump() local
140 ColorScope SC(OS, true, {llvm::raw_ostream::WHITE, true}); in dump() local
151 ColorScope SC(OS, true, in dump() local
167 ColorScope SC(OS, true, {llvm::raw_ostream::BRIGHT_MAGENTA, true}); in dump() local
188 ColorScope SC(OS, true, {llvm::raw_ostream::BRIGHT_CYAN, false}); in dump() local
198 ColorScope SC(OS, true, {llvm::raw_ostream::WHITE, true}); in dump() local
217 ColorScope SC(OS, true, {llvm::raw_ostream::BLUE, true}); in dump() local
245 ColorScope SC(OS, true, {llvm::raw_ostream::BLUE, true}); in dump() local
266 ColorScope SC(OS, true, {llvm::raw_ostream::BLUE, true}); in dump() local
[all …]
/freebsd/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); fitsIntoCurrentGroup() local
171 const MCSchedClassDesc *SC = getSchedClass(SU); dumpSU() local
272 const MCSchedClassDesc *SC = getSchedClass(SU); EmitInstruction() local
341 const MCSchedClassDesc *SC = getSchedClass(SU); groupingCost() local
390 const MCSchedClassDesc *SC = getSchedClass(SU); resourcesCost() local
418 const MCSchedClassDesc *SC = SchedModel->resolveSchedClass(MI); emitInstruction() local
[all...]
H A DSystemZMachineScheduler.cpp254 const MCSchedClassDesc *SC = HazardRec->getSchedClass(SU); in releaseTopNode() local
/freebsd/contrib/llvm-project/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.h42 void setStorageClass(XCOFF::StorageClass SC) { in setStorageClass()
/freebsd/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/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 = GA.getComdat()) in run() local
579 const Comdat *SC = GV->getComdat(); in run() local
/freebsd/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/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h133 ProcResIter getWriteProcResBegin(const MCSchedClassDesc *SC) const { in getWriteProcResBegin() argument
137 ProcResIter getWriteProcResEnd(const MCSchedClassDesc *SC) const { in getWriteProcResEnd() argument
/freebsd/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/sys/sys/
H A Dposix4.h50 #define SYSCALL_NOT_PRESENT_GEN(SC) \ argument
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivmod.m443 define(SC,`%g2') macro
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h160 if (const SymbolCast *SC = dyn_cast<SymbolCast>(Sym)) { in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
278 if (const SymbolCast *SC = dyn_cast<SymbolCast>(Sym)) in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
/freebsd/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; in expandAtomicBinOpSubword() local
622 unsigned LL, SC, ZERO, BEQ, SLT, SLTu, OR, MOVN, MOVZ, SELNEZ, SELEQZ; in expandAtomicBinOp() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenACC.h43 OpenACCConstructStmt(StmtClass SC, OpenACCDirectiveKind K, in OpenACCConstructStmt()
87 OpenACCAssociatedStmtConstruct(StmtClass SC, OpenACCDirectiveKind K, in OpenACCAssociatedStmtConstruct()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTaint.cpp91 while (const SymbolCast *SC = dyn_cast<SymbolCast>(Sym)) in addTaint() local
117 while (const SymbolCast *SC = dyn_cast<SymbolCast>(Sym)) in removeTaint() local
317 if (const auto *SC = dyn_cast<SymbolCast>(SubSym)) { in getTaintedSymbolsImpl() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCExpandAtomicPseudoInsts.cpp123 const MCInstrDesc &SC = TII->get(PPC::STQCX); in expandAtomicRMW128() local
221 const MCInstrDesc &SC = TII->get(PPC::STQCX); in expandAtomicCmpSwap128() local
/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h486 VPBlockBase(const unsigned char SC, const std::string &N) in VPBlockBase()
777 : VPDef(SC), VPUser(Operands, VPUser::VPUserID::Recipe), DL(DL) {} in VPDef() argument
782 : VPDef(SC), VPUser(Operands, VPUser::VPUserID::Recipe), DL(DL) {} in VPDef() argument
895 : VPRecipeBase(SC, Operands, DL), VPValue(this) {} in VPRecipeBase() argument
899 : VPRecipeBase(SC, Operands, DL), VPValue(this) {} in VPRecipeBase() argument
904 : VPRecipeBase(SC, Operands, DL), VPValue(this, UV) {} in VPRecipeBase() argument
1036 : VPSingleDefRecipe(SC, Operands, DL) { in VPSingleDefRecipe() argument
1042 VPRecipeWithIRFlags(const unsigned char SC, IterT Operands, Instruction &I) in VPRecipeWithIRFlags()
1074 : VPSingleDefRecipe(SC, Operands, DL), OpType(OperationType::Cmp), in VPSingleDefRecipe() argument
1080 : VPSingleDefRecipe(SC, Operands, DL), in VPSingleDefRecipe() argument
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.h79 void addSectionContrib(const SectionContrib &SC) { in addSectionContrib()
/freebsd/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()
205 Opt, [&](SubCommand &SC) { addLiteralOption(Opt, &SC, Name); }); in addLiteralOption()
208 void addOption(Option *O, SubCommand *SC) { in addOption()
249 forEachSubCommand(*O, [&](SubCommand &SC) { addOption(O, &SC); }); in addOption()
252 void removeOption(Option *O, SubCommand *SC) { in removeOption()
286 forEachSubCommand(*O, [&](SubCommand &SC) { removeOption(O, &SC); }); in removeOption()
311 void updateArgStr(Option *O, StringRef NewName, SubCommand *SC) { in updateArgStr()
323 [&](SubCommand &SC) { updateArgStr(O, NewName, &SC); }); in updateArgStr()
[all …]
/freebsd/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
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.cpp166 unsigned storageClassToAddressSpace(SPIRV::StorageClass::StorageClass SC) { in storageClassToAddressSpace()
218 getMemSemanticsForStorageClass(SPIRV::StorageClass::StorageClass SC) { in getMemSemanticsForStorageClass()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp25 const Comdat *SC = Src->getComdat(); in copyComdat() local

12345