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

/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2491 DagInit *OpsList = Frag->getValueAsDag("Operands"); local
2492 DefInit *OpsOp = dyn_cast<DefInit>(OpsList->getOperator());
2503 for (unsigned j = 0, e = OpsList->getNumArgs(); j != e; ++j) {
2504 if (!isa<DefInit>(OpsList->getArg(j)) ||
2505 cast<DefInit>(OpsList->getArg(j))->getDef()->getName() != "node")
2507 if (OpsList->getArgName(j).empty())
2509 if (!OperandsSet.count(OpsList->getArgName(j)))
2510 P->error("'" + OpsList->getArgName(j) +
2512 OperandsSet.erase(OpsList->getArgName(j));
2513 Args.push_back(OpsList
[all...]
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2112 DagInit *OpsList = Fragments[i]->getValueAsDag("Operands"); local
2113 DefInit *OpsOp = dynamic_cast<DefInit*>(OpsList->getOperator());
2124 for (unsigned j = 0, e = OpsList->getNumArgs(); j != e; ++j) {
2125 if (!dynamic_cast<DefInit*>(OpsList->getArg(j)) ||
2126 static_cast<DefInit*>(OpsList->getArg(j))->
2129 if (OpsList->getArgName(j).empty())
2131 if (!OperandsSet.count(OpsList->getArgName(j)))
2132 P->error("'" + OpsList->getArgName(j) +
2134 OperandsSet.erase(OpsList->getArgName(j));
2135 Args.push_back(OpsList
[all...]

Completed in 124 milliseconds