Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp782 bool BaseOrIndexIsDst = DestReg == BaseReg || DestReg == IndexReg; in processInstrForSlow3OpLEA() local
790 (hasLEAOffset(Offset) || (IsInefficientBase && !BaseOrIndexIsDst))) { in processInstrForSlow3OpLEA()
804 } else if (IsScale1 && BaseOrIndexIsDst) { in processInstrForSlow3OpLEA()