Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/ppcg/
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;
Dgpu_group.h46 struct gpu_stmt_access **refs;
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;
1478 struct gpu_local_array_info *local, struct gpu_stmt_access *access) in find_ref_group()
1599 struct gpu_stmt_access *access; in transform_index()
5341 struct gpu_stmt_access **next_access;
[all …]
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()
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp2769 gpu_stmt_access *getStmtAccesses(ScopStmt &Stmt) { in getStmtAccesses()
2770 gpu_stmt_access *Accesses = nullptr; in getStmtAccesses()
2774 isl_alloc_type(S->getIslCtx().get(), struct gpu_stmt_access); in getStmtAccesses()