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

References

utils/TableGen/SDNodeProperties.cpp
   19       Properties |= 1 << SDNPCommutative;
   21       Properties |= 1 << SDNPAssociative;
   23       Properties |= 1 << SDNPHasChain;
   25       Properties |= 1 << SDNPOutGlue;
   27       Properties |= 1 << SDNPInGlue;
   29       Properties |= 1 << SDNPOptInGlue;
   31       Properties |= 1 << SDNPMayStore;
   33       Properties |= 1 << SDNPMayLoad;
   35       Properties |= 1 << SDNPSideEffect;
   37       Properties |= 1 << SDNPMemOperand;
   39       Properties |= 1 << SDNPVariadic;
   47   return Properties;