Home
last modified time | relevance | path

Searched refs:isl_ast_expr_op (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslExprBuilder.cpp193 assert(isl_ast_expr_get_type(Expr) == isl_ast_expr_op && in createOpNAry()
236 assert(isl_ast_expr_get_type(Expr) == isl_ast_expr_op && in createAccessAddress()
358 assert(isl_ast_expr_get_type(Expr) == isl_ast_expr_op && in createOpBin()
488 assert(isl_ast_expr_get_type(Expr) == isl_ast_expr_op && in createOpICmp()
496 isl_ast_expr_get_type(Op0) != isl_ast_expr_op || in createOpICmp()
497 isl_ast_expr_get_type(Op1) != isl_ast_expr_op || in createOpICmp()
548 assert(isl_ast_expr_get_type(Expr) == isl_ast_expr_op && in createOpBoolean()
596 assert(isl_ast_expr_get_type(Expr) == isl_ast_expr_op && in createOpBooleanConditional()
654 assert(isl_ast_expr_get_type(Expr) == isl_ast_expr_op && in createOp()
705 assert(isl_ast_expr_get_type(Op) == isl_ast_expr_op && in createOpAddressOf()
[all …]
H A DIslNodeBuilder.cpp115 assert(isl_ast_expr_get_type(Cond.get()) == isl_ast_expr_op && in getUpperBound()
930 assert(isl_ast_expr_get_type(Expr) == isl_ast_expr_op && in createSubstitutions()
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_ast.c175 case isl_ast_expr_op: in isl_ast_expr_dup()
224 case isl_ast_expr_op: in isl_ast_expr_free()
292 if (expr->type != isl_ast_expr_op) in isl_ast_expr_op_get_type()
313 if (expr->type != isl_ast_expr_op) in isl_ast_expr_op_get_n_arg()
333 if (expr->type != isl_ast_expr_op) in isl_ast_expr_op_get_arg()
359 if (expr->type != isl_ast_expr_op) in isl_ast_expr_set_op_arg()
394 case isl_ast_expr_op: in isl_ast_expr_is_equal()
430 expr->type = isl_ast_expr_op; in isl_ast_expr_alloc_op()
804 case isl_ast_expr_op: in isl_ast_expr_substitute_ids()
1897 case isl_ast_expr_op: in print_ast_expr_c()
[all …]
H A Disl_test.c9871 is_min = isl_ast_expr_get_type(expr) == isl_ast_expr_op && in test_ast_expr()
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Dast_type.h77 isl_ast_expr_op, enumerator
H A Dast.h77 __isl_subclass(isl_ast_expr_op)
H A Disl-noexceptions.h702 static const auto type = isl_ast_expr_op;
/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dgpu.c1678 if (isl_ast_expr_get_type(arg0) == isl_ast_expr_op && in dereference()
1745 if (isl_ast_expr_get_type(arg0) == isl_ast_expr_op && in gpu_local_array_info_linearize_index()
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Duser.pod11560 C<isl_ast_expr_op>,
11563 An C<isl_ast_expr_op> represents the result of an operation.