Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp579 bool IsScale1 = Scale.getImm() == 1; in processInstrForSlow3OpLEA() local
585 if (IsInefficientBase && DestReg == BaseReg && !IsScale1) in processInstrForSlow3OpLEA()
597 if (IsScale1 && (DestReg == BaseReg || DestReg == IndexReg)) { in processInstrForSlow3OpLEA()
614 } else if (!IsInefficientBase || (!IsInefficientIndex && IsScale1)) { in processInstrForSlow3OpLEA()
665 if (IsScale1 && !hasLEAOffset(Offset)) { in processInstrForSlow3OpLEA()