Home
last modified time | relevance | path

Searched refs:getInlinerVectorBonusPercent (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h247 int getInlinerVectorBonusPercent() const { return InlinerVectorBonusPercent; } in getInlinerVectorBonusPercent() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h375 int getInlinerVectorBonusPercent() const;
1828 virtual int getInlinerVectorBonusPercent() const = 0;
2230 int getInlinerVectorBonusPercent() const override { in getInlinerVectorBonusPercent() function
2231 return Impl.getInlinerVectorBonusPercent(); in getInlinerVectorBonusPercent()
H A DTargetTransformInfoImpl.h82 int getInlinerVectorBonusPercent() const { return 150; } in getInlinerVectorBonusPercent() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp241 int TargetTransformInfo::getInlinerVectorBonusPercent() const { in getInlinerVectorBonusPercent() function in TargetTransformInfo
242 return TTIImpl->getInlinerVectorBonusPercent(); in getInlinerVectorBonusPercent()
H A DInlineCost.cpp1341 int VectorBonusPercent = TTI.getInlinerVectorBonusPercent(); in onAnalysisStart()
1943 int VectorBonusPercent = TTI.getInlinerVectorBonusPercent(); in updateThreshold()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h586 int getInlinerVectorBonusPercent() const { return 150; } in getInlinerVectorBonusPercent() function