Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.h212 int getInlinerVectorBonusPercent() { return 0; } in getInlinerVectorBonusPercent() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h439 int getInlinerVectorBonusPercent() { return 150; } in getInlinerVectorBonusPercent() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h147 int getInlinerVectorBonusPercent() { return 150; } in getInlinerVectorBonusPercent() function
DTargetTransformInfo.h1436 int getInlinerVectorBonusPercent() override { in getInlinerVectorBonusPercent() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp175 int TargetTransformInfo::getInlinerVectorBonusPercent() const { in getInlinerVectorBonusPercent() function in TargetTransformInfo