/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Disasm.cpp | 68 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 D | SystemZHazardRecognizer.cpp | 47 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 D | SystemZMachineScheduler.cpp | 254 const MCSchedClassDesc *SC = HazardRec->getSchedClass(SU); in releaseTopNode() local
|
/freebsd/contrib/llvm-project/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 | 42 void setStorageClass(XCOFF::StorageClass SC) { in setStorageClass()
|
/freebsd/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/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 = GA.getComdat()) in run() local 579 const Comdat *SC = GV->getComdat(); in run() local
|
/freebsd/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/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetSchedule.h | 133 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 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/sys/sys/ |
H A D | posix4.h | 50 #define SYSCALL_NOT_PRESENT_GEN(SC) \ argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/ |
H A D | divmod.m4 | 43 define(SC,`%g2') macro
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SMTConstraintManager.h | 160 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 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 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 D | StmtOpenACC.h | 43 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 D | Taint.cpp | 91 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 D | PPCExpandAtomicPseudoInsts.cpp | 123 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 D | DbiStream.cpp | 225 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 D | VPlan.h | 486 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 D | DbiStreamBuilder.h | 79 void addSectionContrib(const SectionContrib &SC) { in addSectionContrib()
|
/freebsd/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() 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 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
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVUtils.cpp | 166 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 D | CloneModule.cpp | 25 const Comdat *SC = Src->getComdat(); in copyComdat() local
|