Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZTargetTransformInfo.h41 unsigned getInliningThresholdMultiplier() const { return 3; } in getInliningThresholdMultiplier() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXTargetTransformInfo.h95 unsigned getInliningThresholdMultiplier() const { return 11; } in getInliningThresholdMultiplier() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUTargetTransformInfo.h243 unsigned getInliningThresholdMultiplier() const { return 11; } in getInliningThresholdMultiplier() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfoImpl.h72 unsigned getInliningThresholdMultiplier() const { return 1; } in getInliningThresholdMultiplier() function
HDTargetTransformInfo.h2218 unsigned getInliningThresholdMultiplier() const override { in getInliningThresholdMultiplier() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDBasicTTIImpl.h580 unsigned getInliningThresholdMultiplier() const { return 1; } in getInliningThresholdMultiplier() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDTargetTransformInfo.cpp216 unsigned TargetTransformInfo::getInliningThresholdMultiplier() const { in getInliningThresholdMultiplier() function in TargetTransformInfo