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 D | isl_ast_build_expr.c | 248 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 D | isl_ast.c | 173 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 D | isl_test.c | 9416 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 D | ast.h | 26 __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 D | gpu.c | 2439 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 D | user.pod | 11805 __isl_give isl_ast_expr *isl_ast_expr_from_id(
|