Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp951 unsigned ExtCost = 0; in getOperandsExtensionCost() local
955 ExtCost++; in getOperandsExtensionCost()
957 return ExtCost; in getOperandsExtensionCost()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2533 InstructionCost ExtCost = thisT()->getCastInstrCost( in getExtendedReductionCost() local
2537 return RedCost + ExtCost; in getExtendedReductionCost()
2549 InstructionCost ExtCost = thisT()->getCastInstrCost( in getMulAccReductionCost() local
2556 return RedCost + MulCost + 2 * ExtCost; in getMulAccReductionCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4949 unsigned ExtCost = !TLI.isExtFree(Ext); in matchOperationAddr() local
4978 ExtCost + (AddrModeInsts.size() - OldSize), in matchOperationAddr()
6004 unsigned ExtCost = !TLI->isExtFree(I); in tryToPromoteExts() local
6023 std::max((long long)0, (TotalCreatedInstsCost - ExtCost)); in tryToPromoteExts()
6027 (ExtCost == 0 && NewExts.size() > 1))) { in tryToPromoteExts()
6045 !(StressExtLdPromotion || NewCreatedInstsCost <= ExtCost || in tryToPromoteExts()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6317 InstructionCost ExtCost = in getReductionPatternCost() local
6330 RedCost < ExtCost * 2 + MulCost + Ext2Cost + BaseCost) in getReductionPatternCost()
6341 InstructionCost ExtCost = in getReductionPatternCost() local
6344 if (RedCost.isValid() && RedCost < BaseCost + ExtCost) in getReductionPatternCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp3048 InstructionCost ExtCost = 0; in getCastInstrCost() local
3050 ExtCost = getCastInstrCost(ExtOpc, ExtSrc, Src, CCH, CostKind); in getCastInstrCost()
3052 return ExtCost + getCastInstrCost(Instruction::SIToFP, Dst, ExtSrc, in getCastInstrCost()