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

  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 377 /// AllocateStack - Allocate a chunk of stack space with the specified size
379 unsigned AllocateStack(unsigned Size, unsigned Align) {
388 /// Version of AllocateStack with extra register to be shadowed.
389 unsigned AllocateStack(unsigned Size, unsigned Align, unsigned ShadowReg) {
391 return AllocateStack(Size, Align);
394 /// Version of AllocateStack with list of extra registers to be shadowed.
396 unsigned AllocateStack(unsigned Size, unsigned Align,
400 return AllocateStack(Size, Align);
  /external/llvm/lib/Target/Hexagon/
HexagonVarargsCallingConvention.h 91 unsigned Offset3 = State.AllocateStack(Size, Alignment);
137 unsigned Offset3 = State.AllocateStack(Size, Alignment);
HexagonCallingConvLower.h 161 /// AllocateStack - Allocate a chunk of stack space with the specified size
163 unsigned AllocateStack(unsigned Size, unsigned Align) {
HexagonCallingConvLower.cpp 50 unsigned Offset = AllocateStack(Size, Align);
HexagonISelLowering.cpp 116 ofst = State.AllocateStack(ArgFlags.getByValSize(), 4);
131 ofst = State.AllocateStack(4, 4);
136 ofst = State.AllocateStack(8, 8);
153 unsigned Offset = State.AllocateStack(ArgFlags.getByValSize(), 4);
196 unsigned Offset = State.AllocateStack(4, 4);
221 unsigned Offset = State.AllocateStack(8, 8, Hexagon::D2);
268 unsigned Offset = State.AllocateStack(4, 4);
283 unsigned Offset = State.AllocateStack(8, 8);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCallingConv.h 43 State.AllocateStack(8, 4),
53 State.AllocateStack(4, 4),
92 State.AllocateStack(8, 8),
247 It.convertToMem(State.AllocateStack(Size, Align));