Searched refs:CheckSame (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DDAGISelMatcher.h57 CheckSame, // Fail if not same as prev match. enumerator in enum:llvm::Matcher::KindTy
125 case CheckSame:
379 : Matcher(CheckSame), MatchNumber(matchnumber) {}
384 return N->getKind() == CheckSame;
H A DDAGISelMatcherEmitter.cpp240 case Matcher::CheckSame:
761 case Matcher::CheckSame: OS << "OPC_CheckSame"; break;
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2141 /// CheckSame - Implements OP_CheckSame.
2143 CheckSame(const unsigned char *MatcherTable, unsigned &MatcherIndex, function
2148 assert(RecNo < RecordedNodes.size() && "Invalid CheckSame");
2160 return ::CheckSame(MatcherTable, MatcherIndex, N.getOperand(ChildNo),
2276 Result = !::CheckSame(Table, Index, N, RecordedNodes);
2580 if (!::CheckSame(MatcherTable, MatcherIndex, N, RecordedNodes)) break;

Completed in 126 milliseconds