Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp4952 int64_t ExtraBaseRegUpdate = in emitLoop() local
4956 << ", ExtraBaseRegUpdate=" << ExtraBaseRegUpdate in emitLoop()
4964 int64_t STGOffset = ExtraBaseRegUpdate + 16; in emitLoop()
4975 } else if (ExtraBaseRegUpdate) { in emitLoop()
4977 int64_t AddSubOffset = std::abs(ExtraBaseRegUpdate); in emitLoop()
4981 TII->get(ExtraBaseRegUpdate > 0 ? AArch64::ADDXri : AArch64::SUBXri)) in emitLoop()