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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_reduce_assign.cpp48 if (instr->format != Format::PSEUDO_REDUCTION)
95 if (instr->format != Format::PSEUDO_REDUCTION)
H A Daco_opt_value_numbering.cpp108 case Format::PSEUDO_REDUCTION: return hash_murmur_32<Pseudo_reduction_instruction>(instr);
229 case Format::PSEUDO_REDUCTION: {
H A Daco_opcodes.py70 PSEUDO_REDUCTION = 18 variable in class:Format
141 elif self == Format.PSEUDO_REDUCTION:
278 opcode("p_reduce", format=Format.PSEUDO_REDUCTION)
280 opcode("p_inclusive_scan", format=Format.PSEUDO_REDUCTION)
282 opcode("p_exclusive_scan", format=Format.PSEUDO_REDUCTION)
1671 if op.format in [Format.PSEUDO, Format.PSEUDO_BRANCH, Format.PSEUDO_BARRIER, Format.PSEUDO_REDUCTION]:
H A Daco_print_ir.cpp465 case Format::PSEUDO_REDUCTION: {
H A Daco_ir.h95 PSEUDO_REDUCTION = 18, enumerator in enum:aco::Format
1218 constexpr bool isReduction() const noexcept { return format == Format::PSEUDO_REDUCTION; }
H A Daco_validate.cpp507 case Format::PSEUDO_REDUCTION: {
510 "All operands of PSEUDO_REDUCTION instructions must be in VGPRs.",
H A Daco_instruction_selection.cpp7833 aco_op, Format::PSEUDO_REDUCTION, 3, num_defs);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.3.0.rst4539 - aco: Add some validation for PSEUDO_REDUCTION instructions.

Completed in 37 milliseconds