Home
last modified time | relevance | path

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

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