Searched refs:getMaxNumArgs (Results 1 – 5 of 5) sorted by relevance
80 unsigned getMaxNumArgs() const { in getMaxNumArgs() function
1795 unsigned getMaxNumArgs() const;2190 virtual unsigned getMaxNumArgs() const = 0;2964 unsigned getMaxNumArgs() const override { in getMaxNumArgs() function2965 return Impl.getMaxNumArgs(); in getMaxNumArgs()
970 unsigned getMaxNumArgs() const { return UINT_MAX; } in getMaxNumArgs() function
1320 unsigned TargetTransformInfo::getMaxNumArgs() const { in getMaxNumArgs() function in TargetTransformInfo1321 return TTIImpl->getMaxNumArgs(); in getMaxNumArgs()
854 if (NumArgsAfterPromote > TTI.getMaxNumArgs()) in promoteArguments()