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

Declarations

tools/polly/lib/External/isl/include/isl/id.h
   21 __isl_give isl_id *isl_id_copy(isl_id *id);

References

tools/polly/lib/CodeGen/IslNodeBuilder.cpp
  466     createUserVector(Body, IVS, isl_id_copy(IteratorID),
  474                        isl_id_copy(IteratorID), isl_union_map_copy(Schedule));
tools/polly/lib/External/isl/include/isl/hmap_templ.c
  167 	res.value = ISL_FN(ISL_VAL,copy)(pair->val);
  335 	return data->fn(ISL_FN(ISL_KEY,copy)(pair->key),
  336 			ISL_FN(ISL_VAL,copy)(pair->val), data->user);
tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 7368   ptr = isl_id_copy(ptr);
 7399   return isl_id_copy(ptr);
tools/polly/lib/External/isl/isl_aff.c
 7602 	space = isl_space_add_param_id(space, isl_id_copy(id));
tools/polly/lib/External/isl/isl_ast.c
  173 		dup = isl_ast_expr_from_id(isl_id_copy(expr->u.id));
  268 	return isl_id_copy(expr->u.id);
 1001 		dup->u.m.mark = isl_id_copy(node->u.m.mark);
 1288 	return isl_id_copy(node->u.m.mark);
 1307 	return node ? isl_id_copy(node->annotation) : NULL;
 1651 	p = isl_printer_set_note(p, isl_id_copy(id), note_id);
 1671 	id = isl_printer_get_note(p, isl_id_copy(id));
tools/polly/lib/External/isl/isl_id.c
  118 		return isl_id_copy(entry->data);
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_morph.c
  464 	space = isl_space_set_tuple_id(space, isl_dim_set, isl_id_copy(id));
tools/polly/lib/External/isl/isl_schedule_tree.c
  127 		dup->mark = isl_id_copy(tree->mark);
 1524 	return isl_id_copy(tree->mark);
tools/polly/lib/External/isl/isl_scheduler.c
 6072 							    isl_id_copy(id));
tools/polly/lib/External/isl/isl_space.c
  285 		dst = set_id(dst, dst_type, offset + i, isl_id_copy(id));
  301 	    !(dup->tuple_id[0] = isl_id_copy(dim->tuple_id[0])))
  304 	    !(dup->tuple_id[1] = isl_id_copy(dim->tuple_id[1])))
  429 	return isl_id_copy(dim->tuple_id[type - isl_dim_in]);
  493 						type, pos, isl_id_copy(id));
  556 	return isl_id_copy(get_id(dim, type, pos));
 1237 	    !(dim->tuple_id[0] = isl_id_copy(left->tuple_id[0])))
 1240 	    !(dim->tuple_id[1] = isl_id_copy(right->tuple_id[1])))
 1372 		domain->tuple_id[0] = isl_id_copy(nested->tuple_id[0]);
 1410 		range->tuple_id[0] = isl_id_copy(nested->tuple_id[1]);
 1448 		domain->tuple_id[1] = isl_id_copy(nested->tuple_id[0]);
 1526 		range->tuple_id[1] = isl_id_copy(nested->tuple_id[1]);
 1616 	space->tuple_id[0] = isl_id_copy(space->tuple_id[1]);
tools/polly/lib/External/ppcg/gpu.c
  832 						isl_id_copy(id));
 2439 	expr = isl_ast_expr_from_id(isl_id_copy(id));
 3890 	node = isl_schedule_node_insert_mark(node, isl_id_copy(id));