Home
last modified time | relevance | path

Searched refs:nir_op_fmov (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_to_source_mods.c61 if (parent->op != nir_op_fmov) in nir_lower_to_source_mods_block()
102 alu->op = nir_op_fmov; in nir_lower_to_source_mods_block()
110 alu->op = nir_op_fmov; in nir_lower_to_source_mods_block()
119 alu->op = nir_op_fmov; in nir_lower_to_source_mods_block()
158 !(child_alu->op == nir_op_fmov && child_alu->dest.saturate)) { in nir_lower_to_source_mods_block()
174 child_alu->op = nir_op_fmov; in nir_lower_to_source_mods_block()
Dnir_opt_copy_propagate.c37 if (instr->op != nir_op_fmov && in is_move()
156 if (alu_instr->op == nir_op_fmov || in copy_prop_alu_src()
Dnir_opt_remove_phis.c38 return (alu->op == nir_op_imov || alu->op == nir_op_fmov) ? alu : NULL; in get_parent_mov()
Dnir_opt_undef.c83 alu->op != nir_op_fmov && in opt_undef_vecN()
Dnir_opt_peephole_select.c98 case nir_op_fmov: in block_check_for_allowed_instrs()
Dnir_builder.h391 nir_alu_instr *mov = nir_alu_instr_create(build->shader, nir_op_fmov); in nir_fmov_alu()
/external/mesa3d/src/intel/compiler/
Dbrw_nir_opt_peephole_ffma.c54 case nir_op_fmov: in are_all_uses_fadd()
95 case nir_op_fmov: in get_mul_for_src()
Dbrw_vec4_nir.cpp1182 case nir_op_fmov: in nir_emit_alu()
Dbrw_fs_nir.cpp663 case nir_op_fmov: in nir_emit_alu()
682 if (instr->op == nir_op_imov || instr->op == nir_op_fmov) { in nir_emit_alu()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h110 nir_op_fmov, enumerator
Dnir_opcodes.c13 return nir_op_fmov; in nir_type_conversion_op()
Dnir_builder_opcodes.h421 return nir_build_alu(build, nir_op_fmov, src0, NULL, NULL, NULL); in nir_fmov()
Dnir_constant_expressions.c13498 case nir_op_fmov: in nir_eval_const_opcode()
/external/mesa3d/src/mesa/program/
Dprog_to_nir.c248 nir_alu_instr *mov = nir_alu_instr_create(b->shader, nir_op_fmov); in ptn_get_src()
288 nir_alu_instr *mov = nir_alu_instr_create(b->shader, nir_op_fmov); in ptn_move_dest_masked()
676 [OPCODE_MOV] = nir_op_fmov,
826 ptn_alu(b, nir_op_fmov, dest, src); in ptn_emit_instruction()
/external/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c671 case nir_op_fmov: in ntq_emit_alu()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1475 [TGSI_OPCODE_MOV] = nir_op_fmov,
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c1139 case nir_op_fmov: in ntq_emit_alu()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c867 if ((alu->op == nir_op_imov) || (alu->op == nir_op_fmov)) { in emit_alu()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2663 case 1: op = nir_op_fmov; break; in create_vec()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c1703 case nir_op_fmov: in visit_alu()