Searched defs:NodeNoTypes (Results 1 - 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp111 void EmitMatchCode(const TreePatternNode *N, TreePatternNode *NodeNoTypes);
114 TreePatternNode *NodeNoTypes);
284 TreePatternNode *NodeNoTypes) {
337 EmitMatchCode(N->getChild(0), NodeNoTypes->getChild(0));
436 EmitMatchCode(N->getChild(i), NodeNoTypes->getChild(i));
459 TreePatternNode *NodeNoTypes) {
460 // If N and NodeNoTypes don't agree on a type, then this is a case where we
461 // need to do a type check. Emit the check, apply the type to NodeNoTypes and
465 for (unsigned i = 0, e = NodeNoTypes->getNumTypes(); i != e; ++i) {
466 if (NodeNoTypes
283 EmitOperatorMatchCode(const TreePatternNode *N, TreePatternNode *NodeNoTypes) argument
458 EmitMatchCode(const TreePatternNode *N, TreePatternNode *NodeNoTypes) argument
[all...]
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DDAGISelMatcherGen.cpp112 void EmitMatchCode(const TreePatternNode *N, TreePatternNode *NodeNoTypes);
115 TreePatternNode *NodeNoTypes);
268 TreePatternNode *NodeNoTypes) {
302 EmitMatchCode(N->getChild(0), NodeNoTypes->getChild(0));
403 EmitMatchCode(N->getChild(i), NodeNoTypes->getChild(i));
410 TreePatternNode *NodeNoTypes) {
411 // If N and NodeNoTypes don't agree on a type, then this is a case where we
412 // need to do a type check. Emit the check, apply the tyep to NodeNoTypes and
416 for (unsigned i = 0, e = NodeNoTypes->getNumTypes(); i != e; ++i) {
417 if (NodeNoTypes
267 EmitOperatorMatchCode(const TreePatternNode *N, TreePatternNode *NodeNoTypes) argument
409 EmitMatchCode(const TreePatternNode *N, TreePatternNode *NodeNoTypes) argument
[all...]

Completed in 67 milliseconds