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

/external/llvm/utils/TableGen/
H A DCodeGenTarget.cpp338 std::vector<Record*> PropList = R->getValueAsListOfDefs("Properties"); local
339 for (unsigned i = 0, e = PropList.size(); i != e; ++i)
340 if (PropList[i]->getName() == "SDNPHasChain") {
342 } else if (PropList[i]->getName() == "SDNPOptInGlue") {
344 } else if (PropList[i]->getName() == "SDNPMayStore") {
346 } else if (PropList[i]->getName() == "SDNPMayLoad") {
348 } else if (PropList[i]->getName() == "SDNPSideEffect") {
350 } else if (PropList[i]->getName() == "SDNPMemOperand") {
352 } else if (PropList[i]->getName() == "SDNPVariadic") {
354 } else if (PropList[
496 ListInit *PropList = R->getValueAsListInit("Properties"); local
[all...]
H A DCodeGenDAGPatterns.cpp933 std::vector<Record*> PropList = R->getValueAsListOfDefs("Properties"); local
934 for (unsigned i = 0, e = PropList.size(); i != e; ++i) {
935 if (PropList[i]->getName() == "SDNPCommutative") {
937 } else if (PropList[i]->getName() == "SDNPAssociative") {
939 } else if (PropList[i]->getName() == "SDNPHasChain") {
941 } else if (PropList[i]->getName() == "SDNPOutGlue") {
943 } else if (PropList[i]->getName() == "SDNPInGlue") {
945 } else if (PropList[i]->getName() == "SDNPOptInGlue") {
947 } else if (PropList[i]->getName() == "SDNPMayStore") {
949 } else if (PropList[
[all...]

Completed in 42 milliseconds