Searched refs:getMaxNumArgs (Results 1 – 5 of 5) sorted by relevance
80 unsigned getMaxNumArgs() const { in getMaxNumArgs() function
1733 unsigned getMaxNumArgs() const;2114 virtual unsigned getMaxNumArgs() const = 0;2852 unsigned getMaxNumArgs() const override { in getMaxNumArgs() function2853 return Impl.getMaxNumArgs(); in getMaxNumArgs()
927 unsigned getMaxNumArgs() const { return UINT_MAX; } in getMaxNumArgs() function
1261 unsigned TargetTransformInfo::getMaxNumArgs() const { in getMaxNumArgs() function in TargetTransformInfo1262 return TTIImpl->getMaxNumArgs(); in getMaxNumArgs()
797 if (NumArgsAfterPromote > TTI.getMaxNumArgs()) in promoteArguments()