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

  /external/llvm/lib/Target/Hexagon/
HexagonVarargsCallingConvention.h 91 unsigned Offset3 = State.AllocateStack(Size, Alignment);
137 unsigned Offset3 = State.AllocateStack(Size, Alignment);
HexagonCallingConvLower.h 162 /// AllocateStack - Allocate a chunk of stack space with the specified size
164 unsigned AllocateStack(unsigned Size, unsigned Align) {
HexagonCallingConvLower.cpp 50 unsigned Offset = AllocateStack(Size, Align);
HexagonISelLowering.cpp 102 ofst = State.AllocateStack(ArgFlags.getByValSize(), 4);
117 ofst = State.AllocateStack(4, 4);
122 ofst = State.AllocateStack(8, 8);
139 unsigned Offset = State.AllocateStack(ArgFlags.getByValSize(), 4);
182 unsigned Offset = State.AllocateStack(4, 4);
207 unsigned Offset = State.AllocateStack(8, 8, Hexagon::D2);
254 unsigned Offset = State.AllocateStack(4, 4);
269 unsigned Offset = State.AllocateStack(8, 8);
    [all...]
  /external/compiler-rt/lib/asan/
asan_fake_stack.h 77 uptr AllocateStack(uptr size, uptr real_stack);
asan_fake_stack.cc 118 ALWAYS_INLINE uptr FakeStack::AllocateStack(uptr size, uptr real_stack) {
172 uptr ptr = t->fake_stack()->AllocateStack(size, real_stack);
  /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);
  /external/llvm/lib/Target/ARM/
ARMCallingConv.h 43 State.AllocateStack(8, 4),
53 State.AllocateStack(4, 4),
92 State.AllocateStack(8, 8),
  /external/llvm/lib/CodeGen/
CallingConvLower.cpp 54 unsigned Offset = AllocateStack(Size, Align);
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 63 State.AllocateStack(8,4),
73 State.AllocateStack(4,4),
86 unsigned Offset = State.AllocateStack(8, 8);
122 unsigned Offset = State.AllocateStack(4, 4);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]

Completed in 59 milliseconds