Lines Matching refs:PropList
474 std::vector<Record*> PropList = R->getValueAsListOfDefs("Properties"); in ComplexPattern() local
475 for (unsigned i = 0, e = PropList.size(); i != e; ++i) in ComplexPattern()
476 if (PropList[i]->getName() == "SDNPHasChain") { in ComplexPattern()
478 } else if (PropList[i]->getName() == "SDNPOptInGlue") { in ComplexPattern()
480 } else if (PropList[i]->getName() == "SDNPMayStore") { in ComplexPattern()
482 } else if (PropList[i]->getName() == "SDNPMayLoad") { in ComplexPattern()
484 } else if (PropList[i]->getName() == "SDNPSideEffect") { in ComplexPattern()
486 } else if (PropList[i]->getName() == "SDNPMemOperand") { in ComplexPattern()
488 } else if (PropList[i]->getName() == "SDNPVariadic") { in ComplexPattern()
490 } else if (PropList[i]->getName() == "SDNPWantRoot") { in ComplexPattern()
492 } else if (PropList[i]->getName() == "SDNPWantParent") { in ComplexPattern()
496 PropList[i]->getName() + "' on ComplexPattern '" + in ComplexPattern()
657 ListInit *PropList = R->getValueAsListInit("IntrProperties"); in CodeGenIntrinsic() local
658 for (unsigned i = 0, e = PropList->size(); i != e; ++i) { in CodeGenIntrinsic()
659 Record *Property = PropList->getElementAsRecord(i); in CodeGenIntrinsic()