Home
last modified time | relevance | path

Searched refs:AllocaAmount (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86WinAllocaExpander.cpp53 Lowering getLowering(int64_t CurrentOffset, int64_t AllocaAmount);
102 int64_t AllocaAmount) { in getLowering() argument
104 if (AllocaAmount < 0 || AllocaAmount > StackProbeSize) in getLowering()
108 if (CurrentOffset + AllocaAmount <= StackProbeSize) in getLowering()
/external/llvm/lib/Target/X86/
DX86WinAllocaExpander.cpp53 Lowering getLowering(int64_t CurrentOffset, int64_t AllocaAmount);
101 int64_t AllocaAmount) { in getLowering() argument
103 if (AllocaAmount < 0 || AllocaAmount > StackProbeSize) in getLowering()
107 if (CurrentOffset + AllocaAmount <= StackProbeSize) in getLowering()