HomeSort by relevance Sort by last modified time
    Searched defs:CheckType (Results 1 - 4 of 4) sorted by null

  /external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 152 // If we have a CheckType/CheckChildType/Record node followed by a
160 Matcher *CheckType = MatcherPtr.take();
161 Matcher *CheckOpcode = CheckType->takeNext();
166 CheckOpcode->setNext(CheckType);
167 CheckType->setNext(Tail);
422 Matcher::CheckType));
429 // If the CheckType isn't at the start of the list, see if we can move
458 // If all the options are CheckType's, we can form the SwitchType, woot.
465 Matcher::CheckType));
DAGISelMatcher.h 62 CheckType, // Fail if not correct type.
128 case CheckType:
166 // to them. For example, we'll pass in a CheckType node as an argument to
502 : Matcher(CheckType), Type(type), ResNo(resno) {}
508 return N->getKind() == CheckType;
525 /// every child does a CheckType, but is much faster.
    [all...]
  /external/v8/src/
v8globals.h 273 enum CheckType {
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 427 milliseconds