Home
last modified time | relevance | path

Searched defs:getInliningThresholdMultiplier (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h41 unsigned getInliningThresholdMultiplier() const { return 3; } in getInliningThresholdMultiplier() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.h95 unsigned getInliningThresholdMultiplier() const { return 11; } in getInliningThresholdMultiplier() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h242 unsigned getInliningThresholdMultiplier() const { return 11; } getInliningThresholdMultiplier() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h567 unsigned getInliningThresholdMultiplier() const { return 1; } getInliningThresholdMultiplier() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h71 unsigned getInliningThresholdMultiplier() const { return 1; } getInliningThresholdMultiplier() function
H A DTargetTransformInfo.h2142 unsigned getInliningThresholdMultiplier() const override { getInliningThresholdMultiplier() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp215 unsigned TargetTransformInfo::getInliningThresholdMultiplier() const { getInliningThresholdMultiplier() function in TargetTransformInfo