Searched refs:getInliningThresholdMultiplier (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.h84 unsigned getInliningThresholdMultiplier() { return 5; } function in class:llvm::NVPTXTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h39 unsigned getInliningThresholdMultiplier() { return 3; } function in class:llvm::SystemZTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInline.cpp120 TTIWP->getTTI(*Callee).getInliningThresholdMultiplier();
H A DAMDGPUTargetTransformInfo.h234 unsigned getInliningThresholdMultiplier() { return 11; } function in class:llvm::final
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h281 unsigned getInliningThresholdMultiplier() const;
1270 virtual unsigned getInliningThresholdMultiplier() = 0;
1525 unsigned getInliningThresholdMultiplier() override {
1526 return Impl.getInliningThresholdMultiplier();
H A DTargetTransformInfoImpl.h69 unsigned getInliningThresholdMultiplier() { return 1; } function in class:llvm::TargetTransformInfoImplBase
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp240 unsigned TargetTransformInfo::getInliningThresholdMultiplier() const { function in class:TargetTransformInfo
241 return TTIImpl->getInliningThresholdMultiplier();
H A DInlineCost.cpp1405 Threshold *= TTI.getInliningThresholdMultiplier();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h388 unsigned getInliningThresholdMultiplier() { return 1; } function in class:llvm::BasicTTIImplBase

Completed in 218 milliseconds