Lines Matching refs:PropList
602 std::vector<Record*> PropList = R->getValueAsListOfDefs("Properties"); in ComplexPattern() local
603 for (unsigned i = 0, e = PropList.size(); i != e; ++i) in ComplexPattern()
604 if (PropList[i]->getName() == "SDNPHasChain") { in ComplexPattern()
606 } else if (PropList[i]->getName() == "SDNPOptInGlue") { in ComplexPattern()
608 } else if (PropList[i]->getName() == "SDNPMayStore") { in ComplexPattern()
610 } else if (PropList[i]->getName() == "SDNPMayLoad") { in ComplexPattern()
612 } else if (PropList[i]->getName() == "SDNPSideEffect") { in ComplexPattern()
614 } else if (PropList[i]->getName() == "SDNPMemOperand") { in ComplexPattern()
616 } else if (PropList[i]->getName() == "SDNPVariadic") { in ComplexPattern()
618 } else if (PropList[i]->getName() == "SDNPWantRoot") { in ComplexPattern()
620 } else if (PropList[i]->getName() == "SDNPWantParent") { in ComplexPattern()
624 PropList[i]->getName() + in ComplexPattern()
810 ListInit *PropList = R->getValueAsListInit("IntrProperties"); in CodeGenIntrinsic() local
811 for (unsigned i = 0, e = PropList->size(); i != e; ++i) { in CodeGenIntrinsic()
812 Record *Property = PropList->getElementAsRecord(i); in CodeGenIntrinsic()