Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp770 bool IsInefficientBase = isInefficientLEAReg(BaseReg); in processInstrForSlow3OpLEA() local
775 if (IsInefficientBase && DestReg == BaseReg && !IsScale1) in processInstrForSlow3OpLEA()
790 (hasLEAOffset(Offset) || (IsInefficientBase && !BaseOrIndexIsDst))) { in processInstrForSlow3OpLEA()
826 } else if (!IsInefficientBase || (!IsInefficientIndex && IsScale1)) { in processInstrForSlow3OpLEA()
833 .add(IsInefficientBase ? Index : Base) in processInstrForSlow3OpLEA()
835 .add(IsInefficientBase ? Base : Index) in processInstrForSlow3OpLEA()
870 assert(IsInefficientBase && "efficient base should be handled already!"); in processInstrForSlow3OpLEA()