Searched refs:ExtCost (Results 1 – 5 of 5) sorted by relevance
951 unsigned ExtCost = 0; in getOperandsExtensionCost() local955 ExtCost++; in getOperandsExtensionCost()957 return ExtCost; in getOperandsExtensionCost()
2533 InstructionCost ExtCost = thisT()->getCastInstrCost( in getExtendedReductionCost() local2537 return RedCost + ExtCost; in getExtendedReductionCost()2549 InstructionCost ExtCost = thisT()->getCastInstrCost( in getMulAccReductionCost() local2556 return RedCost + MulCost + 2 * ExtCost; in getMulAccReductionCost()
4949 unsigned ExtCost = !TLI.isExtFree(Ext); in matchOperationAddr() local4978 ExtCost + (AddrModeInsts.size() - OldSize), in matchOperationAddr()6004 unsigned ExtCost = !TLI->isExtFree(I); in tryToPromoteExts() local6023 std::max((long long)0, (TotalCreatedInstsCost - ExtCost)); in tryToPromoteExts()6027 (ExtCost == 0 && NewExts.size() > 1))) { in tryToPromoteExts()6045 !(StressExtLdPromotion || NewCreatedInstsCost <= ExtCost || in tryToPromoteExts()
6317 InstructionCost ExtCost = in getReductionPatternCost() local6330 RedCost < ExtCost * 2 + MulCost + Ext2Cost + BaseCost) in getReductionPatternCost()6341 InstructionCost ExtCost = in getReductionPatternCost() local6344 if (RedCost.isValid() && RedCost < BaseCost + ExtCost) in getReductionPatternCost()
3048 InstructionCost ExtCost = 0; in getCastInstrCost() local3050 ExtCost = getCastInstrCost(ExtOpc, ExtSrc, Src, CCH, CostKind); in getCastInstrCost()3052 return ExtCost + getCastInstrCost(Instruction::SIToFP, Dst, ExtSrc, in getCastInstrCost()