Searched refs:CheckType (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp156 // If we have a CheckType/CheckChildType/Record node followed by a
164 Matcher *CheckType = MatcherPtr.take(); local
165 Matcher *CheckOpcode = CheckType->takeNext();
170 CheckOpcode->setNext(CheckType);
171 CheckType->setNext(Tail);
426 Matcher::CheckType));
433 // If the CheckType isn't at the start of the list, see if we can move
462 // If all the options are CheckType's, we can form the SwitchType, woot.
469 Matcher::CheckType));
H A DDAGISelMatcher.h63 CheckType, // Fail if not correct type. enumerator in enum:llvm::Matcher::KindTy
130 case CheckType:
168 // to them. For example, we'll pass in a CheckType node as an argument to
532 : Matcher(CheckType), Type(type), ResNo(resno) {}
538 return N->getKind() == CheckType;
555 /// every child does a CheckType, but is much faster.
H A DDAGISelMatcherEmitter.cpp363 case Matcher::CheckType:
365 "FIXME: Add support for CheckType of resno != 0");
768 case Matcher::CheckType: OS << "OPC_CheckType"; break;
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2187 CheckType(const unsigned char *MatcherTable, unsigned &MatcherIndex, function
2202 return ::CheckType(MatcherTable, MatcherIndex, N.getOperand(ChildNo), TLI);
2295 Result = !::CheckType(Table, Index, N, SDISel.getTargetLowering());
2613 if (!::CheckType(MatcherTable, MatcherIndex, N, getTargetLowering()))
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp4155 void CheckType(const NamedDecl *D, TypeLoc TL, Sema::AbstractDiagSelID Sel);
4245 void AbstractUsageInfo::CheckType(const NamedDecl *D, TypeLoc TL, function in class:__anon3265::AbstractUsageInfo
4264 Info.CheckType(MD, TSI->getTypeLoc(), Sema::AbstractNone);
4286 Info.CheckType(FD, TSI->getTypeLoc(), Sema::AbstractFieldType);
4290 Info.CheckType(VD, TSI->getTypeLoc(), Sema::AbstractVariableType);

Completed in 153 milliseconds