Searched refs:NumTypeIdxs (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp212 bool LegalizeRuleSet::verifyTypeIdxsCoverage(unsigned NumTypeIdxs) const {
225 const bool AllCovered = (FirstUncovered >= NumTypeIdxs);
226 if (NumTypeIdxs > 0)
694 const unsigned NumTypeIdxs = std::accumulate( local
709 << "): " << NumTypeIdxs << " type ind"
710 << (NumTypeIdxs == 1 ? "ex" : "ices") << ", "
714 if (!RuleSet.verifyTypeIdxsCoverage(NumTypeIdxs))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h980 /// \pre Type indices of the opcode form a dense [0, \p NumTypeIdxs) set.
981 bool verifyTypeIdxsCoverage(unsigned NumTypeIdxs) const;
984 /// \pre Type indices of the opcode form a dense [0, \p NumTypeIdxs) set.

Completed in 47 milliseconds