Lines Matching refs:PropList
398 std::vector<Record*> PropList = R->getValueAsListOfDefs("Properties"); in ComplexPattern() local
399 for (unsigned i = 0, e = PropList.size(); i != e; ++i) in ComplexPattern()
400 if (PropList[i]->getName() == "SDNPHasChain") { in ComplexPattern()
402 } else if (PropList[i]->getName() == "SDNPOptInGlue") { in ComplexPattern()
404 } else if (PropList[i]->getName() == "SDNPMayStore") { in ComplexPattern()
406 } else if (PropList[i]->getName() == "SDNPMayLoad") { in ComplexPattern()
408 } else if (PropList[i]->getName() == "SDNPSideEffect") { in ComplexPattern()
410 } else if (PropList[i]->getName() == "SDNPMemOperand") { in ComplexPattern()
412 } else if (PropList[i]->getName() == "SDNPVariadic") { in ComplexPattern()
414 } else if (PropList[i]->getName() == "SDNPWantRoot") { in ComplexPattern()
416 } else if (PropList[i]->getName() == "SDNPWantParent") { in ComplexPattern()
420 PropList[i]->getName() + "' on ComplexPattern '" + in ComplexPattern()
568 ListInit *PropList = R->getValueAsListInit("IntrProperties"); in CodeGenIntrinsic() local
569 for (unsigned i = 0, e = PropList->size(); i != e; ++i) { in CodeGenIntrinsic()
570 Record *Property = PropList->getElementAsRecord(i); in CodeGenIntrinsic()