Home
last modified time | relevance | path

Searched refs:imax32 (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_ir.cpp506 case imax32: return INT32_MIN; in get_reduction_identity()
Daco_print_ir.cpp58 ret[imax32] = "imax32"; in __anon247346bc0102()
Daco_ir.h1657 imax8, imax16, imax32, imax64, enumerator
Daco_lower_to_hw_instr.cpp146 case imax32: return aco_opcode::v_max_i32; in get_reduce_opcode()
Daco_instruction_selection.cpp7814 op == imax16 || op == imax32 || op == imax64 || op == fmin16 || op == fmin32 || in emit_reduction_instr()