Searched refs:get_sync_info (Results 1 - 6 of 6) 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.cpp679 update_counters(ctx, ev, get_sync_info(instr));
740 memory_sync_info sync_info = get_sync_info(instr.get());
H A Daco_opt_value_numbering.cpp342 if (!get_sync_info(instr.get()).can_reorder())
H A Daco_ir.cpp169 get_sync_info(const Instruction* instr) function in namespace:aco
H A Daco_scheduler.cpp443 memory_sync_info sync = get_sync_info(instr);
H A Daco_ir.h1756 memory_sync_info get_sync_info(const Instruction* instr);

Completed in 12 milliseconds