Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp502 bool IsScale1 = Scale.getImm() == 1; in processInstrForSlow3OpLEA() local
508 if (IsInefficientBase && SSDstR == BaseR && !IsScale1) in processInstrForSlow3OpLEA()
511 (IsInefficientIndex || !IsScale1)) in processInstrForSlow3OpLEA()
525 if (IsScale1 && (DstR == BaseR || DstR == IndexR)) { in processInstrForSlow3OpLEA()
541 if (!IsInefficientBase || (!IsInefficientIndex && IsScale1)) { in processInstrForSlow3OpLEA()
562 if (IsScale1 && !hasLEAOffset(Offset)) { in processInstrForSlow3OpLEA()