Searched refs:ExtCost (Results 1 – 5 of 5) sorted by relevance
910 unsigned ExtCost = 0; in getOperandsExtensionCost() local914 ExtCost++; in getOperandsExtensionCost()916 return ExtCost; in getOperandsExtensionCost()
2417 InstructionCost ExtCost = thisT()->getCastInstrCost( in getExtendedReductionCost() local2421 return RedCost + ExtCost; in getExtendedReductionCost()2433 InstructionCost ExtCost = thisT()->getCastInstrCost( in getMulAccReductionCost() local2440 return RedCost + MulCost + 2 * ExtCost; in getMulAccReductionCost()
4814 unsigned ExtCost = !TLI.isExtFree(Ext); in matchOperationAddr() local4843 ExtCost + (AddrModeInsts.size() - OldSize), in matchOperationAddr()5863 unsigned ExtCost = !TLI->isExtFree(I); in tryToPromoteExts() local5880 std::max((long long)0, (TotalCreatedInstsCost - ExtCost)); in tryToPromoteExts()5901 !(StressExtLdPromotion || NewCreatedInstsCost <= ExtCost || in tryToPromoteExts()
6640 InstructionCost ExtCost = in getReductionPatternCost() local6653 RedCost < ExtCost * 2 + MulCost + Ext2Cost + BaseCost) in getReductionPatternCost()6664 InstructionCost ExtCost = in getReductionPatternCost() local6667 if (RedCost.isValid() && RedCost < BaseCost + ExtCost) in getReductionPatternCost()
3006 InstructionCost ExtCost = 0; in getCastInstrCost() local3008 ExtCost = getCastInstrCost(ExtOpc, ExtSrc, Src, CCH, CostKind); in getCastInstrCost()3010 return ExtCost + getCastInstrCost(Instruction::SIToFP, Dst, ExtSrc, in getCastInstrCost()