Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h215 int getInlinerVectorBonusPercent() { return 0; } in getInlinerVectorBonusPercent() function
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h536 int getInlinerVectorBonusPercent() { return 150; } in getInlinerVectorBonusPercent() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h74 int getInlinerVectorBonusPercent() const { return 150; } in getInlinerVectorBonusPercent() function
H A DTargetTransformInfo.h1937 int getInlinerVectorBonusPercent() override { in getInlinerVectorBonusPercent() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp207 int TargetTransformInfo::getInlinerVectorBonusPercent() const { in getInlinerVectorBonusPercent() function in TargetTransformInfo