HomeSort by relevance Sort by last modified time
    Searched defs:AllocateStack (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonCallingConvLower.h 163 /// AllocateStack - Allocate a chunk of stack space with the specified size
165 unsigned AllocateStack(unsigned Size, unsigned Align) {
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 284 /// AllocateStack - Allocate a chunk of stack space with the specified size
286 unsigned AllocateStack(unsigned Size, unsigned Align) {
294 /// Version of AllocateStack with extra register to be shadowed.
295 unsigned AllocateStack(unsigned Size, unsigned Align, unsigned ShadowReg) {
297 return AllocateStack(Size, Align);

Completed in 27 milliseconds