Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp74 int MachineFrameInfo::CreateVariableSizedObject(Align Alignment, in CreateVariableSizedObject() function in MachineFrameInfo
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h804 int CreateVariableSizedObject(Align Alignment, const AllocaInst *Alloca);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp185 MF->getFrameInfo().CreateVariableSizedObject( in set()
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp110 NewFI = DstMFI.CreateVariableSizedObject(SrcMFI.getObjectAlign(i), in cloneFrameInfo()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp814 MFI.CreateVariableSizedObject(Object.Alignment.valueOrOne(), Alloca); in initializeFrameInfo()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2762 MF->getFrameInfo().CreateVariableSizedObject(Alignment, &AI); in translateAlloca()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6264 MFI.CreateVariableSizedObject(Align(1), nullptr); in allocateLazySaveBuffer()