Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp5709 int64_t MinOff, MaxOff; in isAArch64FrameOffsetLegal() local
5710 if (!AArch64InstrInfo::getMemOpInfo(MI.getOpcode(), ScaleValue, Width, MinOff, in isAArch64FrameOffsetLegal()
5730 !AArch64InstrInfo::getMemOpInfo(*UnscaledOp, ScaleValue, Width, MinOff, in isAArch64FrameOffsetLegal()
5742 assert(MinOff < MaxOff && "Unexpected Min/Max offsets"); in isAArch64FrameOffsetLegal()
5744 if (MinOff <= NewOffset && NewOffset <= MaxOff) in isAArch64FrameOffsetLegal()
5747 NewOffset = NewOffset < 0 ? MinOff : MaxOff; in isAArch64FrameOffsetLegal()