/llvm-project/mlir/lib/Dialect/Affine/Analysis/ |
H A D | NestedMatcher.cpp | 159 NestedPattern For(const NestedPattern &child) { in For() function 162 NestedPattern For(const FilterFunctionType &filter, in For() function 167 NestedPattern For(ArrayRef<NestedPattern> nested) { in For() function 170 NestedPattern For(const FilterFunctionType &filter, in For() function
|
/llvm-project/clang/lib/Tooling/Refactoring/Extract/ |
H A D | SourceExtraction.cpp | 38 if (const auto *For = dyn_cast<ForStmt>(S)) in isSemicolonRequiredAfter() local
|
/llvm-project/polly/lib/CodeGen/ |
H A D | IslNodeBuilder.cpp | 110 getUpperBound(isl::ast_node_for For,ICmpInst::Predicate & Predicate) getUpperBound() argument 148 getNumberOfIterations(isl::ast_node_for For) getNumberOfIterations() argument 317 getReferencesInSubtree(const isl::ast_node & For,SetVector<Value * > & Values,SetVector<const Loop * > & Loops) getReferencesInSubtree() argument 449 createForSequential(isl::ast_node_for For,bool MarkParallel) createForSequential() argument 553 createForParallel(__isl_take isl_ast_node * For) createForParallel() argument 672 createFor(__isl_take isl_ast_node * For) createFor() argument [all...] |
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | StandaloneEmptyCheck.cpp | 55 const auto *For = Nodes.getNodeAs<ForStmt>(NodeId); in getCondition() local
|
/llvm-project/clang-tools-extra/unittests/clang-tidy/ |
H A D | ReadabilityModuleTest.cpp | 275 TEST(BracesAroundStatementsCheckTest, For) { in TEST() argument
|
/llvm-project/clang/lib/Format/ |
H A D | FormatTokenLexer.cpp | 460 auto &For = *(Tokens.end() - 2); tryMergeForEach() local [all...] |
/llvm-project/offload/DeviceRTL/src/ |
H A D | Workshare.cpp | 771 static void For(IdentTy *Loc, void (*LoopBody)(Ty, void *), void *Arg, in For() function in ompx::StaticLoopChunker
|
/llvm-project/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersTraversalTest.cpp | 2275 TEST(For,ForLoopInternals) TEST() argument 2282 TEST(For,ForRangeLoopInternals) TEST() argument 2290 TEST(For,NegativeForLoopInternals) TEST() argument
|
/llvm-project/clang-tools-extra/clangd/refactor/ |
H A D | Rename.cpp | 376 if (const auto *For = ScopeParent->get<ForStmt>()) in lookupSiblingWithinEnclosingScope() local
|
/llvm-project/clang/lib/Analysis/ |
H A D | CalledOnceCheck.cpp | 546 std::optional<Clarification> VisitForStmt(const ForStmt *For) { in VisitForStmt() argument [all...] |
/llvm-project/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 166 if (auto *For = dyn_cast<ForStmt>(CurStmt)) { in doForAllLoops() local 186 if (auto *For = dyn_cast<ForStmt>(Loop)) { in doForAllLoopsBodies() local
|
/llvm-project/clang/unittests/Tooling/Syntax/ |
H A D | BuildTreeTest.cpp | 304 TEST_P(BuildSyntaxTreeTest,For) TEST_P() argument
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 583 processLoopStores(SmallVectorImpl<StoreInst * > & SL,const SCEV * BECount,ForMemset For) processLoopStores() argument [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 1885 if (const auto *For = dyn_cast<ForStmt>(SimplifiedS)) { emitBody() local 2041 if (const auto *For = dyn_cast<ForStmt>(SyntacticalLoop)) { EmitOMPCanonicalLoop() local [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 5620 if (auto *For = dyn_cast<ForStmt>(AStmt)) { ActOnOpenMPCanonicalLoop() local 9166 auto *For = dyn_cast_or_null<ForStmt>(S); checkOpenMPIterationSpace() local 14033 if (auto *For = dyn_cast<ForStmt>(CurStmt)) { checkTransformableLoopNest() local [all...] |