Home | History | Annotate | Download | only in TableGen

Lines Matching refs:SDNPMayLoad

1025     } else if (PropList[i]->getName() == "SDNPMayLoad") {
1026 Properties |= 1 << SDNPMayLoad;
2610 if (CP.hasProperty(SDNPMayLoad)) mayLoad = true;
2629 if (N->NodeHasProperty(SDNPMayLoad, CDP)) mayLoad = true;