Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h215 int getInlinerVectorBonusPercent() { return 0; } in getInlinerVectorBonusPercent() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h275 int getInlinerVectorBonusPercent() const;
1577 virtual int getInlinerVectorBonusPercent() = 0;
1937 int getInlinerVectorBonusPercent() override { in getInlinerVectorBonusPercent() function
1938 return Impl.getInlinerVectorBonusPercent(); in getInlinerVectorBonusPercent()
H A DTargetTransformInfoImpl.h74 int getInlinerVectorBonusPercent() const { return 150; } in getInlinerVectorBonusPercent() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp207 int TargetTransformInfo::getInlinerVectorBonusPercent() const { in getInlinerVectorBonusPercent() function in TargetTransformInfo
208 return TTIImpl->getInlinerVectorBonusPercent(); in getInlinerVectorBonusPercent()
H A DInlineCost.cpp1257 int VectorBonusPercent = TTI.getInlinerVectorBonusPercent(); in onAnalysisStart()
1858 int VectorBonusPercent = TTI.getInlinerVectorBonusPercent(); in updateThreshold()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h536 int getInlinerVectorBonusPercent() { return 150; } in getInlinerVectorBonusPercent() function