Home
last modified time | relevance | path

Searched refs:may_write (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/GVN/
H A Dcapture-tracking-limit.ll30 ; CHECK-NEXT: call void @may_write()
57 call void @may_write()
64 declare void @may_write()
H A Dload-of-pointer-select-available.ll627 declare void @may_write()
634 ; CHECK-NEXT: call void @may_write()
654 call void @may_write()
684 ; CHECK-NEXT: call void @may_write()
705 call void @may_write()
737 ; CHECK-NEXT: call void @may_write()
759 call void @may_write()
/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dgpu.c4778 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()
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()
5191 may_write = isl_union_map_apply_range(may_write, in add_to_from_device()
5193 may_write = isl_union_map_apply_domain(may_write, in add_to_from_device()
5195 may_write = approximate_copy_out(may_write, prog); in add_to_from_device()
5197 may_write = isl_union_map_apply_range(may_write, in add_to_from_device()
5203 may_write = isl_union_map_intersect_range(may_write, may_persist); in add_to_from_device()
[all …]
H A Dgpu.h174 isl_union_map *may_write; member
/llvm-project-15.0.7/llvm/test/Transforms/GVN/PRE/
H A Dpre-loop-load-through-select.ll503 declare void @may_write()
513 ; CHECK-NEXT: call void @may_write()
532 call void @may_write()
556 ; CHECK-NEXT: call void @may_write()
575 call void @may_write()
599 ; CHECK-NEXT: call void @may_write()
618 call void @may_write()
/llvm-project-15.0.7/mlir/docs/Rationale/
H A DRationale.md831 Affine relations are used to model read, write, may_read, and may_write sets of
900 Having read, write, may_read, and may_write sets for external functions which
906 read/write/may_read/may_write sets could be provided a-priori by a user as part
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp3093 PPCGProg->may_write = isl_union_map_copy(PPCGScop->may_writes); in createPPCGProg()