Searched refs:semantic_acqrel (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_dead_code_analysis.cpp91 return !(get_sync_info(instr).semantics & (semantic_volatile | semantic_acqrel));
H A Daco_insert_waitcnt.cpp398 perform_barrier(ctx, imm, instr->barrier().sync, semantic_acqrel);
H A Daco_ir.h170 semantic_acqrel = semantic_acquire | semantic_release, enumerator in enum:aco::memory_semantics
199 if (semantics & semantic_acqrel)
H A Daco_instruction_selection.cpp11093 memory_sync_info(storage_shared, semantic_acqrel, scope_workgroup), scope_workgroup);

Completed in 27 milliseconds