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

/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcher.h64 CheckChildType, // Fail if child has wrong type. enumerator in enum:llvm::Matcher::KindTy
131 case CheckChildType:
559 : Matcher(CheckChildType), ChildNo(childno), Type(type) {}
565 return N->getKind() == CheckChildType;
H A DDAGISelMatcherEmitter.cpp360 case Matcher::CheckChildType:
759 case Matcher::CheckChildType: OS << "OPC_CheckChildType"; break;
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2060 CheckChildType(const unsigned char *MatcherTable, unsigned &MatcherIndex,
2162 Result = !::CheckChildType(Table, Index, N, SDISel.TLI,
2531 if (!::CheckChildType(MatcherTable, MatcherIndex, N, TLI,

Completed in 179 milliseconds