Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_ast_build_expr.c248 return isl_ast_expr_from_id(id); in var()
255 return isl_ast_expr_from_id(id); in var()
2410 expr = isl_ast_expr_from_id(id); in isl_ast_build_from_multi_pw_aff_member()
2455 expr = isl_ast_expr_from_id(id); in isl_ast_build_from_multi_pw_aff_internal()
H A Disl_ast.c173 dup = isl_ast_expr_from_id(isl_id_copy(expr->u.id)); in isl_ast_expr_dup()
443 __isl_give isl_ast_expr *isl_ast_expr_from_id(__isl_take isl_id *id) in isl_ast_expr_from_id() function
904 node->u.f.iterator = isl_ast_expr_from_id(id); in isl_ast_node_alloc_for()
H A Disl_test.c9416 expr1 = isl_ast_expr_from_id(isl_id_alloc(ctx, "A", NULL)); in test_ast()
9417 expr2 = isl_ast_expr_from_id(isl_id_alloc(ctx, "B", NULL)); in test_ast()
9438 expr1 = isl_ast_expr_from_id(isl_id_alloc(ctx, "A", NULL)); in test_ast()
9439 expr2 = isl_ast_expr_from_id(isl_id_alloc(ctx, "B", NULL)); in test_ast()
9441 expr3 = isl_ast_expr_from_id(isl_id_alloc(ctx, "C", NULL)); in test_ast()
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Dast.h26 __isl_give isl_ast_expr *isl_ast_expr_from_id(__isl_take isl_id *id);
/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dgpu.c2439 expr = isl_ast_expr_from_id(isl_id_copy(id)); in after_mark()
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Duser.pod11805 __isl_give isl_ast_expr *isl_ast_expr_from_id(