Home
last modified time | relevance | path

Searched refs:isl_ast_expr_alloc_op (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_ast_private.h38 __isl_give isl_ast_expr *isl_ast_expr_alloc_op(isl_ctx *ctx,
H A Disl_ast_build_expr.c2026 expr = isl_ast_expr_alloc_op(isl_ast_build_get_ctx(build), op_type, n); in ast_expr_from_aff_list()
2069 ternary = isl_ast_expr_alloc_op(ctx, isl_ast_expr_op_select, 3); in add_intermediate_piece()
2527 expr = n >= 0 ? isl_ast_expr_alloc_op(ctx, type, 1 + n) : NULL; in isl_ast_build_with_arguments()
H A Disl_ast.c186 __isl_give isl_ast_expr *isl_ast_expr_alloc_op(isl_ctx *ctx, in isl_ast_expr_alloc_op() function
631 expr = isl_ast_expr_alloc_op(ctx, type, 1); in isl_ast_expr_alloc_unary()
678 expr = isl_ast_expr_alloc_op(ctx, type, 2); in isl_ast_expr_alloc_binary()
H A Disl_ast_codegen.c704 expr = isl_ast_expr_alloc_op(ctx, type, n); in reduce_list()