Searched refs:may_write (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/polly/lib/External/ppcg/ |
D | gpu.c | 152 write = isl_union_map_copy(prog->may_write); in is_read_only_scalar() 344 isl_union_map_range(isl_union_map_copy(prog->may_write))); in collect_array_info() 2875 isl_union_map_copy(prog->may_write)); in accessed_by_domain() 4778 isl_union_map *may_write; in extract_local_accesses() local 4791 may_write = isl_union_map_copy(prog->may_write); in extract_local_accesses() 4792 may_write = isl_union_map_intersect_range(may_write, fields); in extract_local_accesses() 4793 write_domain = isl_union_map_domain(may_write); in extract_local_accesses() 5175 isl_union_map *may_write, *must_write, *copy_out, *not_written; in add_to_from_device() local 5185 may_write = isl_union_map_copy(prog->may_write); in add_to_from_device() 5186 may_write = isl_union_map_intersect_domain(may_write, in add_to_from_device() [all …]
|
D | gpu.h | 174 isl_union_map *may_write; member
|
/external/llvm-project/mlir/docs/Rationale/ |
D | Rationale.md | 856 Affine relations are used to model read, write, may_read, and may_write sets of 925 Having read, write, may_read, and may_write sets for external functions which 931 read/write/may_read/may_write sets could be provided a-priori by a user as part
|
/external/llvm-project/polly/lib/CodeGen/ |
D | PPCGCodeGeneration.cpp | 3066 PPCGProg->may_write = isl_union_map_copy(PPCGScop->may_writes); in createPPCGProg()
|