Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp910 unsigned ExtCost = 0; in getOperandsExtensionCost() local
914 ExtCost++; in getOperandsExtensionCost()
916 return ExtCost; in getOperandsExtensionCost()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2417 InstructionCost ExtCost = thisT()->getCastInstrCost( in getExtendedReductionCost() local
2421 return RedCost + ExtCost; in getExtendedReductionCost()
2433 InstructionCost ExtCost = thisT()->getCastInstrCost( in getMulAccReductionCost() local
2440 return RedCost + MulCost + 2 * ExtCost; in getMulAccReductionCost()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4814 unsigned ExtCost = !TLI.isExtFree(Ext); in matchOperationAddr() local
4843 ExtCost + (AddrModeInsts.size() - OldSize), in matchOperationAddr()
5863 unsigned ExtCost = !TLI->isExtFree(I); in tryToPromoteExts() local
5880 std::max((long long)0, (TotalCreatedInstsCost - ExtCost)); in tryToPromoteExts()
5901 !(StressExtLdPromotion || NewCreatedInstsCost <= ExtCost || in tryToPromoteExts()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6640 InstructionCost ExtCost = in getReductionPatternCost() local
6653 RedCost < ExtCost * 2 + MulCost + Ext2Cost + BaseCost) in getReductionPatternCost()
6664 InstructionCost ExtCost = in getReductionPatternCost() local
6667 if (RedCost.isValid() && RedCost < BaseCost + ExtCost) in getReductionPatternCost()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp3006 InstructionCost ExtCost = 0; in getCastInstrCost() local
3008 ExtCost = getCastInstrCost(ExtOpc, ExtSrc, Src, CCH, CostKind); in getCastInstrCost()
3010 return ExtCost + getCastInstrCost(Instruction::SIToFP, Dst, ExtSrc, in getCastInstrCost()