Searched refs:PropList (Results 1 – 3 of 3) sorted by relevance
424 std::vector<Record *> PropList = R->getValueAsListOfDefs("Properties"); in ComplexPattern() local425 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()[all …]
130 ListInit *PropList = R->getValueAsListInit("IntrProperties"); in CodeGenIntrinsic() local131 for (unsigned i = 0, e = PropList->size(); i != e; ++i) { in CodeGenIntrinsic()132 Record *Property = PropList->getElementAsRecord(i); in CodeGenIntrinsic()
679 The non-character code points are listed in the PropList.txt file