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

1234

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_opt_vpm.c87 struct qinst *mov = c->defs[temp]; local in function:qir_opt_vpm
H A Dvc4_opt_copy_propagation.c82 struct qinst *mov = movs[inst->src[i].index]; local in function:try_copy_prop
[all...]
H A Dvc4_qir_lower_uniforms.c154 struct qinst *mov = NULL; local in function:qir_lower_uniforms
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_opt_vpm.c87 struct qinst *mov = c->defs[temp]; local in function:qir_opt_vpm
H A Dvc4_opt_copy_propagation.c82 struct qinst *mov = movs[inst->src[i].index]; local in function:try_copy_prop
[all...]
H A Dvc4_qir_lower_uniforms.c154 struct qinst *mov = NULL; local in function:qir_lower_uniforms
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dvir_opt_constant_alu.c94 struct qinst *mov = vir_MOV_dest(c, dst, unif); local in function:opt_constant_add
H A Dvir_opt_copy_propagate.c136 struct qinst *mov = movs[inst->src[i].index]; local in function:try_copy_prop
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dvir_opt_copy_propagate.c136 struct qinst *mov = movs[inst->src[i].index]; local in function:try_copy_prop
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_cmod_propagation.cpp191 vec4_instruction *mov = v->MOV(scan_inst->dst, temp); local in function:brw::opt_cmod_propagation_local
H A Dbrw_fs_register_coalesce.cpp163 fs_inst *mov[MAX_VGRF_SIZE]; local in function:fs_visitor::register_coalesce
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_cmod_propagation.cpp191 vec4_instruction *mov = v->MOV(scan_inst->dst, temp); local in function:brw::opt_cmod_propagation_local
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/test/
H A Dtest-scheduler-predicates.c36 bi_instr *mov = bi_mov_i32_to(b, TMP(), TMP()); local in function:main
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_remove_phis.c78 nir_alu_instr *mov = NULL; local in function:remove_phis_block
H A Dnir_lower_vec_to_movs.c70 nir_alu_instr *mov = nir_alu_instr_create(shader, nir_op_mov); local in function:insert_mov
[all...]
H A Dnir_opt_copy_propagate.c60 rewrite_to_vec(nir_function_impl *impl, nir_alu_instr *mov, nir_alu_instr *vec) argument
142 nir_alu_instr *mov = nir_instr_as_alu(instr); local in function:copy_prop_instr
[all...]
H A Dnir_lower_locals_to_regs.c201 nir_alu_instr *mov = nir_alu_instr_create(b->shader, nir_op_mov); local in function:lower_locals_to_regs_block
229 nir_alu_instr *mov = nir_alu_instr_create(b->shader, nir_op_mov); local in function:lower_locals_to_regs_block
[all...]
H A Dnir_lower_phis_to_scalar.c238 nir_alu_instr *mov = nir_alu_instr_create(state->shader, local in function:lower_phis_to_scalar_block
[all...]
H A Dnir_opt_peephole_select.c164 nir_alu_instr *mov = nir_instr_as_alu(instr); local in function:block_check_for_allowed_instrs
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_remove_phis.c78 nir_alu_instr *mov = NULL; local in function:remove_phis_block
H A Dnir_lower_vec_to_movs.c60 nir_alu_instr *mov = nir_alu_instr_create(shader, nir_op_imov); local in function:insert_mov
[all...]
H A Dnir_opt_peephole_select.c109 nir_alu_instr *mov = nir_instr_as_alu(instr); local in function:block_check_for_allowed_instrs
H A Dnir_lower_locals_to_regs.c200 nir_alu_instr *mov = nir_alu_instr_create(b->shader, nir_op_imov); local in function:lower_locals_to_regs_block
228 nir_alu_instr *mov local in function:lower_locals_to_regs_block
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_cp_postsched.c109 valid_flags(struct ir3_instruction *use, struct ir3_instruction *mov) argument
125 instr_cp_postsched(struct ir3_instruction *mov) argument
[all...]
H A Dir3_lower_subgroups.c63 struct ir3_instruction *mov = ir3_instr_create(block, OPC_MOV, 1, 1); local in function:mov_immed
215 struct ir3_instruction *mov = local in function:lower_block
[all...]

Completed in 24 milliseconds

1234