Home
last modified time | relevance | path

Searched refs:nir_op_imov (Results 1 – 25 of 25) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_to_source_mods.c65 if (parent->op != nir_op_imov) in nir_lower_to_source_mods_block()
106 alu->op = nir_op_imov; in nir_lower_to_source_mods_block()
114 alu->op = nir_op_imov; in nir_lower_to_source_mods_block()
Dnir_opt_remove_phis.c38 return (alu->op == nir_op_imov || alu->op == nir_op_fmov) ? alu : NULL; in get_parent_mov()
127 def = mov->op == nir_op_imov ? in remove_phis_block()
Dnir_opt_undef.c66 instr->op = nir_op_imov; in opt_undef_csel()
84 alu->op != nir_op_imov) in opt_undef_vecN()
Dnir_opt_copy_propagate.c38 instr->op != nir_op_imov) in is_move()
157 alu_instr->op == nir_op_imov) { in copy_prop_alu_src()
Dnir_lower_locals_to_regs.c212 nir_alu_instr *mov = nir_alu_instr_create(state->shader, nir_op_imov); in lower_locals_to_regs_block()
239 nir_alu_instr *mov = nir_alu_instr_create(state->shader, nir_op_imov); in lower_locals_to_regs_block()
Dnir_from_ssa.c554 nir_alu_instr *mov = nir_alu_instr_create(b->shader, nir_op_imov); in emit_copy()
854 nir_alu_instr *mov = nir_alu_instr_create(shader, nir_op_imov); in place_phi_read()
891 nir_alu_instr *mov = nir_alu_instr_create(shader, nir_op_imov); in nir_lower_phis_to_regs_block()
972 nir_alu_instr *mov = nir_alu_instr_create(shader, nir_op_imov); in nir_lower_ssa_defs_to_regs_block()
Dnir_opt_peephole_select.c99 case nir_op_imov: in block_check_for_allowed_instrs()
Dnir_lower_phis_to_scalar.c222 nir_op_imov); in lower_phis_to_scalar_block()
Dnir_lower_vec_to_movs.c60 nir_alu_instr *mov = nir_alu_instr_create(shader, nir_op_imov); in insert_mov()
Dnir_lower_vars_to_ssa.c526 nir_op_imov); in rename_variables()
Dnir_search.c599 nir_alu_instr *mov = nir_alu_instr_create(mem_ctx, nir_op_imov); in nir_replace_instr()
Dnir_builder.h405 nir_alu_instr *mov = nir_alu_instr_create(build->shader, nir_op_imov); in nir_imov_alu()
/external/mesa3d/src/intel/compiler/
Dbrw_nir_opt_peephole_ffma.c53 case nir_op_imov: in are_all_uses_fadd()
94 case nir_op_imov: in get_mul_for_src()
Dbrw_nir_analyze_boolean_resolves.c132 case nir_op_imov: in analyze_boolean_resolves_block()
Dbrw_vec4_nir.cpp1181 case nir_op_imov: in nir_emit_alu()
Dbrw_fs_nir.cpp662 case nir_op_imov: 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.h166 nir_op_imov, enumerator
Dnir_opcodes.c20 return nir_op_imov; in nir_type_conversion_op()
Dnir_builder_opcodes.h701 return nir_build_alu(build, nir_op_imov, src0, NULL, NULL, NULL); in nir_imov()
Dnir_constant_expressions.c13610 case nir_op_imov: in nir_eval_const_opcode()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c853 nir_alu_instr *mov = nir_alu_instr_create(b->shader, nir_op_imov); in ttn_move_dest_masked()
1603 [TGSI_OPCODE_UARL] = nir_op_imov,
/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()
868 type_t type = (alu->op == nir_op_imov) ? TYPE_U32 : TYPE_F32; in emit_alu()
/external/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c672 case nir_op_imov: in ntq_emit_alu()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c1140 case nir_op_imov: in ntq_emit_alu()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c1704 case nir_op_imov: in visit_alu()