/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_opt_vpm.c | 87 struct qinst *mov = c->defs[temp]; in qir_opt_vpm() local
|
H A D | vc4_opt_copy_propagation.c | 82 struct qinst *mov = movs[inst->src[i].index]; in try_copy_prop() local [all...] |
H A D | vc4_qir_lower_uniforms.c | 154 struct qinst *mov = NULL; in qir_lower_uniforms() local
|
/third_party/mesa3d/src/imagination/rogue/nir/ |
H A D | rogue_nir_constreg.c | 58 nir_ssa_def *mov = nir_mov(&b, &load_const->def); in rogue_nir_constreg() local
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | vir_opt_copy_propagate.c | 136 struct qinst *mov = movs[inst->src[i].index]; in try_copy_prop() local [all...] |
H A D | vir_opt_constant_alu.c | 94 struct qinst *mov = vir_MOV_dest(c, dst, unif); in opt_constant_add() local
|
/third_party/mesa3d/src/panfrost/bifrost/test/ |
H A D | test-scheduler-predicates.cpp | 48 bi_instr *mov = bi_mov_i32_to(b, TMP(), TMP()); in TEST_F() local
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_remove_phis.c | 78 nir_alu_instr *mov = NULL; in remove_phis_block() local
|
H A D | nir_opt_copy_propagate.c | 60 rewrite_to_vec(nir_function_impl *impl, nir_alu_instr *mov, nir_alu_instr *vec) in rewrite_to_vec() argument [all...] |
H A D | nir_lower_locals_to_regs.c | 201 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 D | nir_lower_phis_to_scalar.c | 238 nir_alu_instr *mov = nir_alu_instr_create(state->shader, in lower_phis_to_scalar_block() local [all...] |
H A D | nir_opt_peephole_select.c | 166 nir_alu_instr *mov = nir_instr_as_alu(instr); in block_check_for_allowed_instrs() local
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_vec4_cmod_propagation.cpp | 191 vec4_instruction *mov = v->MOV(scan_inst->dst, temp); in opt_cmod_propagation_local() local
|
H A D | brw_fs_lower_regioning.cpp | 417 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 D | brw_fs_register_coalesce.cpp | 199 fs_inst *mov[MAX_VGRF_SIZE]; in register_coalesce() local [all...] |
H A D | test_eu_compact.cpp | 348 brw_inst *mov = brw_MOV(p, g0, g2); in TEST_P() local
|
H A D | test_fs_copy_propagation.cpp | 142 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 D | ir3_lower_spill.c | 57 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 D | ir3_lower_parallelcopy.c | 258 struct ir3_instruction *mov = ir3_instr_create(instr->block, opc, 1, 1); in do_copy() local
|
H A D | ir3_lower_subgroups.c | 63 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 D | ir3_context.c | 570 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 D | radeon_dataflow_swizzles.c | 56 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 D | sfn_valuefactory_test.cpp | 110 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 D | movenchint.c | 31 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 D | aco_optimizer_postRA.cpp | 420 const Instruction* mov = ctx.get(op_instr_idx); in try_combine_dpp() local [all...] |