Searched refs:memory_sync_info (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_insert_waitcnt.cpp305 perform_barrier(wait_ctx& ctx, wait_imm& imm, memory_sync_info sync, unsigned semantics)
349 kill(wait_imm& imm, Instruction* instr, wait_ctx& ctx, memory_sync_info sync_info)
472 update_barrier_imm(wait_ctx& ctx, uint8_t counters, wait_event event, memory_sync_info sync)
501 update_counters(wait_ctx& ctx, wait_event event, memory_sync_info sync = memory_sync_info())
548 update_counters_for_flat_load(wait_ctx& ctx, memory_sync_info sync = memory_sync_info())
740 memory_sync_info sync_info = get_sync_info(instr.get());
H A Daco_ir.h182 struct memory_sync_info { struct in namespace:aco
183 memory_sync_info() : storage(storage_none), semantics(semantic_none), scope(scope_invocation) {} function in struct:aco::memory_sync_info
184 memory_sync_info(int storage_, int semantics_ = 0, sync_scope scope_ = scope_invocation) function in struct:aco::memory_sync_info
192 bool operator==(const memory_sync_info& rhs) const
201 /* Also check storage so that zero-initialized memory_sync_info can be
206 static_assert(sizeof(memory_sync_info) == 3, "Unexpected padding");
1361 memory_sync_info sync;
1506 memory_sync_info sync;
1523 memory_sync_info sync;
1550 memory_sync_info syn
[all...]
H A Daco_scheduler.cpp440 memory_sync_info
443 memory_sync_info sync = get_sync_info(instr);
487 add_memory_event(memory_event_set* set, Instruction* instr, memory_sync_info* sync)
525 memory_sync_info sync = get_sync_info_with_hack(instr);
581 memory_sync_info sync = get_sync_info_with_hack(instr);
H A Daco_ir.cpp168 memory_sync_info
180 default: return memory_sync_info();
H A Daco_spill.cpp1684 instr->mubuf().sync = memory_sync_info(storage_vgpr_spill, semantic_private);
1689 instr->mubuf().sync = memory_sync_info(storage_vgpr_spill, semantic_private);
1768 instr->mubuf().sync = memory_sync_info(storage_vgpr_spill, semantic_private);
1774 instr->mubuf().sync = memory_sync_info(storage_vgpr_spill, semantic_private);
H A Daco_instruction_selection.cpp3644 memory_sync_info sync;
4182 info.sync = memory_sync_info(storage_shared);
4414 instr->ds().sync = memory_sync_info(storage_shared);
4554 unsigned const_offset = 0u, memory_sync_info sync = memory_sync_info(),
4579 bool allow_combining = true, memory_sync_info sync = memory_sync_info(),
5424 bool allow_smem = true, memory_sync_info sync = memory_sync_info())
6081 memory_sync_info
[all...]
H A Daco_print_ir.cpp265 print_sync(memory_sync_info sync, FILE* output)

Completed in 46 milliseconds