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

References

utils/TableGen/CodeGenTarget.cpp
  550       Properties |= 1 << SDNPOptInGlue;
utils/TableGen/DAGISelMatcherGen.cpp
  430           PInfo.hasProperty(SDNPOptInGlue);
  451   if (N->NodeHasProperty(SDNPOptInGlue, CGP) ||
  772     TreeHasInGlue = SrcPat->TreeHasProperty(SDNPOptInGlue, CGP) ||
utils/TableGen/SDNodeProperties.cpp
   29       Properties |= 1 << SDNPOptInGlue;