HomeSort by: relevance | last modified time | path
    Searched refs:CheckNodePredicate (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGISel.h 268 /// CheckNodePredicate - This function is generated by tblgen in the target.
272 virtual bool CheckNodePredicate(SDNode *N, unsigned PredNo) const {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 2553 /// CheckNodePredicate - Implements OP_CheckNodePredicate.
2555 CheckNodePredicate(const unsigned char *MatcherTable, unsigned &MatcherIndex,
2557 return SDISel.CheckNodePredicate(N, MatcherTable[MatcherIndex++]);
2701 Result = !::CheckNodePredicate(Table, Index, SDISel, N.getNode());
3099 if (!::CheckNodePredicate(MatcherTable, MatcherIndex, *this,

Completed in 21 milliseconds