Home
last modified time | relevance | path

Searched defs:CheckType (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp152 Matcher *CheckType = MatcherPtr.release(); in ContractNodes() local
H A DDAGISelMatcher.h64 CheckType, // Fail if not correct type. enumerator
H A DGlobalISelEmitter.cpp1847 StringRef CheckType = Insts.size() == 1 ? in emitPredicateOpcodes() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp743 auto CheckType = [&](ShuffleVectorInst *Shuffle) { in identifyNode() local
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DRecord.cpp1687 static void ProfileIsAOpInit(FoldingSetNodeID &ID, RecTy *CheckType, in ProfileIsAOpInit()
1693 IsAOpInit *IsAOpInit::get(RecTy *CheckType, Init *Expr) { in get()
1749 static void ProfileExistsOpInit(FoldingSetNodeID &ID, RecTy *CheckType, in ProfileExistsOpInit()
1755 ExistsOpInit *ExistsOpInit::get(RecTy *CheckType, Init *Expr) { in get()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1484 bool CheckType) { in getPointersDiff()
1593 ScalarEvolution &SE, bool CheckType) { in isConsecutiveAccess()
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DRecord.h1097 IsAOpInit(RecTy *CheckType, Init *Expr) in IsAOpInit()
1131 ExistsOpInit(RecTy *CheckType, Init *Expr) in ExistsOpInit()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSema.cpp1997 auto CheckType = [&](QualType Ty, bool IsRetTy = false) { in checkTypeSupport() local
H A DSemaDeclCXX.cpp6000 void AbstractUsageInfo::CheckType(const NamedDecl *D, TypeLoc TL, in CheckType() function in __anonb2dcaa771411::AbstractUsageInfo
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2591 CheckType(const unsigned char *MatcherTable, unsigned &MatcherIndex, SDValue N, in CheckType() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp3279 bool CheckType(QualType T) { in CheckType() function in __anon4409e2420411::IsTypeDeclaredInsideVisitor