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

  /external/llvm/lib/Target/ARM/
ARMCallingConv.h 43 State.AllocateStack(8, 4),
53 State.AllocateStack(4, 4),
86 State.AllocateStack(8, 8),
  /external/llvm/lib/Target/Hexagon/
HexagonVarargsCallingConvention.h 91 unsigned Offset3 = State.AllocateStack(Size, Alignment);
137 unsigned Offset3 = State.AllocateStack(Size, Alignment);
HexagonCallingConvLower.h 163 /// AllocateStack - Allocate a chunk of stack space with the specified size
165 unsigned AllocateStack(unsigned Size, unsigned Align) {
HexagonCallingConvLower.cpp 51 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/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);
  /external/compiler-rt/lib/asan/
asan_fake_stack.cc 118 uptr FakeStack::AllocateStack(uptr size, uptr real_stack) {
171 uptr ptr = t->fake_stack().AllocateStack(size, real_stack);
asan_allocator.h 170 uptr AllocateStack(uptr size, uptr real_stack);
  /external/llvm/lib/CodeGen/
CallingConvLower.cpp 54 unsigned Offset = AllocateStack(Size, Align);
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 62 State.AllocateStack(8,4),
72 State.AllocateStack(4,4),
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 672 State.AllocateStack(SizeInBytes, SizeInBytes);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]

Completed in 349 milliseconds