Home
last modified time | relevance | path

Searched defs:mov (Results 1 - 25 of 76) sorted by relevance

1234

/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_opt_vpm.c87 struct qinst *mov = c->defs[temp]; in qir_opt_vpm() local
H A Dvc4_opt_copy_propagation.c82 struct qinst *mov = movs[inst->src[i].index]; in try_copy_prop() local
[all...]
H A Dvc4_qir_lower_uniforms.c154 struct qinst *mov = NULL; in qir_lower_uniforms() local
/third_party/mesa3d/src/imagination/rogue/nir/
H A Drogue_nir_constreg.c58 nir_ssa_def *mov = nir_mov(&b, &load_const->def); in rogue_nir_constreg() local
/third_party/mesa3d/src/broadcom/compiler/
H A Dvir_opt_copy_propagate.c136 struct qinst *mov = movs[inst->src[i].index]; in try_copy_prop() local
[all...]
H A Dvir_opt_constant_alu.c94 struct qinst *mov = vir_MOV_dest(c, dst, unif); in opt_constant_add() local
/third_party/mesa3d/src/panfrost/bifrost/test/
H A Dtest-scheduler-predicates.cpp48 bi_instr *mov = bi_mov_i32_to(b, TMP(), TMP()); in TEST_F() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_remove_phis.c78 nir_alu_instr *mov = NULL; in remove_phis_block() local
H A Dnir_opt_copy_propagate.c60 rewrite_to_vec(nir_function_impl *impl, nir_alu_instr *mov, nir_alu_instr *vec) in rewrite_to_vec() argument
[all...]
H A Dnir_lower_locals_to_regs.c201 nir_alu_instr *mov = nir_alu_instr_create(b->shader, nir_op_mov); in lower_locals_to_regs_block() local
247 nir_alu_instr *mov = nir_alu_instr_create(b->shader, nir_op_mov); lower_locals_to_regs_block() local
[all...]
H A Dnir_lower_phis_to_scalar.c238 nir_alu_instr *mov = nir_alu_instr_create(state->shader, in lower_phis_to_scalar_block() local
[all...]
H A Dnir_opt_peephole_select.c166 nir_alu_instr *mov = nir_instr_as_alu(instr); in block_check_for_allowed_instrs() local
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_cmod_propagation.cpp191 vec4_instruction *mov = v->MOV(scan_inst->dst, temp); in opt_cmod_propagation_local() local
H A Dbrw_fs_lower_regioning.cpp417 fs_inst *mov = ibld.at(block, inst->next).MOV(inst->dst, tmp); in lower_dst_modifiers() local
576 fs_inst *mov in lower_exec_type() local
[all...]
H A Dbrw_fs_register_coalesce.cpp199 fs_inst *mov[MAX_VGRF_SIZE]; in register_coalesce() local
[all...]
H A Dtest_eu_compact.cpp348 brw_inst *mov = brw_MOV(p, g0, g2); in TEST_P() local
H A Dtest_fs_copy_propagation.cpp142 fs_inst *mov = instruction(block0, 0); in TEST_F() local
189 fs_inst *mov = set_saturate(true, bld.MOV(vgrf0, vgrf1)); in TEST_F() local
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_lower_spill.c57 struct ir3_instruction *mov = ir3_instr_create(mem->block, OPC_MOV, 1, 1); in set_base_reg() local
76 struct ir3_instruction *mov = ir3_instr_create(mem->block, OPC_MOV, 1, 1); in reset_base_reg() local
[all...]
H A Dir3_lower_parallelcopy.c258 struct ir3_instruction *mov = ir3_instr_create(instr->block, opc, 1, 1); in do_copy() local
H A Dir3_lower_subgroups.c63 struct ir3_instruction *mov = ir3_instr_create(block, OPC_MOV, 1, 1); in mov_immed() local
78 struct ir3_instruction *mov = ir3_instr_create(block, OPC_MOV, 1, 1); in mov_reg() local
371 struct ir3_instruction *mov = lower_instr() local
[all...]
H A Dir3_context.c570 struct ir3_instruction *mov; in ir3_create_array_load() local
610 struct ir3_instruction *mov; ir3_create_array_store() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow_swizzles.c56 struct rc_instruction * mov = rc_insert_new_instruction(c, inst->Prev); in rewrite_source() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
H A Dsfn_valuefactory_test.cpp110 nir_alu_instr *mov = nir_alu_instr_create(b.shader, nir_op_mov); in TEST_F() local
145 nir_alu_instr *mov in TEST_F() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dmovenchint.c31 MOVMuxContext *mov = s->priv_data; in ff_mov_init_hinting() local
404 MOVMuxContext *mov = s->priv_data; in ff_mov_add_hinted_packet() local
/third_party/mesa3d/src/amd/compiler/
H A Daco_optimizer_postRA.cpp420 const Instruction* mov = ctx.get(op_instr_idx); in try_combine_dpp() local
[all...]

Completed in 15 milliseconds

1234