Searched refs:ExtCost (Results 1 – 4 of 4) sorted by relevance
863 unsigned ExtCost = 0; in getOperandsExtensionCost() local867 ExtCost++; in getOperandsExtensionCost()869 return ExtCost; in getOperandsExtensionCost()
2141 InstructionCost ExtCost = thisT()->getCastInstrCost( in getExtendedAddReductionCost() local2147 ExtCost *= 2; in getExtendedAddReductionCost()2150 return RedCost + MulCost + ExtCost; in getExtendedAddReductionCost()
4696 unsigned ExtCost = !TLI.isExtFree(Ext); in matchOperationAddr() local4725 ExtCost + (AddrModeInsts.size() - OldSize), in matchOperationAddr()5727 unsigned ExtCost = !TLI->isExtFree(I); in tryToPromoteExts() local5744 std::max((long long)0, (TotalCreatedInstsCost - ExtCost)); in tryToPromoteExts()5765 !(StressExtLdPromotion || NewCreatedInstsCost <= ExtCost || in tryToPromoteExts()
7164 InstructionCost ExtCost = in getReductionPatternCost() local7167 if (RedCost.isValid() && RedCost < BaseCost + ExtCost) in getReductionPatternCost()7180 InstructionCost ExtCost = in getReductionPatternCost() local7190 if (RedCost.isValid() && RedCost < ExtCost * 2 + MulCost + BaseCost) in getReductionPatternCost()