Home
last modified time | relevance | path

Searched refs:CreateFrameAllocation (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h521 int CreateFrameAllocation(uint64_t Size);
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp590 int MachineFrameInfo::CreateFrameAllocation(uint64_t Size) { in CreateFrameAllocation() function in MachineFrameInfo
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5587 int Alloc = MF.getFrameInfo()->CreateFrameAllocation(Size); in visitIntrinsicCall()