Searched defs:AllocateStack (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Hexagon/
H A DHexagonCallingConvLower.h163 /// AllocateStack - Allocate a chunk of stack space with the specified size
165 unsigned AllocateStack(unsigned Size, unsigned Align) { function in class:llvm::Hexagon_CCState
/external/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h284 /// AllocateStack - Allocate a chunk of stack space with the specified size
286 unsigned AllocateStack(unsigned Size, unsigned Align) { function in class:llvm::CCState
294 /// Version of AllocateStack with extra register to be shadowed.
295 unsigned AllocateStack(unsigned Size, unsigned Align, unsigned ShadowReg) { function in class:llvm::CCState
297 return AllocateStack(Size, Align);

Completed in 18 milliseconds