reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
544 Properties = 0; 548 Properties |= 1 << SDNPHasChain; 550 Properties |= 1 << SDNPOptInGlue; 552 Properties |= 1 << SDNPMayStore; 554 Properties |= 1 << SDNPMayLoad; 556 Properties |= 1 << SDNPSideEffect; 558 Properties |= 1 << SDNPMemOperand; 560 Properties |= 1 << SDNPVariadic; 562 Properties |= 1 << SDNPWantRoot; 564 Properties |= 1 << SDNPWantParent;utils/TableGen/CodeGenTarget.h
215 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); }