Home
last modified time | relevance | path

Searched refs:gpu_stmt_access (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dgpu.h19 struct gpu_stmt_access { struct
40 struct gpu_stmt_access *next; argument
55 struct gpu_stmt_access *accesses;
86 struct gpu_stmt_access **refs;
H A Dgpu_group.h46 struct gpu_stmt_access **refs;
H A Dgpu.c70 struct gpu_stmt_access *access; in collect_references()
81 array->refs = isl_alloc_array(prog->ctx, struct gpu_stmt_access *, n); in collect_references()
87 struct gpu_stmt_access *access; in collect_references()
689 struct gpu_stmt_access *access, *next; in free_stmts()
1417 static struct gpu_stmt_access *find_access(struct gpu_stmt_access *accesses, in find_access()
1420 struct gpu_stmt_access *access; in find_access()
1464 struct gpu_stmt_access *accesses;
1599 struct gpu_stmt_access *access; in transform_index()
5341 struct gpu_stmt_access **next_access;
5485 struct gpu_stmt_access *access; in extract_access()
[all …]
H A Dgpu_group.c830 struct gpu_stmt_access *access = local->array->refs[i]; in populate_array_references()
924 group->refs = isl_alloc_array(ctx, struct gpu_stmt_access *, in join_groups()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp2793 gpu_stmt_access *getStmtAccesses(ScopStmt &Stmt) { in getStmtAccesses()
2794 gpu_stmt_access *Accesses = nullptr; in getStmtAccesses()
2798 isl_alloc_type(S->getIslCtx().get(), struct gpu_stmt_access); in getStmtAccesses()