Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp863 unsigned ExtCost = 0; in getOperandsExtensionCost() local
867 ExtCost++; in getOperandsExtensionCost()
869 return ExtCost; in getOperandsExtensionCost()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2178 InstructionCost ExtCost = thisT()->getCastInstrCost( in getExtendedAddReductionCost() local
2184 ExtCost *= 2; in getExtendedAddReductionCost()
2187 return RedCost + MulCost + ExtCost; in getExtendedAddReductionCost()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4700 unsigned ExtCost = !TLI.isExtFree(Ext); in matchOperationAddr() local
4729 ExtCost + (AddrModeInsts.size() - OldSize), in matchOperationAddr()
5745 unsigned ExtCost = !TLI->isExtFree(I); in tryToPromoteExts() local
5762 std::max((long long)0, (TotalCreatedInstsCost - ExtCost)); in tryToPromoteExts()
5783 !(StressExtLdPromotion || NewCreatedInstsCost <= ExtCost || in tryToPromoteExts()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp2327 InstructionCost ExtCost = 0; in getCastInstrCost() local
2329 ExtCost = getCastInstrCost(ExtOpc, ExtSrc, Src, CCH, CostKind); in getCastInstrCost()
2331 return ExtCost + getCastInstrCost(Instruction::SIToFP, Dst, ExtSrc, in getCastInstrCost()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7237 InstructionCost ExtCost = in getReductionPatternCost() local
7240 if (RedCost.isValid() && RedCost < BaseCost + ExtCost) in getReductionPatternCost()
7251 InstructionCost ExtCost = in getReductionPatternCost() local
7261 if (RedCost.isValid() && RedCost < ExtCost * 2 + MulCost + BaseCost) in getReductionPatternCost()