Searched refs:CheckNodePredicate (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGISel.h | 419 virtual bool CheckNodePredicate(SDNode *N, unsigned PredNo) const { in CheckNodePredicate() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGISel.cpp | 2849 CheckNodePredicate(unsigned Opcode, const unsigned char *MatcherTable, in CheckNodePredicate() function 2855 return SDISel.CheckNodePredicate(N, PredNo); in CheckNodePredicate() 3017 Result = !::CheckNodePredicate(Opcode, Table, Index, SDISel, N.getNode()); in IsPredicateKnownToFail() 3526 if (!::CheckNodePredicate(Opcode, MatcherTable, MatcherIndex, *this, in SelectCodeCommon()
|