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

References

utils/TableGen/CodeGenDAGPatterns.h
 1088     if (IsHwMode != P.IsHwMode)
 1089       return IsHwMode < P.IsHwMode;
 1090     assert(!Def == !P.Def && "Inconsistency between Def and IsHwMode");
 1091     if (IfCond != P.IfCond)
 1092       return IfCond < P.IfCond;
 1094       return LessRecord()(Def, P.Def);
 1095     return Features < P.Features;