Home
last modified time | relevance | path

Searched defs:physreg (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_ra.c735 physreg_t physreg, bool is_source) in get_reg_specified()
753 struct ir3_register *reg, physreg_t physreg, in try_evict_regs()
993 physreg_t physreg = start_reg; in compress_regs_left() local
1041 physreg_t physreg) in update_affinity()
1242 physreg_t physreg) in allocate_dst_fixed()
1274 physreg_t physreg = get_reg(ctx, file, dst, true); in allocate_dst() local
1287 physreg_t physreg = get_reg(ctx, file, dst, false); in allocate_dst() local
1300 physreg_t physreg; in assign_src() local
1394 physreg_t physreg = ra_interval_get_physreg(src_interval); in handle_split() local
1524 physreg_t physreg = ra_reg_get_physreg(instr->dsts[0]); in handle_precolored_input() local
[all …]
Dir3_ra_validate.c223 physreg_t physreg = ra_reg_get_physreg(dst); in propagate_normal_instr() local
443 physreg_t physreg = ra_reg_get_physreg(src); in check_reaching_src() local
Dir3_ra.h56 ra_physreg_to_num(physreg_t physreg, unsigned flags) in ra_physreg_to_num()
Dir3_spill.c506 physreg_t physreg = ra_reg_get_physreg(dst); in insert_dst() local
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
Dscheduler.c1029 int physreg = ffsll(available) - 1; in try_spill_node() local