Home
last modified time | relevance | path

Searched defs:dep (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Analysis/
H A DDependenceAnalysis.cpp271 for (auto dep : depTypes) in hasDependenceFrom() local
281 for (auto dep : depTypes) { in hasDependentOperationsFrom() local
291 for (auto dep : depTypes) { in hasDependentOperationsInto() local
349 for (const auto &dep : it.second) { in print() local
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcompute-offsets.cpp133 auto ComputeOffsetsHelper::Resolve(const SymbolAndOffset &dep) in Resolve()
169 SymbolAndOffset &dep{iter->second}; in DoCommonBlock() local
/llvm-project-15.0.7/openmp/runtime/test/tasking/
H A Dbug_nested_proxy_task.c97 int dep; in main() local
H A Domp50_task_depend_mtx2.c41 } dep; typedef
H A Domp50_task_depend_mtx.c41 } dep; typedef
H A Dbug_proxy_task_dep_waiting.c94 int dep; in main() local
H A Domp51_task_dep_inoutset.c44 } dep; typedef
H A Dkmp_detach_tasks_t3.c60 } dep; typedef
H A Dkmp_task_depend_all.c47 } dep; typedef
H A Dkmp_taskwait_depend_all.c53 } dep; typedef
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dtemp_arg_type.cpp93 …template<bool Noexcept> void dep() noexcept(Noexcept) {} // expected-note 3{{couldn't infer templa… in dep() function
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_flow.c208 struct isl_labeled_map *dep; member
434 struct isl_flow *dep; in isl_flow_alloc() local
489 isl_stat (*fn)(__isl_take isl_map *dep, int must, void *dep_user, in isl_flow_foreach()
581 __isl_keep isl_access_info *acc, __isl_take isl_map *dep, in restricted_partial_lexmax()
1076 isl_map *dep; in compute_mem_based_dependences() local
2156 isl_union_map *dep; in isl_union_flow_get_must_dependence() local
2170 isl_union_map *dep; in isl_union_flow_get_may_dependence() local
2546 isl_union_map *dep; in compute_flow() local
3096 isl_union_map *dep; in compute_single_flow() local
H A Disl_test.c3306 static isl_stat collect_must_may(__isl_take isl_map *dep, int must, in collect_must_may()
4392 isl_union_map *dep_raw, *dep_war, *dep_waw, *dep; in test_one_schedule() local
4534 isl_union_map *dep; in compute_schedule_with_context() local
4649 isl_union_map *sink, *source, *dep; in test_special_conditional_schedule_constraints() local
4914 const char *domain, *dep; in test_strongly_satisfying_schedule() local
4970 const char *domain, *dep; in test_coalescing_schedule() local
/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dgrouping.c40 isl_union_map *dep; member
313 __isl_keep isl_union_map *dep) in merge_leaves()
H A Dppcg.c775 isl_union_map *dep; in eliminate_dead_code() local
H A Dhybrid.c1093 isl_union_map *flow, *other, *dep, *umap; in collect_deps() local
H A Dgpu.c4369 isl_union_map *dep_raw, *dep; in construct_schedule_constraints() local
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_taskdeps.cpp258 kmp_depnode_t *dep = p->node; in __kmp_depnode_link_successor() local
370 const kmp_depend_info_t *dep = &dep_list[i]; in __kmp_process_deps() local
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Transforms/
H A DLoopPipelining.cpp299 Operation *dep = ret.getDefiningOp(); in createKernel() local
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DUtils.cpp914 for (auto &dep : dependentOpPairs) { in computeSliceUnion() local
/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.cpp3390 if (InputSection *dep = isec->getLinkOrderDep()) in addSection() local