Searched refs:NodeNoTypes (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherGen.cpp | 113 void EmitMatchCode(const TreePatternNode *N, TreePatternNode *NodeNoTypes, 117 TreePatternNode *NodeNoTypes, 311 TreePatternNode *NodeNoTypes, in EmitOperatorMatchCode() argument 365 EmitMatchCode(N->getChild(0), NodeNoTypes->getChild(0), ForceMode); in EmitOperatorMatchCode() 464 EmitMatchCode(N->getChild(i), NodeNoTypes->getChild(i), ForceMode); in EmitOperatorMatchCode() 505 TreePatternNode *NodeNoTypes, in EmitMatchCode() argument 512 for (unsigned i = 0, e = NodeNoTypes->getNumTypes(); i != e; ++i) { in EmitMatchCode() 513 if (NodeNoTypes->getExtType(i) == N->getExtType(i)) continue; in EmitMatchCode() 514 NodeNoTypes->setType(i, N->getExtType(i)); in EmitMatchCode() 537 EmitOperatorMatchCode(N, NodeNoTypes, ForceMode); in EmitMatchCode()
|