Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86DynAllocaExpander.cpp53 Lowering getLowering(int64_t CurrentOffset, int64_t AllocaAmount);
98 int64_t AllocaAmount) { in getLowering() argument
100 if (AllocaAmount < 0 || AllocaAmount > StackProbeSize) in getLowering()
104 if (CurrentOffset + AllocaAmount <= StackProbeSize) in getLowering()