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

Declarations

tools/polly/lib/External/isl/include/isl/ast.h
   61 __isl_give isl_ast_expr *isl_ast_expr_copy(__isl_keep isl_ast_expr *expr);

References

tools/polly/lib/CodeGen/IslAst.cpp
  582   return isl_ast_expr_copy(RunCondition);
tools/polly/lib/CodeGen/IslNodeBuilder.cpp
  932     createSubstitutions(isl_ast_expr_copy(Expr), Stmt, VLTS[i]);
tools/polly/lib/External/isl/include/isl/hmap_templ.c
  167 	res.value = ISL_FN(ISL_VAL,copy)(pair->val);
  336 			ISL_FN(ISL_VAL,copy)(pair->val), data->user);
tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 4620   ptr = isl_ast_expr_copy(ptr);
 4651   return isl_ast_expr_copy(ptr);
tools/polly/lib/External/isl/isl_ast.c
  182 				isl_ast_expr_copy(expr->u.op.args[i]);
  303 	return isl_ast_expr_copy(expr->u.op.args[pos]);
  758 			arg = isl_ast_expr_copy(expr->u.op.args[i]);
  978 		dup->u.i.guard = isl_ast_expr_copy(node->u.i.guard);
  986 		dup->u.f.iterator = isl_ast_expr_copy(node->u.f.iterator);
  987 		dup->u.f.init = isl_ast_expr_copy(node->u.f.init);
  988 		dup->u.f.cond = isl_ast_expr_copy(node->u.f.cond);
  989 		dup->u.f.inc = isl_ast_expr_copy(node->u.f.inc);
 1007 		dup->u.e.expr = isl_ast_expr_copy(node->u.e.expr);
 1134 	return isl_ast_expr_copy(node->u.f.iterator);
 1145 	return isl_ast_expr_copy(node->u.f.init);
 1164 		return isl_ast_expr_copy(node->u.f.cond);
 1167 				isl_ast_expr_copy(node->u.f.iterator),
 1168 				isl_ast_expr_copy(node->u.f.init));
 1185 		return isl_ast_expr_copy(node->u.f.inc);
 1252 	return isl_ast_expr_copy(node->u.i.guard);
 1275 	return isl_ast_expr_copy(node->u.e.expr);
tools/polly/lib/External/isl/isl_ast_codegen.c
 1031 	iterator = isl_ast_expr_copy(graft->node->u.f.iterator);
tools/polly/lib/External/isl/isl_list_templ.c
   78 		dup = FN(LIST(EL),add)(dup, FN(EL,copy)(list->p[i]));
  129 		res = FN(LIST(EL),add)(res, FN(EL,copy)(list->p[i]));
  218 		res = FN(LIST(EL),add)(res, FN(EL,copy)(list->p[i]));
  221 		res = FN(LIST(EL),add)(res, FN(EL,copy)(list->p[i]));
  276 	return FN(EL,copy)(FN(LIST(EL),peek)(list, index));
  382 		EL *el = FN(EL,copy)(list->p[i]);
  498 		el = FN(EL,copy)(list->p[pos[i]]);
  594 		list1 = FN(LIST(EL),add)(list1, FN(EL,copy)(list2->p[i]));
  620 		res = FN(LIST(EL),add)(res, FN(EL,copy)(list1->p[i]));
  622 		res = FN(LIST(EL),add)(res, FN(EL,copy)(list2->p[i]));
tools/polly/lib/External/isl/isl_test.c
 8014 	expr2 = isl_ast_expr_copy(expr);
tools/polly/lib/External/ppcg/gpu_print.c
  149 	index = isl_ast_expr_copy(stmt->u.c.index);
tools/polly/lib/External/ppcg/ppcg.c
  144 						id, isl_ast_expr_copy(zero));
  153 						id, isl_ast_expr_copy(zero));