Home
last modified time | relevance | path

Searched refs:ExtCost (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp905 unsigned ExtCost = 0; in getOperandsExtensionCost() local
909 ExtCost++; in getOperandsExtensionCost()
911 return ExtCost; in getOperandsExtensionCost()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2326 InstructionCost ExtCost = thisT()->getCastInstrCost( in getExtendedAddReductionCost() local
2332 ExtCost *= 2; in getExtendedAddReductionCost()
2335 return RedCost + MulCost + ExtCost; in getExtendedAddReductionCost()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4720 unsigned ExtCost = !TLI.isExtFree(Ext); in matchOperationAddr() local
4749 ExtCost + (AddrModeInsts.size() - OldSize), in matchOperationAddr()
5767 unsigned ExtCost = !TLI->isExtFree(I); in tryToPromoteExts() local
5784 std::max((long long)0, (TotalCreatedInstsCost - ExtCost)); in tryToPromoteExts()
5805 !(StressExtLdPromotion || NewCreatedInstsCost <= ExtCost || in tryToPromoteExts()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6561 InstructionCost ExtCost = in getReductionPatternCost() local
6575 RedCost < ExtCost * 2 + MulCost + Ext2Cost + BaseCost) in getReductionPatternCost()
6586 InstructionCost ExtCost = in getReductionPatternCost() local
6589 if (RedCost.isValid() && RedCost < BaseCost + ExtCost) in getReductionPatternCost()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp2600 InstructionCost ExtCost = 0; in getCastInstrCost() local
2602 ExtCost = getCastInstrCost(ExtOpc, ExtSrc, Src, CCH, CostKind); in getCastInstrCost()
2604 return ExtCost + getCastInstrCost(Instruction::SIToFP, Dst, ExtSrc, in getCastInstrCost()