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

/external/llvm/lib/Target/Hexagon/
H A DHexagonCallingConvLower.h161 /// AllocateStack - Allocate a chunk of stack space with the specified size
163 unsigned AllocateStack(unsigned Size, unsigned Align) { function in class:llvm::Hexagon_CCState
/external/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h377 /// AllocateStack - Allocate a chunk of stack space with the specified size
379 unsigned AllocateStack(unsigned Size, unsigned Align) { function in class:llvm::CCState
388 /// Version of AllocateStack with extra register to be shadowed.
389 unsigned AllocateStack(unsigned Size, unsigned Align, unsigned ShadowReg) { function in class:llvm::CCState
391 return AllocateStack(Size, Align);
394 /// Version of AllocateStack with list of extra registers to be shadowed.
396 unsigned AllocateStack(unsigned Size, unsigned Align, function in class:llvm::CCState
400 return AllocateStack(Size, Align);

Completed in 100 milliseconds