Lines Matching refs:gpu_stmt
69 struct gpu_stmt *stmt = &prog->stmts[i]; in collect_references()
86 struct gpu_stmt *stmt = &prog->stmts[i]; in collect_references()
681 static void *free_stmts(struct gpu_stmt *stmts, int n) in free_stmts()
1380 static struct gpu_stmt *find_stmt(struct gpu_prog *prog, __isl_keep isl_id *id) in find_stmt()
1842 __isl_keep isl_ast_build *build, struct gpu_stmt *gpu_stmt, in create_domain_leaf() argument
1872 stmt->u.d.stmt = gpu_stmt; in create_domain_leaf()
2074 struct gpu_stmt *gpu_stmt; in at_domain() local
2089 gpu_stmt = find_stmt(data->prog, id); in at_domain()
2093 if (gpu_stmt) in at_domain()
2094 return create_domain_leaf(data->kernel, node, build, gpu_stmt, in at_domain()
5534 static int pet_stmt_extract_accesses(struct gpu_stmt *stmt, in pet_stmt_extract_accesses()
5571 static struct gpu_stmt *extract_stmts(isl_ctx *ctx, struct ppcg_scop *scop, in extract_stmts()
5575 struct gpu_stmt *stmts; in extract_stmts()
5577 stmts = isl_calloc_array(ctx, struct gpu_stmt, scop->pet->n_stmt); in extract_stmts()
5582 struct gpu_stmt *s = &stmts[i]; in extract_stmts()