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

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DSelectionDAGISel.h215 /// CheckNodePredicate - This function is generated by tblgen in the target.
219 virtual bool CheckNodePredicate(SDNode *N, unsigned PredNo) const { function in class:llvm::SelectionDAGISel
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2034 /// CheckNodePredicate - Implements OP_CheckNodePredicate.
2036 CheckNodePredicate(const unsigned char *MatcherTable, unsigned &MatcherIndex,
2038 return SDISel.CheckNodePredicate(N, MatcherTable[MatcherIndex++]);
2146 Result = !::CheckNodePredicate(Table, Index, SDISel, N.getNode());
2443 if (!::CheckNodePredicate(MatcherTable, MatcherIndex, *this,

Completed in 178 milliseconds