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

Declarations

tools/polly/lib/External/isl/isl_local_space_private.h
   34 unsigned isl_local_space_offset(__isl_keep isl_local_space *ls,

References

tools/polly/lib/External/isl/isl_aff.c
  211 	pos += isl_local_space_offset(aff->ls, type);
  698 	pos += isl_local_space_offset(aff->ls, type);
  726 	pos += isl_local_space_offset(aff->ls, type);
  997 	pos += isl_local_space_offset(aff->ls, type);
 1027 	pos += isl_local_space_offset(aff->ls, type);
 1074 	pos += isl_local_space_offset(aff->ls, type);
 1142 	pos += isl_local_space_offset(aff->ls, type);
 1191 	pos += isl_local_space_offset(aff->ls, type);
 1277 	off = isl_local_space_offset(aff->ls, isl_dim_div);
 1326 		pos = isl_local_space_offset(aff->ls, isl_dim_div) + i;
 1373 	off = isl_local_space_offset(aff->ls, isl_dim_div);
 1396 	unsigned off = isl_local_space_offset(aff->ls, isl_dim_div);
 1427 	unsigned off = isl_local_space_offset(aff->ls, isl_dim_div);
 1693 	offset = 1 + isl_local_space_offset(aff->ls, isl_dim_div);
 2416 	first += isl_local_space_offset(aff->ls, type) - 1;
 2460 	first += 1 + isl_local_space_offset(aff->ls, type);
 2579 	first += 1 + isl_local_space_offset(aff->ls, type);
 2650 	g_src_pos = 1 + isl_local_space_offset(aff->ls, src_type) + src_pos;
 2651 	g_dst_pos = 1 + isl_local_space_offset(aff->ls, dst_type) + dst_pos;
 5299 	pos += isl_local_space_offset(aff->ls, type);
tools/polly/lib/External/isl/isl_constraint.c
   42 	return isl_local_space_offset(c->ls, type);
  419 	first += isl_local_space_offset(constraint->ls, type) - 1;
  447 	pos += isl_local_space_offset(constraint->ls, type);
  464 	pos += isl_local_space_offset(constraint->ls, type);
  507 	pos += isl_local_space_offset(constraint->ls, type);
  527 	pos += isl_local_space_offset(constraint->ls, type);
  611 	pos += isl_local_space_offset(constraint->ls, type);
  635 	pos += isl_local_space_offset(constraint->ls, type);
  666 	pos += isl_local_space_offset(constraint->ls, type);
tools/polly/lib/External/isl/isl_local_space.c
 1050 	pos += isl_local_space_offset(ls, type);
 1136 	first += 1 + isl_local_space_offset(ls, type);
 1172 	first += 1 + isl_local_space_offset(ls, type);
 1203 	pos = isl_local_space_offset(ls, isl_dim_div) + div;
 1313 	offset = isl_local_space_offset(ls, isl_dim_div) - 1;
 1497 	g_src_pos = 1 + isl_local_space_offset(ls, src_type) + src_pos;
 1498 	g_dst_pos = 1 + isl_local_space_offset(ls, dst_type) + dst_pos;