Searched refs:IsInefficientBase (Results 1 – 1 of 1) sorted by relevance
580 bool IsInefficientBase = isInefficientLEAReg(BaseReg); in processInstrForSlow3OpLEA() local585 if (IsInefficientBase && DestReg == BaseReg && !IsScale1) in processInstrForSlow3OpLEA()614 } else if (!IsInefficientBase || (!IsInefficientIndex && IsScale1)) { in processInstrForSlow3OpLEA()621 .add(IsInefficientBase ? Index : Base) in processInstrForSlow3OpLEA()623 .add(IsInefficientBase ? Base : Index) in processInstrForSlow3OpLEA()658 assert(IsInefficientBase && "efficient base should be handled already!"); in processInstrForSlow3OpLEA()