/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 507 CallSiteInfo CSInfo; global() member 1167 __anon4f43d3dd0702(CallSiteInfo &CSInfo) applySingleImplDevirt() argument 1261 __anon4f43d3dd0802(CallSiteInfo &CSInfo) AddCalls() argument 1452 __anon4f43d3dd0902(CallSiteInfo &CSInfo) applyICallBranchFunnel() argument 1575 applyUniformRetValOpt(CallSiteInfo & CSInfo,StringRef FnName,uint64_t TheRetVal) applyUniformRetValOpt() argument 1589 tryUniformRetValOpt(MutableArrayRef<VirtualCallTarget> TargetsForSlot,CallSiteInfo & CSInfo,WholeProgramDevirtResolution::ByArg * Res) tryUniformRetValOpt() argument 1686 applyUniqueRetValOpt(CallSiteInfo & CSInfo,StringRef FnName,bool IsOne,Constant * UniqueMemberAddr) applyUniqueRetValOpt() argument 1711 tryUniqueRetValOpt(unsigned BitWidth,MutableArrayRef<VirtualCallTarget> TargetsForSlot,CallSiteInfo & CSInfo,WholeProgramDevirtResolution::ByArg * Res,VTableSlot Slot,ArrayRef<uint64_t> Args) tryUniqueRetValOpt() argument 1757 applyVirtualConstProp(CallSiteInfo & CSInfo,StringRef FnName,Constant * Byte,Constant * Bit) applyVirtualConstProp() argument [all...] |
/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRPrinter.cpp | 467 for (const auto &CSInfo : MFI.getCalleeSavedInfo()) { convertStackObjects() local 534 for (auto CSInfo : MF.getCallSitesInfo()) { convertCallSiteObjects() local [all...] |
H A D | MachineFunction.cpp | 926 CallSiteInfo CSInfo = CSIt->second; copyCallSiteInfo() local 944 CallSiteInfo CSInfo = std::move(CSIt->second); moveCallSiteInfo() local
|
H A D | MachineVerifier.cpp | 3267 for (auto CSInfo : MF->getCallSitesInfo()) visitMachineFunctionAfter() local
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVFrameLowering.cpp | 1517 __anona05b79280702(decltype(UnmanagedCSI) CSInfo) spillCalleeSavedRegisters() argument 1588 __anona05b79280802(decltype(UnmanagedCSI) CSInfo) restoreCalleeSavedRegisters() argument
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineFrameInfo.h | 293 std::vector<CalleeSavedInfo> CSInfo; variable
|
/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 442 MachineFunction::CallSiteInfo CSInfo; initializeCallSiteInfo() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCFrameLowering.cpp | 2242 for (const auto &CSInfo : CSI) { processFunctionBeforeFrameFinalized() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 404 std::optional<llvm::DIFile::ChecksumInfo<StringRef>> CSInfo; getOrCreateFile() local 445 createFile(StringRef FileName,std::optional<llvm::DIFile::ChecksumInfo<StringRef>> CSInfo,std::optional<StringRef> Source) createFile() argument 527 std::optional<llvm::DIFile::ChecksumInfo<StringRef>> CSInfo; CreateCompileUnit() local [all...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLoweringCall.cpp | 2022 MachineFunction::CallSiteInfo CSInfo; LowerCall() local
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 801 auto CSInfo = CalleesMap.find(CallMI); in collectCallSiteParameters() local
|
/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 3259 MachineFunction::CallSiteInfo CSInfo; LowerCall() local
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 2396 MachineFunction::CallSiteInfo CSInfo; LowerCall() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 8147 MachineFunction::CallSiteInfo CSInfo; LowerCall() local [all...] |