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.c63 if (parent->op != nir_op_imov) in nir_lower_to_source_mods_block()
102 alu->op = nir_op_imov; in nir_lower_to_source_mods_block()
110 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()
165 alu_instr->op == nir_op_imov) { in copy_prop_alu_src()
Dnir_lower_locals_to_regs.c213 nir_alu_instr *mov = nir_alu_instr_create(state->shader, nir_op_imov); in lower_locals_to_regs_block()
240 nir_alu_instr *mov = nir_alu_instr_create(state->shader, nir_op_imov); in lower_locals_to_regs_block()
Dnir_from_ssa.c553 nir_alu_instr *mov = nir_alu_instr_create(b->shader, nir_op_imov); in emit_copy()
847 nir_alu_instr *mov = nir_alu_instr_create(shader, nir_op_imov); in place_phi_read()
884 nir_alu_instr *mov = nir_alu_instr_create(shader, nir_op_imov); in nir_lower_phis_to_regs_block()
965 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.c1970 return (src_base_type == nir_type_float) ? nir_op_fmov : nir_op_imov; in nir_type_conversion_op()
1986 return (dst_base_type == nir_type_float) ? nir_op_u2f : nir_op_imov; in nir_type_conversion_op()
1988 return (dst_base_type == nir_type_float) ? nir_op_i2f : nir_op_imov; in nir_type_conversion_op()
Dnir_lower_vars_to_ssa.c522 nir_op_imov); in rename_variables()
Dnir_builder.h283 nir_alu_instr *mov = nir_alu_instr_create(build->shader, nir_op_imov); in nir_imov_alu()
Dnir_search.c599 nir_alu_instr *mov = nir_alu_instr_create(mem_ctx, nir_op_imov); in nir_replace_instr()
/external/mesa3d/src/mesa/drivers/dri/i965/
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_fs_nir.cpp576 case nir_op_imov: in nir_emit_alu()
596 if (instr->op == nir_op_imov || instr->op == nir_op_fmov) { in nir_emit_alu()
Dbrw_vec4_nir.cpp1281 case nir_op_imov: in nir_emit_alu()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h155 nir_op_imov, enumerator
Dnir_builder_opcodes.h646 return nir_build_alu(build, nir_op_imov, src0, NULL, NULL, NULL); in nir_imov()
Dnir_constant_expressions.c10213 case nir_op_imov: in nir_eval_const_opcode()
/external/mesa3d/src/compiler/spirv/
Dvtn_alu.c288 case SpvOpBitcast: return nir_op_imov; in vtn_nir_alu_op_for_spirv_opcode()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c851 nir_alu_instr *mov = nir_alu_instr_create(b->shader, nir_op_imov); in ttn_move_dest_masked()
1664 [TGSI_OPCODE_UARL] = nir_op_imov,
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c737 case nir_op_imov: in emit_alu()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c1129 case nir_op_imov: in ntq_emit_alu()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c1219 case nir_op_imov: in visit_alu()