Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp503 bool IsInefficientBase = isInefficientLEAReg(BaseR); in processInstrForSlow3OpLEA() local
508 if (IsInefficientBase && SSDstR == BaseR && !IsScale1) in processInstrForSlow3OpLEA()
510 if (LEAOpcode == X86::LEA64_32r && IsInefficientBase && in processInstrForSlow3OpLEA()
541 if (!IsInefficientBase || (!IsInefficientIndex && IsScale1)) { in processInstrForSlow3OpLEA()
544 .add(IsInefficientBase ? Index : Base) in processInstrForSlow3OpLEA()
546 .add(IsInefficientBase ? Base : Index) in processInstrForSlow3OpLEA()
559 assert(IsInefficientBase && "efficient base should be handled already!"); in processInstrForSlow3OpLEA()