Searched defs:getInlinerVectorBonusPercent (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | AMDGPUTargetTransformInfo.h | 247 int getInlinerVectorBonusPercent() const { return InlinerVectorBonusPercent; } getInlinerVectorBonusPercent() function |
/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | TargetTransformInfoImpl.h | 82 int getInlinerVectorBonusPercent() const { return 150; } getInlinerVectorBonusPercent() function |
H A D | TargetTransformInfo.h | 2208 int getInlinerVectorBonusPercent() const override { getInlinerVectorBonusPercent() function |
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | BasicTTIImpl.h | 586 int getInlinerVectorBonusPercent() const { return 150; } getInlinerVectorBonusPercent() function |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | TargetTransformInfo.cpp | 241 int TargetTransformInfo::getInlinerVectorBonusPercent() const { getInlinerVectorBonusPercent() function in TargetTransformInfo |