Home
last modified time | relevance | path

Searched refs:fmax32 (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/CodeGen/WebAssembly/
Df32.ll139 ; CHECK-LABEL: fmax32:
142 define float @fmax32(float %x) {
/external/llvm-project/llvm/test/CodeGen/WebAssembly/
Df32.ll134 ; CHECK-LABEL: fmax32:
137 define float @fmax32(float %x) {
/external/mesa3d/src/amd/compiler/
Daco_ir.cpp398 case fmax32: in get_reduction_identity()
Daco_print_ir.cpp44 [fmax32] = "fmax32",
Daco_ir.h1294 fmax16, fmax32, fmax64, enumerator
Daco_lower_to_hw_instr.cpp154 case fmax32: return aco_opcode::v_max_f32; in get_reduce_opcode()
Daco_instruction_selection.cpp7447 op == fmax16 || op == fmax32 || op == fmax64 || in emit_reduction_instr()