Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp454 uint64_t MaxReach = StackSize + MaxArgOffset; in processFunctionBeforeFrameFinalized() local
455 if (!isUInt<12>(MaxReach)) { in processFunctionBeforeFrameFinalized()
1489 uint64_t MaxReach = (StackSize + Regs.getCallFrameSize() + in processFunctionBeforeFrameFinalized() local
1492 if (!isUInt<12>(MaxReach)) { in processFunctionBeforeFrameFinalized()