Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp863 unsigned ExtCost = 0; in getOperandsExtensionCost() local
867 ExtCost++; in getOperandsExtensionCost()
869 return ExtCost; in getOperandsExtensionCost()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2141 InstructionCost ExtCost = thisT()->getCastInstrCost( in getExtendedAddReductionCost() local
2147 ExtCost *= 2; in getExtendedAddReductionCost()
2150 return RedCost + MulCost + ExtCost; in getExtendedAddReductionCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4696 unsigned ExtCost = !TLI.isExtFree(Ext); in matchOperationAddr() local
4725 ExtCost + (AddrModeInsts.size() - OldSize), in matchOperationAddr()
5727 unsigned ExtCost = !TLI->isExtFree(I); in tryToPromoteExts() local
5744 std::max((long long)0, (TotalCreatedInstsCost - ExtCost)); in tryToPromoteExts()
5765 !(StressExtLdPromotion || NewCreatedInstsCost <= ExtCost || in tryToPromoteExts()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7164 InstructionCost ExtCost = in getReductionPatternCost() local
7167 if (RedCost.isValid() && RedCost < BaseCost + ExtCost) in getReductionPatternCost()
7180 InstructionCost ExtCost = in getReductionPatternCost() local
7190 if (RedCost.isValid() && RedCost < ExtCost * 2 + MulCost + BaseCost) in getReductionPatternCost()