Home
last modified time | relevance | path

Searched defs:scratch_sgpr (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_ssa_elimination.cpp124 PhysReg scratch_sgpr = (*it)->definitions[0].physReg(); in insert_parallelcopies() local
Daco_lower_to_hw_instr.cpp1147 copy_linear_vgpr(Builder& bld, Definition def, Operand op, bool preserve_scc, PhysReg scratch_sgpr) in copy_linear_vgpr()
1168 swap_linear_vgpr(Builder& bld, Definition def, Operand op, bool preserve_scc, PhysReg scratch_sgpr) in swap_linear_vgpr()
1209 PhysReg scratch_sgpr) in do_copy()
Daco_ir.h1668 PhysReg scratch_sgpr; /* might not be valid if it's not needed */ member