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

Declarations

utils/TableGen/CodeGenDAGPatterns.h
  248   bool operator==(const TypeSetByHwMode &VTS) const;

References

usr/include/c++/7.4.0/bits/stl_algobase.h
  800 	    if (!(*__first1 == *__first2))
utils/TableGen/CodeGenDAGPatterns.cpp
  347   if (In.empty() || Out == In || TP.hasError())
 2893       N->getExtType(0) == N->getChild(0)->getExtType(0) &&
utils/TableGen/CodeGenDAGPatterns.h
  249   bool operator!=(const TypeSetByHwMode &VTS) const { return !(*this == VTS); }
utils/TableGen/DAGISelMatcherGen.cpp
  508     if (NodeNoTypes->getExtType(i) == N->getExtType(i)) continue;