Home
last modified time | relevance | path

Searched refs:gpu_stmt (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/polly/lib/External/ppcg/
Dgpu.h51 struct gpu_stmt { struct
197 struct gpu_stmt *stmts;
290 struct gpu_stmt *stmt;
Dgpu.c69 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()
[all …]
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp2806 gpu_stmt *getStatements() { in getStatements()
2807 gpu_stmt *Stmts = isl_calloc_array(S->getIslCtx().get(), struct gpu_stmt, in getStatements()
2812 gpu_stmt *GPUStmt = &Stmts[i]; in getStatements()