Lines Matching refs:RA
492 - pan/midgard: Remove incorrect comment in RA
730 - pan/bi: Fix RA wrt 16-bit swizzles
1201 - aco: validate RA of subdword assignments
1203 - aco: fix Temp and assignment of renamed operands during RA
1209 - aco: align subdword registers during RA when necessary
1231 - aco: during RA only insert into renames table if a variable got
1234 - aco: refactor try_remove_trivial_phi() in RA
1239 - aco: RA - move all std::function objects into proper functions
1252 - aco: simplify operand handling in RA
1255 - aco: create pseudo dummy instruction in RA to be used for live-range
1257 - aco: create and use DefInfo struct in RA
1258 - aco: use DefInfo in more places to simplify RA
3556 - aco: improve p_create_vector RA for sub-dword operands
3604 - aco: improve RA for uneven p_split_vector
3606 - aco: fix sub-dword out-of-bounds check in RA validator
3607 - aco: fix sub-dword overwrite check in RA validator
3628 - freedreno/ir3: move atomic fixup after RA
3632 - freedreno/ir3: post-RA sched pass
3638 - freedreno/ir3: add RA sanity check
3682 - freedreno/ir3: track register usage in first RA pass
3683 - freedreno/ir3: round-robin RA
3694 - freedreno/ir3/ra: add debug option for RA debug msgs
3737 - freedreno/ir3: new pre-RA scheduler
4235 - aco: Abort when RA can't find a register.