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

/external/llvm/utils/TableGen/
H A DCodeGenTarget.cpp373 std::vector<Record*> PropList = R->getValueAsListOfDefs("Properties"); local
374 for (unsigned i = 0, e = PropList.size(); i != e; ++i)
375 if (PropList[i]->getName() == "SDNPHasChain") {
377 } else if (PropList[i]->getName() == "SDNPOptInGlue") {
379 } else if (PropList[i]->getName() == "SDNPMayStore") {
381 } else if (PropList[i]->getName() == "SDNPMayLoad") {
383 } else if (PropList[i]->getName() == "SDNPSideEffect") {
385 } else if (PropList[i]->getName() == "SDNPMemOperand") {
387 } else if (PropList[i]->getName() == "SDNPVariadic") {
389 } else if (PropList[
532 ListInit *PropList = R->getValueAsListInit("Properties"); local
[all...]
H A DCodeGenDAGPatterns.cpp1005 std::vector<Record*> PropList = R->getValueAsListOfDefs("Properties"); local
1006 for (unsigned i = 0, e = PropList.size(); i != e; ++i) {
1007 if (PropList[i]->getName() == "SDNPCommutative") {
1009 } else if (PropList[i]->getName() == "SDNPAssociative") {
1011 } else if (PropList[i]->getName() == "SDNPHasChain") {
1013 } else if (PropList[i]->getName() == "SDNPOutGlue") {
1015 } else if (PropList[i]->getName() == "SDNPInGlue") {
1017 } else if (PropList[i]->getName() == "SDNPOptInGlue") {
1019 } else if (PropList[i]->getName() == "SDNPMayStore") {
1021 } else if (PropList[
[all...]

Completed in 102 milliseconds