Lines Matching refs:PropList
621 std::vector<Record*> PropList = R->getValueAsListOfDefs("Properties"); in ComplexPattern() local
622 for (unsigned i = 0, e = PropList.size(); i != e; ++i) in ComplexPattern()
623 if (PropList[i]->getName() == "SDNPHasChain") { in ComplexPattern()
625 } else if (PropList[i]->getName() == "SDNPOptInGlue") { in ComplexPattern()
627 } else if (PropList[i]->getName() == "SDNPMayStore") { in ComplexPattern()
629 } else if (PropList[i]->getName() == "SDNPMayLoad") { in ComplexPattern()
631 } else if (PropList[i]->getName() == "SDNPSideEffect") { in ComplexPattern()
633 } else if (PropList[i]->getName() == "SDNPMemOperand") { in ComplexPattern()
635 } else if (PropList[i]->getName() == "SDNPVariadic") { in ComplexPattern()
637 } else if (PropList[i]->getName() == "SDNPWantRoot") { in ComplexPattern()
639 } else if (PropList[i]->getName() == "SDNPWantParent") { in ComplexPattern()
643 PropList[i]->getName() + in ComplexPattern()