Searched defs:physreg (Results 1 – 6 of 6) sorted by relevance
| /external/mesa3d/src/freedreno/ir3/ |
| D | ir3_ra.c | 798 struct ir3_register *reg, physreg_t physreg, bool is_source) in get_reg_specified() 821 struct ir3_register *reg, physreg_t physreg, in try_evict_regs() 1230 physreg_t physreg; in compress_regs_left() local 1309 physreg_t physreg) in update_affinity() 1504 physreg_t physreg) in allocate_dst_fixed() 1565 physreg_t physreg = get_reg(ctx, file, dst); in allocate_dst() local 1578 physreg_t physreg; in assign_src() local 1682 physreg_t physreg = ra_interval_get_physreg(src_interval); in handle_split() local 1823 physreg_t physreg = ra_reg_get_physreg(instr->dsts[0]); in handle_precolored_input() local 1889 physreg_t physreg = ra_reg_get_physreg(src); in handle_precolored_source() local [all …]
|
| D | ir3_shared_ra.c | 303 get_reg_specified(struct ra_ctx *ctx, struct ir3_register *reg, physreg_t physreg) in get_reg_specified() 857 physreg_t physreg = get_reg(ctx, dst, false); in handle_dst() local 1027 physreg_t physreg = get_reg(ctx, dst, false); in handle_phi() local
|
| D | ir3_ra_validate.c | 279 physreg_t physreg = ra_reg_get_physreg(dst); in propagate_normal_instr() local 569 physreg_t physreg = ra_reg_get_physreg(src); in check_reaching_src() local
|
| D | ir3_ra.h | 56 ra_physreg_to_num(physreg_t physreg, unsigned flags) in ra_physreg_to_num()
|
| D | ir3_spill.c | 574 physreg_t physreg = ra_reg_get_physreg(dst); in insert_dst() local
|
| /external/mesa3d/src/gallium/drivers/lima/ir/gp/ |
| D | scheduler.c | 1029 int physreg = ffsll(available) - 1; in try_spill_node() local
|