Home
last modified time | relevance | path

Searched refs:isl_ast_node_for (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/mit/isl/dist/include/isl/
H A Dast_type.h84 isl_ast_node_for = 1, enumerator
H A Dcpp-checked.h1264 static const auto type = isl_ast_node_for;
H A Dcpp.h1330 static const auto type = isl_ast_node_for;
/netbsd-src/external/mit/isl/dist/
H A Disl_ast.c964 node = isl_ast_node_alloc(ctx, isl_ast_node_for); in isl_ast_node_alloc_for()
1126 case isl_ast_node_for: in isl_ast_node_dup()
1194 case isl_ast_node_for: in isl_ast_node_free()
1254 return isl_ast_node_check_type(node, isl_ast_node_for, in isl_ast_node_check_for()
1803 case isl_ast_node_for: in traverse()
2832 case isl_ast_node_for: in print_ast_node_isl()
2931 if (node->type == isl_ast_node_for && node->u.f.degenerate) in need_block()
3134 case isl_ast_node_for: in print_ast_node_c()
3326 [isl_ast_node_for] = "iterator",
3539 case isl_ast_node_for: in isl_stream_read_ast_node()
[all …]
H A Disl_test.c9661 if (isl_ast_node_get_type(node) == isl_ast_node_for) in count_for()
9915 if (isl_ast_node_get_type(tree) == isl_ast_node_for) in create_leaf()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgraphite-isl-ast-to-gimple.c618 gcc_assert (isl_ast_node_get_type (node_for) == isl_ast_node_for); in translate_isl_ast_for_loop()
680 gcc_assert (isl_ast_node_get_type (node_for) == isl_ast_node_for); in get_upper_bound()
713 gcc_assert (isl_ast_node_get_type (node) == isl_ast_node_for); in translate_isl_ast_node_for()
928 case isl_ast_node_for: in translate_isl_ast()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgraphite-isl-ast-to-gimple.cc605 gcc_assert (isl_ast_node_get_type (node_for) == isl_ast_node_for); in translate_isl_ast_for_loop()
667 gcc_assert (isl_ast_node_get_type (node_for) == isl_ast_node_for); in get_upper_bound()
700 gcc_assert (isl_ast_node_get_type (node) == isl_ast_node_for); in translate_isl_ast_node_for()
915 case isl_ast_node_for: in translate_isl_ast()
/netbsd-src/external/mit/isl/dist/doc/
H A Duser.pod11687 C<isl_ast_node_for>,
11692 An C<isl_ast_node_for> represents a for node.
12295 is called whenever a node of type C<isl_ast_node_for> needs to
12300 nodes of type C<isl_ast_node_for>. It is therefore safe to