Searched refs:PropList (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DCodeGenTarget.cpp403 std::vector<Record*> PropList = R->getValueAsListOfDefs("Properties"); local
404 for (unsigned i = 0, e = PropList.size(); i != e; ++i)
405 if (PropList[i]->getName() == "SDNPHasChain") {
407 } else if (PropList[i]->getName() == "SDNPOptInGlue") {
409 } else if (PropList[i]->getName() == "SDNPMayStore") {
411 } else if (PropList[i]->getName() == "SDNPMayLoad") {
413 } else if (PropList[i]->getName() == "SDNPSideEffect") {
415 } else if (PropList[i]->getName() == "SDNPMemOperand") {
417 } else if (PropList[i]->getName() == "SDNPVariadic") {
419 } else if (PropList[
568 ListInit *PropList = R->getValueAsListInit("Properties"); local
[all...]

Completed in 78 milliseconds