reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/TableGen/DAGISelMatcherGen.cpp
  412     if (N != Root) {                             // Not the root of the pattern.
  415       bool NeedCheck = !Root->hasChild(N);
  422         const SDNodeInfo &PInfo = CGP.getSDNodeInfo(Root->getOperator());
  424           Root->getOperator() == CGP.get_intrinsic_void_sdnode() ||
  425           Root->getOperator() == CGP.get_intrinsic_w_chain_sdnode() ||
  426           Root->getOperator() == CGP.get_intrinsic_wo_chain_sdnode() ||