Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Properties

931   // Parse the properties.
932 Properties = 0;
933 std::vector<Record*> PropList = R->getValueAsListOfDefs("Properties");
936 Properties |= 1 << SDNPCommutative;
938 Properties |= 1 << SDNPAssociative;
940 Properties |= 1 << SDNPHasChain;
942 Properties |= 1 << SDNPOutGlue;
944 Properties |= 1 << SDNPInGlue;
946 Properties |= 1 << SDNPOptInGlue;
948 Properties |= 1 << SDNPMayStore;
950 Properties |= 1 << SDNPMayLoad;
952 Properties |= 1 << SDNPSideEffect;
954 Properties |= 1 << SDNPMemOperand;
956 Properties |= 1 << SDNPVariadic;
2449 // Notice properties of the node.
2824 // Determine properties of the instruction from its pattern.
3025 // Copy over properties.