Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp779 bool IsScale1 = Scale.getImm() == 1; in processInstrForSlow3OpLEA() local
785 if (IsInefficientBase && DestReg == BaseReg && !IsScale1) in processInstrForSlow3OpLEA()
797 if (IsScale1 && (DestReg == BaseReg || DestReg == IndexReg)) { in processInstrForSlow3OpLEA()
814 } else if (!IsInefficientBase || (!IsInefficientIndex && IsScale1)) { in processInstrForSlow3OpLEA()
865 if (IsScale1 && !hasLEAOffset(Offset)) { in processInstrForSlow3OpLEA()