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.h256 int getInlinerVectorBonusPercent() const override { in getInlinerVectorBonusPercent() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp247 int TargetTransformInfo::getInlinerVectorBonusPercent() const { in getInlinerVectorBonusPercent() function in TargetTransformInfo
248 return TTIImpl->getInlinerVectorBonusPercent(); in getInlinerVectorBonusPercent()
H A DInlineCost.cpp1445 int VectorBonusPercent = TTI.getInlinerVectorBonusPercent(); in onAnalysisStart()
2105 int VectorBonusPercent = TTI.getInlinerVectorBonusPercent(); in updateThreshold()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h389 LLVM_ABI int getInlinerVectorBonusPercent() const;
H A DTargetTransformInfoImpl.h110 virtual int getInlinerVectorBonusPercent() const { return 150; } in getInlinerVectorBonusPercent() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h684 int getInlinerVectorBonusPercent() const override { return 150; } in getInlinerVectorBonusPercent() function