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.cpp541 case imax32: return INT32_MIN; in get_reduction_identity()
Daco_print_ir.cpp58 ret[imax32] = "imax32"; in __anonaab877d90102()
Daco_ir.h1696 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.cpp8138 op == imax16 || op == imax32 || op == imax64 || op == fmin16 || op == fmin32 || in emit_reduction_instr()