Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:CheckNodePredicate

1829 /// CheckNodePredicate - Implements OP_CheckNodePredicate.
1831 CheckNodePredicate(const unsigned char *MatcherTable, unsigned &MatcherIndex,
1833 return SDISel.CheckNodePredicate(N, MatcherTable[MatcherIndex++]);
1940 Result = !::CheckNodePredicate(Table, Index, SDISel, N.getNode());
2234 if (!::CheckNodePredicate(MatcherTable, MatcherIndex, *this,