Searched refs:isl_local_space_offset (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/isl/
H A Disl_local_space_private.h29 unsigned isl_local_space_offset(__isl_keep isl_local_space *ls,
H A Disl_constraint.c38 return isl_local_space_offset(c->ls, type);
349 first += isl_local_space_offset(constraint->ls, type) - 1;
377 pos += isl_local_space_offset(constraint->ls, type);
394 pos += isl_local_space_offset(constraint->ls, type);
436 pos += isl_local_space_offset(constraint->ls, type);
456 pos += isl_local_space_offset(constraint->ls, type);
540 pos += isl_local_space_offset(constraint->ls, type);
564 pos += isl_local_space_offset(constraint->ls, type);
595 pos += isl_local_space_offset(constraint->ls, type);
H A Disl_local_space.c162 unsigned isl_local_space_offset(__isl_keep isl_local_space *ls, function
798 pos += isl_local_space_offset(ls, type);
884 first += 1 + isl_local_space_offset(ls, type);
920 first += 1 + isl_local_space_offset(ls, type);
948 pos = isl_local_space_offset(ls, isl_dim_div) + div;
997 offset = isl_local_space_offset(ls, isl_dim_div) - 1;
H A Disl_aff.c136 pos += isl_local_space_offset(aff->ls, type);
465 pos += isl_local_space_offset(aff->ls, type);
495 pos += isl_local_space_offset(aff->ls, type);
734 pos += isl_local_space_offset(aff->ls, type);
765 pos += isl_local_space_offset(aff->ls, type);
795 pos += isl_local_space_offset(aff->ls, type);
856 pos += isl_local_space_offset(aff->ls, type);
899 pos += isl_local_space_offset(aff->ls, type);
977 off = isl_local_space_offset(aff->ls, isl_dim_div);
1056 pos = isl_local_space_offset(af
[all...]

Completed in 53 milliseconds