Searched refs:IsInefficientBase (Results 1 – 1 of 1) sorted by relevance
503 bool IsInefficientBase = isInefficientLEAReg(BaseR); in processInstrForSlow3OpLEA() local508 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()