Home
last modified time | relevance | path

Searched defs:getInlinerVectorBonusPercent (Results 1 – 5 of 5) 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 DTargetTransformInfoImpl.h73 int getInlinerVectorBonusPercent() const { return 150; } in getInlinerVectorBonusPercent() function
H A DTargetTransformInfo.h1871 int getInlinerVectorBonusPercent() override { in getInlinerVectorBonusPercent() function
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h514 int getInlinerVectorBonusPercent() { 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