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 285 /// AllocateStack - Allocate a chunk of stack space with the specified size
287 unsigned AllocateStack(unsigned Size, unsigned Align) {
296 /// Version of AllocateStack with extra register to be shadowed.
297 unsigned AllocateStack(unsigned Size, unsigned Align, unsigned ShadowReg) {
299 return AllocateStack(Size, Align);

Completed in 1092 milliseconds