Home
last modified time | relevance | path

Searched refs:may_writes (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/polly/lib/External/ppcg/
Dppcg.c402 isl_union_map_copy(ps->may_writes)); in compute_live_out()
409 exposed = isl_union_map_copy(ps->may_writes); in compute_live_out()
603 isl_union_map_copy(ps->may_writes)); in compute_forced_dependences()
612 isl_union_map_copy(ps->may_writes)); in compute_forced_dependences()
696 isl_union_map_copy(ps->may_writes)); in compute_flow_dep()
735 may_source = isl_union_map_union(isl_union_map_copy(scop->may_writes), in compute_dependences()
738 isl_union_map_copy(scop->may_writes)); in compute_dependences()
849 isl_union_map_free(ps->may_writes); in ppcg_scop_free()
907 ps->may_writes = pet_scop_get_may_writes(scop); in ppcg_scop_from_pet_scop()
924 !ps->may_writes || !ps->must_writes || !ps->tagged_must_kills || in ppcg_scop_from_pet_scop()
Dppcg.h87 isl_union_map *may_writes; member
Dgpu.c3708 isl_union_map *may_writes, *shared_access; in compute_sync_writes() local
3729 may_writes = isl_union_map_copy(kernel->prog->scop->tagged_may_writes); in compute_sync_writes()
3730 may_writes = isl_union_map_curry(may_writes); in compute_sync_writes()
3731 may_writes = isl_union_map_intersect_domain(may_writes, domain); in compute_sync_writes()
3732 may_writes = isl_union_map_uncurry(may_writes); in compute_sync_writes()
3733 shared_access = isl_union_map_copy(may_writes); in compute_sync_writes()
3735 isl_union_map_reverse(may_writes)); in compute_sync_writes()
5814 prog->may_write = isl_union_map_copy(scop->may_writes); in gpu_prog_alloc()
/external/llvm-project/mlir/docs/Rationale/
DRationale.md870 may_writes: /* empty */ {
946 may_writes: /* empty */
955 may_writes: /* empty */
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp2731 PPCGScop->may_writes = S->getWrites().release(); in createPPCGScop()
3066 PPCGProg->may_write = isl_union_map_copy(PPCGScop->may_writes); in createPPCGProg()