Home
last modified time | relevance | path

Searched refs:CreateVariableSizedObject (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h765 int CreateVariableSizedObject(Align Alignment, const AllocaInst *Alloca);
767 int CreateVariableSizedObject(unsigned Alignment, const AllocaInst *Alloca) { in CreateVariableSizedObject() function
768 return CreateVariableSizedObject(assumeAligned(Alignment), Alloca); in CreateVariableSizedObject()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp74 int MachineFrameInfo::CreateVariableSizedObject(Align Alignment, in CreateVariableSizedObject() function in MachineFrameInfo
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp73 int MachineFrameInfo::CreateVariableSizedObject(Align Alignment, in CreateVariableSizedObject() function in MachineFrameInfo
/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h626 int CreateVariableSizedObject(unsigned Alignment, const AllocaInst *Alloca);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h784 int CreateVariableSizedObject(Align Alignment, const AllocaInst *Alloca);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DMachineFrameInfo.h784 int CreateVariableSizedObject(Align Alignment, const AllocaInst *Alloca);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DMachineFrameInfo.h784 int CreateVariableSizedObject(Align Alignment, const AllocaInst *Alloca);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DMachineFrameInfo.h795 int CreateVariableSizedObject(Align Alignment, const AllocaInst *Alloca);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DMachineFrameInfo.h784 int CreateVariableSizedObject(Align Alignment, const AllocaInst *Alloca);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp185 MF->getFrameInfo().CreateVariableSizedObject( in set()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp182 MF->getFrameInfo().CreateVariableSizedObject(Align ? Align : 1, AI); in set()
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp170 MF->getFrameInfo()->CreateVariableSizedObject(Align ? Align : 1, AI); in set()
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp609 int MachineFrameInfo::CreateVariableSizedObject(unsigned Alignment, in CreateVariableSizedObject() function in MachineFrameInfo
/aosp_15_r20/external/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp518 ObjectIdx = MFI.CreateVariableSizedObject(Object.Alignment, Alloca); in initializeFrameInfo()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp718 ObjectIdx = MFI.CreateVariableSizedObject(Object.Alignment, Alloca); in initializeFrameInfo()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp814 MFI.CreateVariableSizedObject(Object.Alignment.valueOrOne(), Alloca); in initializeFrameInfo()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1856 MF->getFrameInfo().CreateVariableSizedObject(Align ? Align : 1, &AI); in translateAlloca()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2762 MF->getFrameInfo().CreateVariableSizedObject(Alignment, &AI); in translateAlloca()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6264 MFI.CreateVariableSizedObject(Align(1), nullptr); in allocateLazySaveBuffer()