Searched defs:physreg (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_ra.h | 56 ra_physreg_to_num(physreg_t physreg, unsigned flags) argument
|
| H A D | ir3_ra_validate.c | 223 physreg_t physreg = ra_reg_get_physreg(dst); local in function:propagate_normal_instr 443 physreg_t physreg = ra_reg_get_physreg(src); local in function:check_reaching_src
|
| H A D | ir3_ra.c | 734 get_reg_specified(struct ra_file * file,struct ir3_register * reg,physreg_t physreg,bool is_source) argument 752 try_evict_regs(struct ra_ctx * ctx,struct ra_file * file,struct ir3_register * reg,physreg_t physreg,unsigned * _eviction_count,bool is_source,bool speculative) argument 993 physreg_t physreg = start_reg; local in function:compress_regs_left 1040 update_affinity(struct ra_file * file,struct ir3_register * reg,physreg_t physreg) argument 1241 allocate_dst_fixed(struct ra_ctx * ctx,struct ir3_register * dst,physreg_t physreg) argument 1274 physreg_t physreg = get_reg(ctx, file, dst, true); local in function:allocate_dst 1287 physreg_t physreg = get_reg(ctx, file, dst, false); local in function:allocate_dst 1300 physreg_t physreg; local in function:assign_src 1394 physreg_t physreg = ra_interval_get_physreg(src_interval); local in function:handle_split 1524 physreg_t physreg = ra_reg_get_physreg(instr->dsts[0]); local in function:handle_precolored_input 1583 physreg_t physreg = ra_reg_get_physreg(src); local in function:handle_precolored_source 1645 physreg_t physreg = ~0; local in function:handle_live_in 1679 physreg_t physreg = ra_interval_get_physreg(interval); local in function:handle_live_out 1699 physreg_t physreg; local in function:handle_phi 1800 physreg_t physreg = ra_interval_get_physreg(interval); local in function:insert_live_in_move 2132 unsigned physreg = ra_reg_get_physreg(dst) + reg_size(dst); local in function:calc_min_limit_pressure [all...] |
| H A D | ir3_spill.c | 506 physreg_t physreg = ra_reg_get_physreg(dst); local in function:insert_dst
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/ |
| H A D | scheduler.c | 1029 int physreg = ffsll(available) - 1; local in function:try_spill_node
|
Completed in 11 milliseconds