Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h212 int getInlinerVectorBonusPercent() { return 0; } in getInlinerVectorBonusPercent() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h76 int getInlinerVectorBonusPercent() const { return 150; } in getInlinerVectorBonusPercent() function
H A DTargetTransformInfo.h1742 int getInlinerVectorBonusPercent() override { in getInlinerVectorBonusPercent() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h484 int getInlinerVectorBonusPercent() { return 150; } in getInlinerVectorBonusPercent() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp201 int TargetTransformInfo::getInlinerVectorBonusPercent() const { in getInlinerVectorBonusPercent() function in TargetTransformInfo