Searched refs:ExtCost (Results 1 – 5 of 5) sorted by relevance
863 unsigned ExtCost = 0; in getOperandsExtensionCost() local867 ExtCost++; in getOperandsExtensionCost()869 return ExtCost; in getOperandsExtensionCost()
2178 InstructionCost ExtCost = thisT()->getCastInstrCost( in getExtendedAddReductionCost() local2184 ExtCost *= 2; in getExtendedAddReductionCost()2187 return RedCost + MulCost + ExtCost; in getExtendedAddReductionCost()
4700 unsigned ExtCost = !TLI.isExtFree(Ext); in matchOperationAddr() local4729 ExtCost + (AddrModeInsts.size() - OldSize), in matchOperationAddr()5745 unsigned ExtCost = !TLI->isExtFree(I); in tryToPromoteExts() local5762 std::max((long long)0, (TotalCreatedInstsCost - ExtCost)); in tryToPromoteExts()5783 !(StressExtLdPromotion || NewCreatedInstsCost <= ExtCost || in tryToPromoteExts()
2327 InstructionCost ExtCost = 0; in getCastInstrCost() local2329 ExtCost = getCastInstrCost(ExtOpc, ExtSrc, Src, CCH, CostKind); in getCastInstrCost()2331 return ExtCost + getCastInstrCost(Instruction::SIToFP, Dst, ExtSrc, in getCastInstrCost()
7237 InstructionCost ExtCost = in getReductionPatternCost() local7240 if (RedCost.isValid() && RedCost < BaseCost + ExtCost) in getReductionPatternCost()7251 InstructionCost ExtCost = in getReductionPatternCost() local7261 if (RedCost.isValid() && RedCost < ExtCost * 2 + MulCost + BaseCost) in getReductionPatternCost()