Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h39 unsigned getInliningThresholdMultiplier() { return 3; } in getInliningThresholdMultiplier() function
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.h95 unsigned getInliningThresholdMultiplier() { return 5; } in getInliningThresholdMultiplier() function
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h212 unsigned getInliningThresholdMultiplier() { return 11; } in getInliningThresholdMultiplier() function
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h71 unsigned getInliningThresholdMultiplier() const { return 1; } in getInliningThresholdMultiplier() function
H A DTargetTransformInfo.h1931 unsigned getInliningThresholdMultiplier() override { in getInliningThresholdMultiplier() function
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h533 unsigned getInliningThresholdMultiplier() { return 1; } in getInliningThresholdMultiplier() function
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp198 unsigned TargetTransformInfo::getInliningThresholdMultiplier() const { in getInliningThresholdMultiplier() function in TargetTransformInfo