Home
last modified time | relevance | path

Searched refs:NumTo (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp101 SDValue CombineTo(SDNode *N, const SDValue *To, unsigned NumTo,
573 SDValue DAGCombiner::CombineTo(SDNode *N, const SDValue *To, unsigned NumTo, in CombineTo() argument
575 assert(N->getNumValues() == NumTo && "Broken CombineTo call!"); in CombineTo()
581 dbgs() << " and " << NumTo-1 << " other values\n"; in CombineTo()
582 for (unsigned i = 0, e = NumTo; i != e; ++i) in CombineTo()
591 for (unsigned i = 0, e = NumTo; i != e; ++i) { in CombineTo()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp161 SDValue CombineTo(SDNode *N, const SDValue *To, unsigned NumTo,
862 SDValue DAGCombiner::CombineTo(SDNode *N, const SDValue *To, unsigned NumTo, in CombineTo() argument
864 assert(N->getNumValues() == NumTo && "Broken CombineTo call!"); in CombineTo()
870 dbgs() << " and " << NumTo-1 << " other values\n"); in CombineTo()
871 for (unsigned i = 0, e = NumTo; i != e; ++i) in CombineTo()
880 for (unsigned i = 0, e = NumTo; i != e; ++i) { in CombineTo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp205 SDValue CombineTo(SDNode *N, const SDValue *To, unsigned NumTo,
990 SDValue DAGCombiner::CombineTo(SDNode *N, const SDValue *To, unsigned NumTo, in CombineTo() argument
992 assert(N->getNumValues() == NumTo && "Broken CombineTo call!"); in CombineTo()
996 dbgs() << " and " << NumTo - 1 << " other values\n"); in CombineTo()
997 for (unsigned i = 0, e = NumTo; i != e; ++i) in CombineTo()
1006 for (unsigned i = 0, e = NumTo; i != e; ++i) { in CombineTo()