Searched defs:CheckType (Results 1 – 11 of 11) sorted by relevance
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | DAGISelMatcherOpt.cpp | 152 Matcher *CheckType = MatcherPtr.release(); in ContractNodes() local
|
H A D | DAGISelMatcher.h | 64 CheckType, // Fail if not correct type. enumerator
|
H A D | GlobalISelEmitter.cpp | 1847 StringRef CheckType = Insts.size() == 1 ? in emitPredicateOpcodes() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | ComplexDeinterleavingPass.cpp | 743 auto CheckType = [&](ShuffleVectorInst *Shuffle) { in identifyNode() local
|
/openbsd-src/gnu/llvm/llvm/lib/TableGen/ |
H A D | Record.cpp | 1687 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 D | LoopAccessAnalysis.cpp | 1484 bool CheckType) { in getPointersDiff() 1593 ScalarEvolution &SE, bool CheckType) { in isConsecutiveAccess()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/ |
H A D | Record.h | 1097 IsAOpInit(RecTy *CheckType, Init *Expr) in IsAOpInit() 1131 ExistsOpInit(RecTy *CheckType, Init *Expr) in ExistsOpInit()
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | Sema.cpp | 1997 auto CheckType = [&](QualType Ty, bool IsRetTy = false) { in checkTypeSupport() local
|
H A D | SemaDeclCXX.cpp | 6000 void AbstractUsageInfo::CheckType(const NamedDecl *D, TypeLoc TL, in CheckType() function in __anonb2dcaa771411::AbstractUsageInfo
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGISel.cpp | 2591 CheckType(const unsigned char *MatcherTable, unsigned &MatcherIndex, SDValue N, in CheckType() function
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ASTImporter.cpp | 3279 bool CheckType(QualType T) { in CheckType() function in __anon4409e2420411::IsTypeDeclaredInsideVisitor
|