Home | History | Annotate | Download | only in TableGen

Lines Matching refs:SDNPMayStore

1019     } else if (PropList[i]->getName() == "SDNPMayStore") {
1020 Properties |= 1 << SDNPMayStore;
2523 if (CP.hasProperty(SDNPMayStore)) mayStore = true;
2545 if (OpInfo.hasProperty(SDNPMayStore)) mayStore = true;