Searched defs:getInliningThresholdMultiplier (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h39 unsigned getInliningThresholdMultiplier() { return 3; } function in class:llvm::SystemZTTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h210 unsigned getInliningThresholdMultiplier() { return 11; } function in class:llvm::final
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.h86 unsigned getInliningThresholdMultiplier() { return 5; } function in class:llvm::NVPTXTTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h145 unsigned getInliningThresholdMultiplier() { return 1; } function in class:llvm::TargetTransformInfoImplBase
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h437 unsigned getInliningThresholdMultiplier() { return 1; } function in class:llvm::BasicTTIImplBase
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp171 unsigned TargetTransformInfo::getInliningThresholdMultiplier() const { function in class:TargetTransformInfo

Completed in 173 milliseconds