Searched refs:ExtCost (Results 1 – 5 of 5) sorted by relevance
953 unsigned ExtCost = 0; in getOperandsExtensionCost() local957 ExtCost++; in getOperandsExtensionCost()959 return ExtCost; in getOperandsExtensionCost()
2623 InstructionCost ExtCost = thisT()->getCastInstrCost( in getExtendedReductionCost() local2627 return RedCost + ExtCost; in getExtendedReductionCost()2639 InstructionCost ExtCost = thisT()->getCastInstrCost( in getMulAccReductionCost() local2646 return RedCost + MulCost + 2 * ExtCost; in getMulAccReductionCost()
5044 unsigned ExtCost = !TLI.isExtFree(Ext); in matchOperationAddr() local5073 ExtCost + (AddrModeInsts.size() - OldSize), in matchOperationAddr()6120 unsigned ExtCost = !TLI->isExtFree(I); in tryToPromoteExts() local6139 std::max((long long)0, (TotalCreatedInstsCost - ExtCost)); in tryToPromoteExts()6143 (ExtCost == 0 && NewExts.size() > 1))) { in tryToPromoteExts()6161 !(StressExtLdPromotion || NewCreatedInstsCost <= ExtCost || in tryToPromoteExts()
5829 InstructionCost ExtCost = in getReductionPatternCost() local5842 RedCost < ExtCost * 2 + MulCost + Ext2Cost + BaseCost) in getReductionPatternCost()5853 InstructionCost ExtCost = in getReductionPatternCost() local5856 if (RedCost.isValid() && RedCost < BaseCost + ExtCost) in getReductionPatternCost()
3132 InstructionCost ExtCost = 0; in getCastInstrCost() local3134 ExtCost = getCastInstrCost(ExtOpc, ExtSrc, Src, CCH, CostKind); in getCastInstrCost()3136 return ExtCost + getCastInstrCost(Instruction::SIToFP, Dst, ExtSrc, in getCastInstrCost()