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

/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 82 milliseconds