Home
last modified time | relevance | path

Searched refs:PSEUDO_REDUCTION (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_reduce_assign.cpp48 if (instr->format != Format::PSEUDO_REDUCTION) in setup_reduce_temp()
95 if (instr->format != Format::PSEUDO_REDUCTION) in setup_reduce_temp()
Daco_opcodes.py70 PSEUDO_REDUCTION = 18 variable in Format
143 elif self == Format.PSEUDO_REDUCTION:
280 opcode("p_reduce", format=Format.PSEUDO_REDUCTION)
282 opcode("p_inclusive_scan", format=Format.PSEUDO_REDUCTION)
284 opcode("p_exclusive_scan", format=Format.PSEUDO_REDUCTION)
1693 …op.format in [Format.PSEUDO, Format.PSEUDO_BRANCH, Format.PSEUDO_BARRIER, Format.PSEUDO_REDUCTION]:
Daco_opt_value_numbering.cpp111 case Format::PSEUDO_REDUCTION: return hash_murmur_32<Pseudo_reduction_instruction>(instr); in operator ()()
238 case Format::PSEUDO_REDUCTION: { in operator ()()
Daco_ir.h94 PSEUDO_REDUCTION = 18, enumerator
1236 constexpr bool isReduction() const noexcept { return format == Format::PSEUDO_REDUCTION; } in isReduction()
Daco_print_ir.cpp469 case Format::PSEUDO_REDUCTION: { in print_instr_format_specific()
Daco_validate.cpp530 case Format::PSEUDO_REDUCTION: { in validate_ir()
Daco_instruction_selection.cpp8161 aco_op, Format::PSEUDO_REDUCTION, 3, num_defs); in emit_reduction_instr()
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst4539 - aco: Add some validation for PSEUDO_REDUCTION instructions.