Lines Matching refs:PropList
403 std::vector<Record*> PropList = R->getValueAsListOfDefs("Properties"); in ComplexPattern() local
404 for (unsigned i = 0, e = PropList.size(); i != e; ++i) in ComplexPattern()
405 if (PropList[i]->getName() == "SDNPHasChain") { in ComplexPattern()
407 } else if (PropList[i]->getName() == "SDNPOptInGlue") { in ComplexPattern()
409 } else if (PropList[i]->getName() == "SDNPMayStore") { in ComplexPattern()
411 } else if (PropList[i]->getName() == "SDNPMayLoad") { in ComplexPattern()
413 } else if (PropList[i]->getName() == "SDNPSideEffect") { in ComplexPattern()
415 } else if (PropList[i]->getName() == "SDNPMemOperand") { in ComplexPattern()
417 } else if (PropList[i]->getName() == "SDNPVariadic") { in ComplexPattern()
419 } else if (PropList[i]->getName() == "SDNPWantRoot") { in ComplexPattern()
421 } else if (PropList[i]->getName() == "SDNPWantParent") { in ComplexPattern()
425 PropList[i]->getName() + "' on ComplexPattern '" + in ComplexPattern()
568 ListInit *PropList = R->getValueAsListInit("Properties"); in CodeGenIntrinsic() local
569 for (unsigned i = 0, e = PropList->size(); i != e; ++i) { in CodeGenIntrinsic()
570 Record *Property = PropList->getElementAsRecord(i); in CodeGenIntrinsic()