Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_ast.c167 ctx = isl_ast_expr_get_ctx(expr); in isl_ast_expr_dup()
255 isl_die(isl_ast_expr_get_ctx(expr), isl_error_invalid, in isl_ast_expr_int_get_val()
272 isl_die(isl_ast_expr_get_ctx(expr), isl_error_invalid, in isl_ast_expr_id_get_id()
293 isl_die(isl_ast_expr_get_ctx(expr), isl_error_invalid, in isl_ast_expr_op_get_type()
314 isl_die(isl_ast_expr_get_ctx(expr), isl_error_invalid, in isl_ast_expr_op_get_n_arg()
334 isl_die(isl_ast_expr_get_ctx(expr), isl_error_invalid, in isl_ast_expr_op_get_arg()
531 ctx = isl_ast_expr_get_ctx(arg); in isl_ast_expr_alloc_unary()
580 ctx = isl_ast_expr_get_ctx(expr1); in isl_ast_expr_alloc_binary()
736 ctx = isl_ast_expr_get_ctx(arg0); in ast_expr_with_arguments()
950 ctx = isl_ast_expr_get_ctx(expr); in isl_ast_node_alloc_user()
[all …]
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Dast.h67 isl_ctx *isl_ast_expr_get_ctx(__isl_keep isl_ast_expr *expr);
H A Disl-noexceptions.h6217 return isl::ctx(isl_ast_expr_get_ctx(ptr)); in ctx()
6327 return isl::ctx(isl_ast_expr_get_ctx(ptr)); in ctx()
6371 return isl::ctx(isl_ast_expr_get_ctx(ptr)); in ctx()
6435 return isl::ctx(isl_ast_expr_get_ctx(ptr)); in ctx()
6490 return isl::ctx(isl_ast_expr_get_ctx(ptr)); in ctx()
6523 return isl::ctx(isl_ast_expr_get_ctx(ptr)); in ctx()
6556 return isl::ctx(isl_ast_expr_get_ctx(ptr)); in ctx()
6589 return isl::ctx(isl_ast_expr_get_ctx(ptr)); in ctx()
6622 return isl::ctx(isl_ast_expr_get_ctx(ptr)); in ctx()
6655 return isl::ctx(isl_ast_expr_get_ctx(ptr)); in ctx()
[all …]
/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dgpu.c1691 ctx = isl_ast_expr_get_ctx(expr); in dereference()
1811 ctx = isl_ast_expr_get_ctx(expr); in transform_expr()
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Duser.pod631 isl_ctx *isl_ast_expr_get_ctx(