HomeSort by relevance Sort by last modified time
    Searched refs:PropList (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
CodeGenTarget.cpp 399 std::vector<Record*> PropList = R->getValueAsListOfDefs("Properties");
400 for (unsigned i = 0, e = PropList.size(); i != e; ++i)
401 if (PropList[i]->getName() == "SDNPHasChain") {
403 } else if (PropList[i]->getName() == "SDNPOptInGlue") {
405 } else if (PropList[i]->getName() == "SDNPMayStore") {
407 } else if (PropList[i]->getName() == "SDNPMayLoad") {
409 } else if (PropList[i]->getName() == "SDNPSideEffect") {
411 } else if (PropList[i]->getName() == "SDNPMemOperand") {
413 } else if (PropList[i]->getName() == "SDNPVariadic") {
415 } else if (PropList[i]->getName() == "SDNPWantRoot")
    [all...]
CodeGenDAGPatterns.cpp     [all...]

Completed in 145 milliseconds