Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/
Disl_ast.c900 node = isl_ast_node_alloc(ctx, isl_ast_node_for); in isl_ast_node_alloc_for()
1041 case isl_ast_node_for: in isl_ast_node_dup()
1099 case isl_ast_node_for: in isl_ast_node_free()
1135 if (node->type != isl_ast_node_for) in isl_ast_node_for_set_body()
1154 if (node->type != isl_ast_node_for) in isl_ast_node_for_get_body()
1176 if (node->type != isl_ast_node_for) in isl_ast_node_for_is_degenerate()
1187 if (node->type != isl_ast_node_for) in isl_ast_node_for_get_iterator()
1198 if (node->type != isl_ast_node_for) in isl_ast_node_for_get_init()
1216 if (node->type != isl_ast_node_for) in isl_ast_node_for_get_cond()
1237 if (node->type != isl_ast_node_for) in isl_ast_node_for_get_inc()
[all …]
Disl_test.c9758 if (isl_ast_node_get_type(tree) == isl_ast_node_for) in create_leaf()
/external/llvm-project/polly/lib/External/isl/include/isl/
Dast_type.h84 isl_ast_node_for = 1, enumerator
Dcpp-checked.h1106 static const auto type = isl_ast_node_for;
Dcpp.h1171 static const auto type = isl_ast_node_for;
/external/llvm-project/polly/lib/CodeGen/
DIslNodeBuilder.cpp167 assert(isl_ast_node_get_type(For.get()) == isl_ast_node_for); in getNumberOfIterations()
415 isl_ast_node_get_type(Child) == isl_ast_node_for) { in createMark()
504 assert(isl_ast_node_get_type(Node.get()) == isl_ast_node_for); in IsLoopVectorizerDisabled()
1018 case isl_ast_node_for: in create()
DIslAst.cpp480 case isl_ast_node_for: in walkAstForStatistics()
/external/llvm-project/polly/lib/External/isl/doc/
Duser.pod11007 C<isl_ast_node_for>,
11012 An C<isl_ast_node_for> represents a for node.
11599 is called whenever a node of type C<isl_ast_node_for> needs to
11604 nodes of type C<isl_ast_node_for>. It is therefore safe to