Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp74 int MachineFrameInfo::CreateVariableSizedObject(Align Alignment, in CreateVariableSizedObject() function in MachineFrameInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h803 int CreateVariableSizedObject(Align Alignment, const AllocaInst *Alloca);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp180 MF->getFrameInfo().CreateVariableSizedObject( in set()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp862 MFI.CreateVariableSizedObject(Object.Alignment.valueOrOne(), Alloca); in initializeFrameInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3082 MF->getFrameInfo().CreateVariableSizedObject(Alignment, &AI); in translateAlloca()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3114 MFI.CreateVariableSizedObject(Align(16), nullptr); in EmitAllocateZABuffer()
7684 MFI.CreateVariableSizedObject(Align(16), nullptr); in LowerFormalArguments()