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

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
DAGISelMatcher.h 70 CheckChild2CondCode, // Fail if child is wrong condcode.
133 case CheckChild2CondCode:
647 : Matcher(CheckChild2CondCode), CondCodeName(condcodename) {}
652 return N->getKind() == CheckChild2CondCode;
DAGISelMatcherEmitter.cpp 612 case Matcher::CheckChild2CondCode:
1055 case Matcher::CheckChild2CondCode: return "OPC_CheckChild2CondCode"; break;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 2596 CheckChild2CondCode(const unsigned char *MatcherTable, unsigned &MatcherIndex,
2732 Result = !::CheckChild2CondCode(Table, Index, N);
3227 if (!::CheckChild2CondCode(MatcherTable, MatcherIndex, N)) break;

Completed in 19 milliseconds