Searched refs:isl_ast_expr_alloc_op (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/mit/isl/dist/ |
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_build_expr.c | 2026 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 D | isl_ast.c | 186 __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 D | isl_ast_codegen.c | 704 expr = isl_ast_expr_alloc_op(ctx, type, n); in reduce_list()
|