Home
last modified time | relevance | path

Searched defs:getInlinerVectorBonusPercent (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h247 int getInlinerVectorBonusPercent() const { return InlinerVectorBonusPercent; } in getInlinerVectorBonusPercent() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h82 int getInlinerVectorBonusPercent() const { return 150; } in getInlinerVectorBonusPercent() function
H A DTargetTransformInfo.h2230 int getInlinerVectorBonusPercent() const override { in getInlinerVectorBonusPercent() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h586 int getInlinerVectorBonusPercent() const { return 150; } in getInlinerVectorBonusPercent() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp241 int TargetTransformInfo::getInlinerVectorBonusPercent() const { in getInlinerVectorBonusPercent() function in TargetTransformInfo