Home
last modified time | relevance | path

Searched defs:CSInfo (Results 1 – 14 of 14) sorted by relevance

/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp507 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 DMIRPrinter.cpp467 for (const auto &CSInfo : MFI.getCalleeSavedInfo()) { convertStackObjects() local
534 for (auto CSInfo : MF.getCallSitesInfo()) { convertCallSiteObjects() local
[all...]
H A DMachineFunction.cpp926 CallSiteInfo CSInfo = CSIt->second; copyCallSiteInfo() local
944 CallSiteInfo CSInfo = std::move(CSIt->second); moveCallSiteInfo() local
H A DMachineVerifier.cpp3267 for (auto CSInfo : MF->getCallSitesInfo()) visitMachineFunctionAfter() local
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp1517 __anona05b79280702(decltype(UnmanagedCSI) CSInfo) spillCalleeSavedRegisters() argument
1588 __anona05b79280802(decltype(UnmanagedCSI) CSInfo) restoreCalleeSavedRegisters() argument
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h293 std::vector<CalleeSavedInfo> CSInfo; variable
/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp442 MachineFunction::CallSiteInfo CSInfo; initializeCallSiteInfo() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp2242 for (const auto &CSInfo : CSI) { processFunctionBeforeFrameFinalized() local
/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp404 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 DX86ISelLoweringCall.cpp2022 MachineFunction::CallSiteInfo CSInfo; LowerCall() local
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp801 auto CSInfo = CalleesMap.find(CallMI); in collectCallSiteParameters() local
/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3259 MachineFunction::CallSiteInfo CSInfo; LowerCall() local
/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2396 MachineFunction::CallSiteInfo CSInfo; LowerCall() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8147 MachineFunction::CallSiteInfo CSInfo; LowerCall() local
[all...]