Lines Matching refs:contraction
1503 isl_union_pw_multi_aff *contraction; in check_can_be_private_live_ranges() local
1511 contraction = isl_union_pw_multi_aff_copy(kernel->contraction); in check_can_be_private_live_ranges()
1513 contraction); in check_can_be_private_live_ranges()
1546 __isl_keep isl_union_pw_multi_aff *contraction) in expand() argument
1548 contraction = isl_union_pw_multi_aff_copy(contraction); in expand()
1549 s = isl_union_map_preimage_domain_union_pw_multi_aff(s, contraction); in expand()
1632 isl_union_pw_multi_aff *contraction; in gpu_group_references() local
1660 contraction = isl_union_pw_multi_aff_copy(kernel->contraction); in gpu_group_references()
1661 data.host_sched = expand(data.host_sched, contraction); in gpu_group_references()
1662 data.shared_sched = expand(data.shared_sched, contraction); in gpu_group_references()
1667 data.copy_sched = expand(data.copy_sched, contraction); in gpu_group_references()
1669 data.thread_sched = expand(data.thread_sched, contraction); in gpu_group_references()
1670 isl_union_pw_multi_aff_free(contraction); in gpu_group_references()