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.cpp456 uint64_t MaxReach = StackSize + MaxArgOffset; in processFunctionBeforeFrameFinalized() local
457 if (!isUInt<12>(MaxReach)) { in processFunctionBeforeFrameFinalized()
1521 uint64_t MaxReach = (StackSize + Regs.getCallFrameSize() + in processFunctionBeforeFrameFinalized() local
1524 if (!isUInt<12>(MaxReach)) { in processFunctionBeforeFrameFinalized()