reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/CodeGen/IslExprBuilder.cpp
  351   isl_ast_op_type OpType;
  521   isl_ast_op_type OpType = isl_ast_expr_get_op_type(Expr);
  547   isl_ast_op_type OpType;
  595   isl_ast_op_type OpType;
tools/polly/lib/CodeGen/IslNodeBuilder.cpp
  117   isl_ast_op_type OpType = isl_ast_expr_get_op_type(Cond.get());
tools/polly/lib/External/isl/include/isl/ast.h
   69 enum isl_ast_op_type isl_ast_expr_get_op_type(__isl_keep isl_ast_expr *expr);
  164 	isl_stat (*fn)(enum isl_ast_op_type type, void *user), void *user);
  166 	isl_stat (*fn)(enum isl_ast_op_type type, void *user), void *user);
  168 	__isl_take isl_printer *p, enum isl_ast_op_type type,
  171 	enum isl_ast_op_type type, __isl_take isl_printer *p);
tools/polly/lib/External/isl/isl_ast.c
  271 enum isl_ast_op_type isl_ast_expr_get_op_type(__isl_keep isl_ast_expr *expr)
  374 	enum isl_ast_op_type op, int n_arg)
  477 __isl_give isl_ast_expr *isl_ast_expr_alloc_unary(enum isl_ast_op_type type,
  525 __isl_give isl_ast_expr *isl_ast_expr_alloc_binary(enum isl_ast_op_type type,
  679 	enum isl_ast_op_type type, __isl_take isl_ast_expr *arg0,
 1497 static int is_and(enum isl_ast_op_type op)
 1502 static int is_or(enum isl_ast_op_type op)
 1507 static int is_add_sub(enum isl_ast_op_type op)
 1512 static int is_div_mod(enum isl_ast_op_type op)
 1540 static int sub_expr_need_parens(enum isl_ast_op_type op,
 1566 	enum isl_ast_op_type op, __isl_keep isl_ast_expr *expr, int left)
 1684 	__isl_take isl_printer *p, enum isl_ast_op_type type,
 1715 	enum isl_ast_op_type type)
 1944 	enum isl_ast_op_type op;
 2633 	enum isl_ast_op_type type)
 2671 	enum isl_ast_op_type type, __isl_take isl_printer *p)
 2718 	isl_stat (*fn)(enum isl_ast_op_type type, void *user), void *user)
 2734 	isl_stat (*fn)(enum isl_ast_op_type type, void *user), void *user)
 2749 	isl_stat (*fn)(enum isl_ast_op_type type, void *user), void *user)
 2760 static isl_stat ast_op_type_print_macro(enum isl_ast_op_type type, void *user)
tools/polly/lib/External/isl/isl_ast_build_expr.c
  191 	enum isl_ast_op_type type;
 1351 	enum isl_ast_op_type type;
 1777 	enum isl_ast_op_type op_type;
 2246 	__isl_keep isl_ast_build *build, enum isl_ast_op_type type,
 2272 	__isl_keep isl_ast_build *build, enum isl_ast_op_type type,
 2289 	enum isl_ast_op_type type = isl_ast_op_access;
 2319 	__isl_keep isl_ast_build *build, enum isl_ast_op_type type,
 2359 	__isl_keep isl_ast_build *build, enum isl_ast_op_type type,
 2376 	__isl_keep isl_ast_build *build, enum isl_ast_op_type type,
 2440 	__isl_keep isl_ast_build *build, enum isl_ast_op_type type,
tools/polly/lib/External/isl/isl_ast_codegen.c
  680 static __isl_give isl_ast_expr *reduce_list(enum isl_ast_op_type type,
 1016 	enum isl_ast_op_type type = isl_ast_op_le;
tools/polly/lib/External/isl/isl_ast_private.h
   25 			enum isl_ast_op_type op;
   39 	enum isl_ast_op_type op, int n_arg);
   40 __isl_give isl_ast_expr *isl_ast_expr_alloc_binary(enum isl_ast_op_type type,
tools/polly/lib/External/ppcg/print.c
  226 __isl_give isl_printer *ppcg_print_macro(enum isl_ast_op_type type,
  253 static isl_stat print_macro(enum isl_ast_op_type type, void *user)
tools/polly/lib/External/ppcg/print.h
   18 __isl_give isl_printer *ppcg_print_macro(enum isl_ast_op_type type,