Searched defs:getMaxNumArgs (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/Target/BPF/ | ||
H A D | BPFTargetTransformInfo.h | 80 unsigned getMaxNumArgs() const { getMaxNumArgs() function |
/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | TargetTransformInfoImpl.h | 961 unsigned getMaxNumArgs() const { return UINT_MAX; } getMaxNumArgs() function |
H A D | TargetTransformInfo.h | 2931 unsigned getMaxNumArgs() const override { getMaxNumArgs() function |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | TargetTransformInfo.cpp | 1312 unsigned TargetTransformInfo::getMaxNumArgs() const { getMaxNumArgs() function in TargetTransformInfo |