Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp768 bool IsScale1 = Scale.getImm() == 1; in processInstrForSlow3OpLEA() local
774 if (IsInefficientBase && DestReg == BaseReg && !IsScale1) in processInstrForSlow3OpLEA()
788 if (IsScale1 && BaseReg == IndexReg && in processInstrForSlow3OpLEA()
803 } else if (IsScale1 && BaseOrIndexIsDst) { in processInstrForSlow3OpLEA()
825 } else if (!IsInefficientBase || (!IsInefficientIndex && IsScale1)) { in processInstrForSlow3OpLEA()
876 if (IsScale1 && !hasLEAOffset(Offset)) { in processInstrForSlow3OpLEA()