Lines Matching full:properties
354 /// properties instead of raising an error.
371 // Parse the properties.
372 Properties = 0;
373 std::vector<Record*> PropList = R->getValueAsListOfDefs("Properties");
376 Properties |= 1 << SDNPHasChain;
378 Properties |= 1 << SDNPOptInGlue;
380 Properties |= 1 << SDNPMayStore;
382 Properties |= 1 << SDNPMayLoad;
384 Properties |= 1 << SDNPSideEffect;
386 Properties |= 1 << SDNPMemOperand;
388 Properties |= 1 << SDNPVariadic;
390 Properties |= 1 << SDNPWantRoot;
392 Properties |= 1 << SDNPWantParent;
531 // Parse the intrinsic properties.
532 ListInit *PropList = R->getValueAsListInit("Properties");