Lines Matching refs:PW
11 __isl_give PW *FN(PW,move_dims)(__isl_take PW *pw,
19 space = FN(PW,take_space)(pw);
22 pw = FN(PW,restore_space)(pw, space);
24 n_piece = FN(PW,n_piece)(pw);
26 return FN(PW,free)(pw);
31 el = FN(PW,take_base_at)(pw, i);
34 pw = FN(PW,restore_base_at)(pw, i, el);
45 domain = FN(PW,take_domain_at)(pw, i);
48 pw = FN(PW,restore_domain_at)(pw, i, domain);
51 return pw;