Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp769 bool IsScale1 = Scale.getImm() == 1; in processInstrForSlow3OpLEA() local
775 if (IsInefficientBase && DestReg == BaseReg && !IsScale1) in processInstrForSlow3OpLEA()
789 if (IsScale1 && BaseReg == IndexReg && in processInstrForSlow3OpLEA()
804 } else if (IsScale1 && BaseOrIndexIsDst) { in processInstrForSlow3OpLEA()
826 } else if (!IsInefficientBase || (!IsInefficientIndex && IsScale1)) { in processInstrForSlow3OpLEA()
877 if (IsScale1 && !hasLEAOffset(Offset)) { in processInstrForSlow3OpLEA()