/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineFrameInfo.h | 765 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 D | MachineFrameInfo.cpp | 74 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 D | MachineFrameInfo.cpp | 73 int MachineFrameInfo::CreateVariableSizedObject(Align Alignment, in CreateVariableSizedObject() function in MachineFrameInfo
|
/aosp_15_r20/external/llvm/include/llvm/CodeGen/ |
H A D | MachineFrameInfo.h | 626 int CreateVariableSizedObject(unsigned Alignment, const AllocaInst *Alloca);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | MachineFrameInfo.h | 784 int CreateVariableSizedObject(Align Alignment, const AllocaInst *Alloca);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 784 int CreateVariableSizedObject(Align Alignment, const AllocaInst *Alloca);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 784 int CreateVariableSizedObject(Align Alignment, const AllocaInst *Alloca);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 795 int CreateVariableSizedObject(Align Alignment, const AllocaInst *Alloca);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 784 int CreateVariableSizedObject(Align Alignment, const AllocaInst *Alloca);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FunctionLoweringInfo.cpp | 185 MF->getFrameInfo().CreateVariableSizedObject( in set()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FunctionLoweringInfo.cpp | 182 MF->getFrameInfo().CreateVariableSizedObject(Align ? Align : 1, AI); in set()
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FunctionLoweringInfo.cpp | 170 MF->getFrameInfo()->CreateVariableSizedObject(Align ? Align : 1, AI); in set()
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | MachineFunction.cpp | 609 int MachineFrameInfo::CreateVariableSizedObject(unsigned Alignment, in CreateVariableSizedObject() function in MachineFrameInfo
|
/aosp_15_r20/external/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 518 ObjectIdx = MFI.CreateVariableSizedObject(Object.Alignment, Alloca); in initializeFrameInfo()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 718 ObjectIdx = MFI.CreateVariableSizedObject(Object.Alignment, Alloca); in initializeFrameInfo()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 814 MFI.CreateVariableSizedObject(Object.Alignment.valueOrOne(), Alloca); in initializeFrameInfo()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 1856 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 D | IRTranslator.cpp | 2762 MF->getFrameInfo().CreateVariableSizedObject(Alignment, &AI); in translateAlloca()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 6264 MFI.CreateVariableSizedObject(Align(1), nullptr); in allocateLazySaveBuffer()
|