Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h95 SExtScaledReg = 1, // BaseReg + sext(ScaledReg) * Scale + Displacement enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp2884 AM.Form = ExtAddrMode::Formula::SExtScaledReg; in canFoldIntoAddrMode()
3058 (Extend == AArch64_AM::SXTW) ? ExtAddrMode::Formula::SExtScaledReg in canFoldIntoAddrMode()
3458 if (AM.Form == ExtAddrMode::Formula::SExtScaledReg || in emitLdStWithAddr()
3478 .addImm(AM.Form == ExtAddrMode::Formula::SExtScaledReg) in emitLdStWithAddr()