Lines Matching refs:PropList
597 std::vector<Record*> PropList = R->getValueAsListOfDefs("Properties"); in ComplexPattern() local
598 for (unsigned i = 0, e = PropList.size(); i != e; ++i) in ComplexPattern()
599 if (PropList[i]->getName() == "SDNPHasChain") { in ComplexPattern()
601 } else if (PropList[i]->getName() == "SDNPOptInGlue") { in ComplexPattern()
603 } else if (PropList[i]->getName() == "SDNPMayStore") { in ComplexPattern()
605 } else if (PropList[i]->getName() == "SDNPMayLoad") { in ComplexPattern()
607 } else if (PropList[i]->getName() == "SDNPSideEffect") { in ComplexPattern()
609 } else if (PropList[i]->getName() == "SDNPMemOperand") { in ComplexPattern()
611 } else if (PropList[i]->getName() == "SDNPVariadic") { in ComplexPattern()
613 } else if (PropList[i]->getName() == "SDNPWantRoot") { in ComplexPattern()
615 } else if (PropList[i]->getName() == "SDNPWantParent") { in ComplexPattern()
619 PropList[i]->getName() + in ComplexPattern()
807 ListInit *PropList = R->getValueAsListInit("IntrProperties"); in CodeGenIntrinsic() local
808 for (unsigned i = 0, e = PropList->size(); i != e; ++i) { in CodeGenIntrinsic()
809 Record *Property = PropList->getElementAsRecord(i); in CodeGenIntrinsic()