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

/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h66 CheckChildType, // Fail if child has wrong type. enumerator in enum:llvm::Matcher::KindTy
121 case CheckChildType:
538 : Matcher(CheckChildType), ChildNo(childno), Type(type) {}
544 return N->getKind() == CheckChildType;
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DDAGISelMatcher.h63 CheckChildType, // Fail if child has wrong type. enumerator in enum:llvm::Matcher::KindTy
130 case CheckChildType:
558 : Matcher(CheckChildType), ChildNo(childno), Type(type) {}
564 return N->getKind() == CheckChildType;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2521 CheckChildType(const unsigned char *MatcherTable, unsigned &MatcherIndex, function
2639 Result = !::CheckChildType(
3091 if (!::CheckChildType(MatcherTable, MatcherIndex, N, TLI,

Completed in 259 milliseconds