Searched refs:CreateVariableSizedObject (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h528 /// CreateVariableSizedObject - Notify the MachineFrameInfo object that a
533 int CreateVariableSizedObject(unsigned Alignment, const AllocaInst *Alloca);
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp116 MF->getFrameInfo()->CreateVariableSizedObject(Align ? Align : 1, AI);
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp523 /// CreateVariableSizedObject - Notify the MachineFrameInfo object that a
528 int MachineFrameInfo::CreateVariableSizedObject(unsigned Alignment, function in class:MachineFrameInfo

Completed in 57 milliseconds