Searched refs:PSEUDO_REDUCTION (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_reduce_assign.cpp | 48 if (instr->format != Format::PSEUDO_REDUCTION) 95 if (instr->format != Format::PSEUDO_REDUCTION)
|
| H A D | aco_opt_value_numbering.cpp | 108 case Format::PSEUDO_REDUCTION: return hash_murmur_32<Pseudo_reduction_instruction>(instr); 229 case Format::PSEUDO_REDUCTION: {
|
| H A D | aco_opcodes.py | 70 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 D | aco_print_ir.cpp | 465 case Format::PSEUDO_REDUCTION: {
|
| H A D | aco_ir.h | 95 PSEUDO_REDUCTION = 18, enumerator in enum:aco::Format 1218 constexpr bool isReduction() const noexcept { return format == Format::PSEUDO_REDUCTION; }
|
| H A D | aco_validate.cpp | 507 case Format::PSEUDO_REDUCTION: { 510 "All operands of PSEUDO_REDUCTION instructions must be in VGPRs.",
|
| H A D | aco_instruction_selection.cpp | 7833 aco_op, Format::PSEUDO_REDUCTION, 3, num_defs);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.3.0.rst | 4539 - aco: Add some validation for PSEUDO_REDUCTION instructions.
|
Completed in 37 milliseconds