Searched refs:isl_ast_expr_alloc_op (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_ast_private.h | 38 __isl_give isl_ast_expr *isl_ast_expr_alloc_op(isl_ctx *ctx,
|
| H A D | isl_ast.c | 176 dup = isl_ast_expr_alloc_op(ctx, in isl_ast_expr_dup() 418 __isl_give isl_ast_expr *isl_ast_expr_alloc_op(isl_ctx *ctx, in isl_ast_expr_alloc_op() function 532 expr = isl_ast_expr_alloc_op(ctx, type, 1); in isl_ast_expr_alloc_unary() 581 expr = isl_ast_expr_alloc_op(ctx, type, 2); in isl_ast_expr_alloc_binary() 740 res = isl_ast_expr_alloc_op(ctx, type, 1 + n); in ast_expr_with_arguments()
|
| H A D | isl_ast_build_expr.c | 1880 expr = isl_ast_expr_alloc_op(isl_ast_build_get_ctx(build), op_type, n); in ast_expr_from_aff_list() 1926 ternary = isl_ast_expr_alloc_op(ctx, isl_ast_expr_op_select, 3); in add_intermediate_piece() 2366 expr = n >= 0 ? isl_ast_expr_alloc_op(ctx, type, 1 + n) : NULL; in isl_ast_build_with_arguments()
|
| H A D | isl_ast_codegen.c | 704 expr = isl_ast_expr_alloc_op(ctx, type, n); in reduce_list()
|