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 162 /// AllocateStack - Allocate a chunk of stack space with the specified size
164 unsigned AllocateStack(unsigned Size, unsigned Align) {
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 333 /// AllocateStack - Allocate a chunk of stack space with the specified size
335 unsigned AllocateStack(unsigned Size, unsigned Align) {
344 /// Version of AllocateStack with extra register to be shadowed.
345 unsigned AllocateStack(unsigned Size, unsigned Align, unsigned ShadowReg) {
347 return AllocateStack(Size, Align);

Completed in 49 milliseconds