Lines Matching defs:ExtraCost
723 int ExtraCost = MTy.isVector() && MTy.getScalarSizeInBits() !=
727 return LT.first * Entry->Cost + ExtraCost;
894 unsigned ExtraCost = HigherCost ? 1 : 0;
897 ExtraCost = 0; // fhsl/fshr for i32 and i64 can be lowered to a single
900 ExtraCost = 1;
903 return TyL.first + ExtraCost;
4594 InstructionCost ExtraCost = 0;
4600 ExtraCost = getArithmeticInstrCost(Opcode, Ty, CostKind);
4601 ExtraCost *= LT.first - 1;
4605 return Cost + ExtraCost;