Searched refs:ExtCost (Results 1 – 5 of 5) sorted by relevance
905 unsigned ExtCost = 0; in getOperandsExtensionCost() local909 ExtCost++; in getOperandsExtensionCost()911 return ExtCost; in getOperandsExtensionCost()
2326 InstructionCost ExtCost = thisT()->getCastInstrCost( in getExtendedAddReductionCost() local2332 ExtCost *= 2; in getExtendedAddReductionCost()2335 return RedCost + MulCost + ExtCost; in getExtendedAddReductionCost()
4720 unsigned ExtCost = !TLI.isExtFree(Ext); in matchOperationAddr() local4749 ExtCost + (AddrModeInsts.size() - OldSize), in matchOperationAddr()5767 unsigned ExtCost = !TLI->isExtFree(I); in tryToPromoteExts() local5784 std::max((long long)0, (TotalCreatedInstsCost - ExtCost)); in tryToPromoteExts()5805 !(StressExtLdPromotion || NewCreatedInstsCost <= ExtCost || in tryToPromoteExts()
6561 InstructionCost ExtCost = in getReductionPatternCost() local6575 RedCost < ExtCost * 2 + MulCost + Ext2Cost + BaseCost) in getReductionPatternCost()6586 InstructionCost ExtCost = in getReductionPatternCost() local6589 if (RedCost.isValid() && RedCost < BaseCost + ExtCost) in getReductionPatternCost()
2600 InstructionCost ExtCost = 0; in getCastInstrCost() local2602 ExtCost = getCastInstrCost(ExtOpc, ExtSrc, Src, CCH, CostKind); in getCastInstrCost()2604 return ExtCost + getCastInstrCost(Instruction::SIToFP, Dst, ExtSrc, in getCastInstrCost()