Searched refs:isl_ast_node_get_ctx (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/polly/lib/External/isl/ |
D | isl_ast.c | 838 isl_ctx *isl_ast_node_get_ctx(__isl_keep isl_ast_node *node) in isl_ast_node_get_ctx() function 1028 dup = isl_ast_node_alloc(isl_ast_node_get_ctx(node), node->type); in isl_ast_node_dup() 1136 isl_die(isl_ast_node_get_ctx(node), isl_error_invalid, in isl_ast_node_for_set_body() 1155 isl_die(isl_ast_node_get_ctx(node), isl_error_invalid, in isl_ast_node_for_get_body() 1177 isl_die(isl_ast_node_get_ctx(node), isl_error_invalid, in isl_ast_node_for_is_degenerate() 1188 isl_die(isl_ast_node_get_ctx(node), isl_error_invalid, in isl_ast_node_for_get_iterator() 1199 isl_die(isl_ast_node_get_ctx(node), isl_error_invalid, in isl_ast_node_for_get_init() 1217 isl_die(isl_ast_node_get_ctx(node), isl_error_invalid, in isl_ast_node_for_get_cond() 1238 isl_die(isl_ast_node_get_ctx(node), isl_error_invalid, in isl_ast_node_for_get_inc() 1242 return isl_ast_expr_alloc_int_si(isl_ast_node_get_ctx(node), 1); in isl_ast_node_for_get_inc() [all …]
|
D | isl_ast_graft.c | 60 ctx = isl_ast_node_get_ctx(node); in isl_ast_graft_alloc()
|
D | isl_test.c | 9535 isl_die(isl_ast_node_get_ctx(node), isl_error_unknown, in after_for() 9541 isl_die(isl_ast_node_get_ctx(node), isl_error_unknown, in after_for() 9549 isl_die(isl_ast_node_get_ctx(node), isl_error_unknown, in after_for() 9759 isl_die(isl_ast_node_get_ctx(tree), isl_error_unknown, in create_leaf()
|
/external/llvm-project/polly/lib/External/ppcg/ |
D | cuda.c | 391 isl_ctx *ctx = isl_ast_node_get_ctx(kernel->tree); in print_kernel_iterators() 483 isl_ctx *ctx = isl_ast_node_get_ctx(kernel->tree); in print_kernel() 669 isl_ctx *ctx = isl_ast_node_get_ctx(tree); in print_host_code()
|
D | cpu.c | 397 ctx = isl_ast_node_get_ctx(node); in at_each_domain() 419 id = isl_id_alloc(isl_ast_node_get_ctx(node), NULL, stmt); in at_each_domain()
|
D | gpu.c | 1856 ctx = isl_ast_node_get_ctx(node); in create_domain_leaf() 2425 ctx = isl_ast_node_get_ctx(node); in after_mark()
|
/external/llvm-project/polly/lib/External/isl/include/isl/ |
D | ast.h | 110 isl_ctx *isl_ast_node_get_ctx(__isl_keep isl_ast_node *node);
|
D | cpp.h | 5404 auto saved_ctx = isl_ast_node_get_ctx(ptr); in manage_copy() 5420 auto saved_ctx = isl_ast_node_get_ctx(obj.ptr); in ast_node() 5479 return isl::ctx(isl_ast_node_get_ctx(ptr)); in ctx() 5498 auto saved_ctx = isl_ast_node_get_ctx(obj.get()); 5526 return isl::ctx(isl_ast_node_get_ctx(ptr)); in ctx() 5550 auto saved_ctx = isl_ast_node_get_ctx(obj.get()); 5578 return isl::ctx(isl_ast_node_get_ctx(ptr)); in ctx() 5682 auto saved_ctx = isl_ast_node_get_ctx(obj.get()); 5710 return isl::ctx(isl_ast_node_get_ctx(ptr)); in ctx() 5780 auto saved_ctx = isl_ast_node_get_ctx(obj.get()); [all …]
|
D | cpp-checked.h | 4914 return isl::checked::ctx(isl_ast_node_get_ctx(ptr)); in ctx() 4955 return isl::checked::ctx(isl_ast_node_get_ctx(ptr)); in ctx() 4999 return isl::checked::ctx(isl_ast_node_get_ctx(ptr)); in ctx() 5093 return isl::checked::ctx(isl_ast_node_get_ctx(ptr)); in ctx() 5303 return isl::checked::ctx(isl_ast_node_get_ctx(ptr)); in ctx() 5358 return isl::checked::ctx(isl_ast_node_get_ctx(ptr)); in ctx()
|
D | isl-noexceptions.h | 5058 return ctx(isl_ast_node_get_ctx(ptr)); in get_ctx()
|
/external/llvm-project/polly/lib/External/isl/doc/ |
D | user.pod | 633 isl_ctx *isl_ast_node_get_ctx(
|