Lines Matching refs:PropList
586 std::vector<Record*> PropList = R->getValueAsListOfDefs("Properties"); in ComplexPattern() local
587 for (unsigned i = 0, e = PropList.size(); i != e; ++i) in ComplexPattern()
588 if (PropList[i]->getName() == "SDNPHasChain") { in ComplexPattern()
590 } else if (PropList[i]->getName() == "SDNPOptInGlue") { in ComplexPattern()
592 } else if (PropList[i]->getName() == "SDNPMayStore") { in ComplexPattern()
594 } else if (PropList[i]->getName() == "SDNPMayLoad") { in ComplexPattern()
596 } else if (PropList[i]->getName() == "SDNPSideEffect") { in ComplexPattern()
598 } else if (PropList[i]->getName() == "SDNPMemOperand") { in ComplexPattern()
600 } else if (PropList[i]->getName() == "SDNPVariadic") { in ComplexPattern()
602 } else if (PropList[i]->getName() == "SDNPWantRoot") { in ComplexPattern()
604 } else if (PropList[i]->getName() == "SDNPWantParent") { in ComplexPattern()
608 PropList[i]->getName() + in ComplexPattern()
795 ListInit *PropList = R->getValueAsListInit("IntrProperties"); in CodeGenIntrinsic() local
796 for (unsigned i = 0, e = PropList->size(); i != e; ++i) { in CodeGenIntrinsic()
797 Record *Property = PropList->getElementAsRecord(i); in CodeGenIntrinsic()