Searched refs:assign_reg (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp36 assign_reg(unsigned *reg_hw_locations, fs_reg *reg) function in typeref:typename:void
60 assign_reg(hw_reg_mapping, &inst->dst);
62 assign_reg(hw_reg_mapping, &inst->src[i]);
762 assign_reg(hw_reg_mapping, &inst->dst);
764 assign_reg(hw_reg_mapping, &inst->src[i]);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp37 assign_reg(unsigned *reg_hw_locations, fs_reg *reg) function in typeref:typename:void
61 assign_reg(hw_reg_mapping, &inst->dst);
63 assign_reg(hw_reg_mapping, &inst->src[i]);
1240 assign_reg(hw_reg_mapping, &inst->dst);
1242 assign_reg(hw_reg_mapping, &inst->src[i]);
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_ra.c1199 assign_reg(struct ir3_instruction *instr, struct ir3_register *reg, function in typeref:typename:void
1237 assign_reg(dst->instr, dst, ra_interval_get_num(interval));
1308 assign_reg(instr, src, ra_physreg_to_num(physreg, src->flags));
1334 assign_reg(pcopy, reg, ra_interval_get_num(entry->interval));
1344 assign_reg(pcopy, reg, ra_physreg_to_num(entry->src, reg->flags));
1550 assign_reg(instr, instr->dsts[0], ra_interval_get_num(interval));
1720 assign_reg(phi, phi->dsts[0], num);
1725 assign_reg(phi, phi->srcs[i], num);
1726 assign_reg(phi, phi->srcs[i]->def, num);
1781 assign_reg(pcop
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir.c175 static void assign_reg(struct lp_build_nir_context *bld_base, const nir_reg_dest *reg, function in typeref:typename:void
193 assign_reg(bld_base, &dest->reg, 0, vals);
201 assign_reg(bld_base, &dest->dest.reg, dest->write_mask, vals);

Completed in 12 milliseconds