Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h212 int getInlinerVectorBonusPercent() { return 0; } in getInlinerVectorBonusPercent() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h293 int getInlinerVectorBonusPercent() const;
1437 virtual int getInlinerVectorBonusPercent() = 0;
1742 int getInlinerVectorBonusPercent() override { in getInlinerVectorBonusPercent() function
1743 return Impl.getInlinerVectorBonusPercent(); in getInlinerVectorBonusPercent()
H A DTargetTransformInfoImpl.h76 int getInlinerVectorBonusPercent() const { return 150; } in getInlinerVectorBonusPercent() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp201 int TargetTransformInfo::getInlinerVectorBonusPercent() const { in getInlinerVectorBonusPercent() function in TargetTransformInfo
202 return TTIImpl->getInlinerVectorBonusPercent(); in getInlinerVectorBonusPercent()
H A DInlineCost.cpp1136 int VectorBonusPercent = TTI.getInlinerVectorBonusPercent(); in onAnalysisStart()
1719 int VectorBonusPercent = TTI.getInlinerVectorBonusPercent(); in updateThreshold()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h484 int getInlinerVectorBonusPercent() { return 150; } in getInlinerVectorBonusPercent() function