Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp411 CallSiteInfo CSInfo; member
885 auto Apply = [&](CallSiteInfo &CSInfo) { in applySingleImplDevirt()
917 auto AddCalls = [&](CallSiteInfo &CSInfo) { in AddCalls()
1103 auto Apply = [&](CallSiteInfo &CSInfo) { in applyICallBranchFunnel()
1206 void DevirtModule::applyUniformRetValOpt(CallSiteInfo &CSInfo, StringRef FnName, in applyUniformRetValOpt()
1216 MutableArrayRef<VirtualCallTarget> TargetsForSlot, CallSiteInfo &CSInfo, in tryUniformRetValOpt()
1312 void DevirtModule::applyUniqueRetValOpt(CallSiteInfo &CSInfo, StringRef FnName, in applyUniqueRetValOpt()
1335 CallSiteInfo &CSInfo, WholeProgramDevirtResolution::ByArg *Res, in tryUniqueRetValOpt()
1381 void DevirtModule::applyVirtualConstProp(CallSiteInfo &CSInfo, StringRef FnName, in applyVirtualConstProp()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp509 CallSiteInfo CSInfo; member
1100 auto Apply = [&](CallSiteInfo &CSInfo) { in applySingleImplDevirt()
1186 auto AddCalls = [&](CallSiteInfo &CSInfo) { in AddCalls()
1377 auto Apply = [&](CallSiteInfo &CSInfo) { in applyICallBranchFunnel()
1478 void DevirtModule::applyUniformRetValOpt(CallSiteInfo &CSInfo, StringRef FnName, in applyUniformRetValOpt()
1492 MutableArrayRef<VirtualCallTarget> TargetsForSlot, CallSiteInfo &CSInfo, in tryUniformRetValOpt()
1589 void DevirtModule::applyUniqueRetValOpt(CallSiteInfo &CSInfo, StringRef FnName, in applyUniqueRetValOpt()
1615 CallSiteInfo &CSInfo, WholeProgramDevirtResolution::ByArg *Res, in tryUniqueRetValOpt()
1661 void DevirtModule::applyVirtualConstProp(CallSiteInfo &CSInfo, StringRef FnName, in applyVirtualConstProp()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMIRPrinter.cpp410 for (const auto &CSInfo : MFI.getCalleeSavedInfo()) { in convertStackObjects() local
471 for (auto CSInfo : MF.getCallSitesInfo()) { in convertCallSiteObjects() local
H A DMachineFunction.cpp871 CallSiteInfo CSInfo = std::move(CSIt->second); in moveCallSiteInfo() local
891 CallSiteInfo CSInfo = CSIt->second; in copyCallSiteInfo() local
H A DMachineVerifier.cpp2328 for (auto CSInfo : MF->getCallSitesInfo()) in visitMachineFunctionAfter() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMIRPrinter.cpp446 for (const auto &CSInfo : MFI.getCalleeSavedInfo()) { in convertStackObjects() local
513 for (auto CSInfo : MF.getCallSitesInfo()) { in convertCallSiteObjects() local
H A DMachineFunction.cpp898 CallSiteInfo CSInfo = CSIt->second; in copyCallSiteInfo() local
916 CallSiteInfo CSInfo = std::move(CSIt->second); in moveCallSiteInfo() local
H A DMachineVerifier.cpp2892 for (auto CSInfo : MF->getCallSitesInfo()) in visitMachineFunctionAfter() local
/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h236 std::vector<CalleeSavedInfo> CSInfo; variable
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DMIRPrinter.cpp333 for (const auto &CSInfo : MFI.getCalleeSavedInfo()) { in convertStackObjects() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp376 MachineFunction::CallSiteInfo CSInfo; in initializeCallSiteInfo() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h293 std::vector<CalleeSavedInfo> CSInfo; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h293 std::vector<CalleeSavedInfo> CSInfo; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DMachineFrameInfo.h293 std::vector<CalleeSavedInfo> CSInfo; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DMachineFrameInfo.h293 std::vector<CalleeSavedInfo> CSInfo; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DMachineFrameInfo.h293 std::vector<CalleeSavedInfo> CSInfo; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DMachineFrameInfo.h293 std::vector<CalleeSavedInfo> CSInfo; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp414 MachineFunction::CallSiteInfo CSInfo; in initializeCallSiteInfo() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp2245 for (const auto &CSInfo : CSI) { in processFunctionBeforeFrameFinalized() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3225 MachineFunction::CallSiteInfo CSInfo; in LowerCall() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3926 MachineFunction::CallSiteInfo CSInfo; in LowerCall() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2100 MachineFunction::CallSiteInfo CSInfo; in LowerCall() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2340 MachineFunction::CallSiteInfo CSInfo; in LowerCall() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7137 MachineFunction::CallSiteInfo CSInfo; in LowerCall() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3809 MachineFunction::CallSiteInfo CSInfo; in LowerCall() local

12