Home
last modified time | relevance | path

Searched refs:pet_stmt (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/polly/lib/External/pet/include/
Dpet.h376 struct pet_stmt { struct
386 __isl_give isl_space *pet_stmt_get_space(struct pet_stmt *stmt); argument
389 int pet_stmt_is_assign(struct pet_stmt *stmt);
391 int pet_stmt_is_kill(struct pet_stmt *stmt);
398 int pet_stmt_can_build_ast_exprs(struct pet_stmt *stmt);
406 __isl_give isl_id_to_ast_expr *pet_stmt_build_ast_exprs(struct pet_stmt *stmt,
419 __isl_give isl_printer *pet_stmt_print_body(struct pet_stmt *stmt,
527 struct pet_stmt **stmts;
/external/llvm-project/polly/lib/External/ppcg/
Dppcg.c213 static int is_not_kill(struct pet_stmt *stmt) in is_not_kill()
222 int (*pred)(struct pet_stmt *stmt)) in collect_domains()
234 struct pet_stmt *stmt = scop->stmts[i]; in collect_domains()
303 static int has_call(struct pet_stmt *stmt) in has_call()
Dcpu.c42 struct pet_stmt *stmt;
261 static struct pet_stmt *find_stmt(struct ppcg_scop *scop, __isl_keep isl_id *id) in find_stmt()
266 struct pet_stmt *stmt = scop->pet->stmts[i]; in find_stmt()
Dgpu.h53 struct pet_stmt *stmt;
Dgpu.c5552 static isl_bool is_stmt_killed(struct ppcg_scop *scop, struct pet_stmt *stmt) in is_stmt_killed()
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp2817 GPUStmt->stmt = (pet_stmt *)&Stmt; in getStatements()