Lines Matching refs:PropList
424 std::vector<Record *> PropList = R->getValueAsListOfDefs("Properties"); in ComplexPattern() local
425 for (unsigned i = 0, e = PropList.size(); i != e; ++i) in ComplexPattern()
426 if (PropList[i]->getName() == "SDNPHasChain") { in ComplexPattern()
428 } else if (PropList[i]->getName() == "SDNPOptInGlue") { in ComplexPattern()
430 } else if (PropList[i]->getName() == "SDNPMayStore") { in ComplexPattern()
432 } else if (PropList[i]->getName() == "SDNPMayLoad") { in ComplexPattern()
434 } else if (PropList[i]->getName() == "SDNPSideEffect") { in ComplexPattern()
436 } else if (PropList[i]->getName() == "SDNPMemOperand") { in ComplexPattern()
438 } else if (PropList[i]->getName() == "SDNPVariadic") { in ComplexPattern()
440 } else if (PropList[i]->getName() == "SDNPWantRoot") { in ComplexPattern()
442 } else if (PropList[i]->getName() == "SDNPWantParent") { in ComplexPattern()
446 PropList[i]->getName() + in ComplexPattern()