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

/external/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h576 /// CreateVariableSizedObject - Notify the MachineFrameInfo object that a
581 int CreateVariableSizedObject(unsigned Alignment, const AllocaInst *Alloca);
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp536 /// CreateVariableSizedObject - Notify the MachineFrameInfo object that a
541 int MachineFrameInfo::CreateVariableSizedObject(unsigned Alignment, function in class:MachineFrameInfo
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp152 MF->getFrameInfo()->CreateVariableSizedObject(Align ? Align : 1, AI);

Completed in 95 milliseconds