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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMIPatternMatch.h324 struct CheckType { struct in namespace:llvm::MIPatternMatch
326 CheckType(const LLT &Ty) : Ty(Ty) {} function in struct:llvm::MIPatternMatch::CheckType
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp152 Matcher *CheckType = MatcherPtr.release(); local
H A DDAGISelMatcher.h63 CheckType, // Fail if not correct type. enumerator in enum:llvm::Matcher::KindTy
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2531 CheckType(const unsigned char *MatcherTable, unsigned &MatcherIndex, SDValue N, function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1172 isConsecutiveAccess(Value *A, Value *B, const DataLayout &DL, ScalarEvolution &SE, bool CheckType) argument

Completed in 130 milliseconds