Searched refs:NodeNoTypes (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherGen.cpp | 113 void EmitMatchCode(const TreePatternNode *N, TreePatternNode *NodeNoTypes, 117 TreePatternNode *NodeNoTypes, 286 TreePatternNode *NodeNoTypes, in EmitOperatorMatchCode() argument 340 EmitMatchCode(N->getChild(0), NodeNoTypes->getChild(0), ForceMode); in EmitOperatorMatchCode() 439 EmitMatchCode(N->getChild(i), NodeNoTypes->getChild(i), ForceMode); in EmitOperatorMatchCode() 480 TreePatternNode *NodeNoTypes, in EmitMatchCode() argument 487 for (unsigned i = 0, e = NodeNoTypes->getNumTypes(); i != e; ++i) { in EmitMatchCode() 488 if (NodeNoTypes->getExtType(i) == N->getExtType(i)) continue; in EmitMatchCode() 489 NodeNoTypes->setType(i, N->getExtType(i)); in EmitMatchCode() 512 EmitOperatorMatchCode(N, NodeNoTypes, ForceMode); in EmitMatchCode()
|