Home
last modified time | relevance | path

Searched refs:PSEUDO_BARRIER (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
H A Daco_opt_value_numbering.cpp281 case Format::PSEUDO_BARRIER: assert(false); in operator ()()
342 case Format::PSEUDO_BARRIER: return false; in can_eliminate()
H A Daco_opcodes.py69 PSEUDO_BARRIER = 17 variable in Format
146 elif self == Format.PSEUDO_BARRIER:
291 opcode("p_barrier", format=Format.PSEUDO_BARRIER)
1693 if op.format in [Format.PSEUDO, Format.PSEUDO_BRANCH, Format.PSEUDO_BARRIER, Format.PSEUDO_REDUCTION]:
H A Daco_ir.h93 PSEUDO_BARRIER = 17, member in aco::Format
1225 constexpr bool isBarrier() const noexcept { return format == Format::PSEUDO_BARRIER; }
H A Daco_assembler.cpp586 case Format::PSEUDO_BARRIER: in emit_instruction()
H A Daco_insert_waitcnt.cpp752 if (instr->format != Format::PSEUDO_BARRIER && !is_wait) { in handle_block()
H A Daco_print_ir.cpp476 case Format::PSEUDO_BARRIER: { in print_instr_format_specific()

Completed in 10 milliseconds