Lines Matching refs:PropList
373 std::vector<Record*> PropList = R->getValueAsListOfDefs("Properties");
374 for (unsigned i = 0, e = PropList.size(); i != e; ++i)
375 if (PropList[i]->getName() == "SDNPHasChain") {
377 } else if (PropList[i]->getName() == "SDNPOptInGlue") {
379 } else if (PropList[i]->getName() == "SDNPMayStore") {
381 } else if (PropList[i]->getName() == "SDNPMayLoad") {
383 } else if (PropList[i]->getName() == "SDNPSideEffect") {
385 } else if (PropList[i]->getName() == "SDNPMemOperand") {
387 } else if (PropList[i]->getName() == "SDNPVariadic") {
389 } else if (PropList[i]->getName() == "SDNPWantRoot") {
391 } else if (PropList[i]->getName() == "SDNPWantParent") {
394 errs() << "Unsupported SD Node property '" << PropList[i]->getName()
532 ListInit *PropList = R->getValueAsListInit("Properties");
533 for (unsigned i = 0, e = PropList->getSize(); i != e; ++i) {
534 Record *Property = PropList->getElementAsRecord(i);