Searched defs:getInlinerVectorBonusPercent (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | AMDGPUTargetTransformInfo.h | 246 int getInlinerVectorBonusPercent() const { return InlinerVectorBonusPercent; } getInlinerVectorBonusPercent() function |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | BasicTTIImpl.h | 573 int getInlinerVectorBonusPercent() const { return 150; } getInlinerVectorBonusPercent() function |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | TargetTransformInfoImpl.h | 81 int getInlinerVectorBonusPercent() const { return 150; } getInlinerVectorBonusPercent() function |
H A D | TargetTransformInfo.h | 2154 int getInlinerVectorBonusPercent() const override { getInlinerVectorBonusPercent() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ | ||
H A D | TargetTransformInfo.cpp | 240 int TargetTransformInfo::getInlinerVectorBonusPercent() const { getInlinerVectorBonusPercent() function in TargetTransformInfo |