Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h209 int getInlinerVectorBonusPercent() { return 0; } in getInlinerVectorBonusPercent() function
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h297 int getInlinerVectorBonusPercent() const;
1527 virtual int getInlinerVectorBonusPercent() = 0;
1871 int getInlinerVectorBonusPercent() override { in getInlinerVectorBonusPercent() function
1872 return Impl.getInlinerVectorBonusPercent(); in getInlinerVectorBonusPercent()
H A DTargetTransformInfoImpl.h73 int getInlinerVectorBonusPercent() const { return 150; } in getInlinerVectorBonusPercent() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp206 int TargetTransformInfo::getInlinerVectorBonusPercent() const { in getInlinerVectorBonusPercent() function in TargetTransformInfo
207 return TTIImpl->getInlinerVectorBonusPercent(); in getInlinerVectorBonusPercent()
H A DInlineCost.cpp1224 int VectorBonusPercent = TTI.getInlinerVectorBonusPercent(); in onAnalysisStart()
1811 int VectorBonusPercent = TTI.getInlinerVectorBonusPercent(); in updateThreshold()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h514 int getInlinerVectorBonusPercent() { return 150; } in getInlinerVectorBonusPercent() function