Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h246 int getInlinerVectorBonusPercent() const { return InlinerVectorBonusPercent; } in getInlinerVectorBonusPercent() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h371 int getInlinerVectorBonusPercent() const;
1766 virtual int getInlinerVectorBonusPercent() const = 0;
2154 int getInlinerVectorBonusPercent() const override { in getInlinerVectorBonusPercent() function
2155 return Impl.getInlinerVectorBonusPercent(); in getInlinerVectorBonusPercent()
H A DTargetTransformInfoImpl.h81 int getInlinerVectorBonusPercent() const { return 150; } in getInlinerVectorBonusPercent() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp240 int TargetTransformInfo::getInlinerVectorBonusPercent() const { in getInlinerVectorBonusPercent() function in TargetTransformInfo
241 return TTIImpl->getInlinerVectorBonusPercent(); in getInlinerVectorBonusPercent()
H A DInlineCost.cpp1331 int VectorBonusPercent = TTI.getInlinerVectorBonusPercent(); in onAnalysisStart()
1933 int VectorBonusPercent = TTI.getInlinerVectorBonusPercent(); in updateThreshold()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h573 int getInlinerVectorBonusPercent() const { return 150; } in getInlinerVectorBonusPercent() function