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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h275 /// CheckNodePredicate - This function is generated by tblgen in the target.
279 virtual bool CheckNodePredicate(SDNode *N, unsigned PredNo) const { function in class:llvm::SelectionDAGISel
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2515 /// CheckNodePredicate - Implements OP_CheckNodePredicate.
2517 CheckNodePredicate(const unsigned char *MatcherTable, unsigned &MatcherIndex, function
2519 return SDISel.CheckNodePredicate(N, MatcherTable[MatcherIndex++]);
2650 Result = !::CheckNodePredicate(Table, Index, SDISel, N.getNode());
3044 if (!::CheckNodePredicate(MatcherTable, MatcherIndex, *this,

Completed in 125 milliseconds