Searched refs:preserve_scc (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
D | aco_lower_to_hw_instr.cpp | 1147 copy_linear_vgpr(Builder& bld, Definition def, Operand op, bool preserve_scc, PhysReg scratch_sgpr) in copy_linear_vgpr() argument 1149 if (preserve_scc) in copy_linear_vgpr() 1162 if (preserve_scc) in copy_linear_vgpr() 1168 swap_linear_vgpr(Builder& bld, Definition def, Operand op, bool preserve_scc, PhysReg scratch_sgpr) in swap_linear_vgpr() argument 1170 if (preserve_scc) in swap_linear_vgpr() 1189 if (preserve_scc) in swap_linear_vgpr() 1208 do_copy(lower_context* ctx, Builder& bld, const copy_operation& copy, bool* preserve_scc, in do_copy() argument 1224 *preserve_scc = true; in do_copy() 1228 copy_linear_vgpr(bld, def, op, *preserve_scc, scratch_sgpr); in do_copy() 1327 do_swap(lower_context* ctx, Builder& bld, const copy_operation& copy, bool preserve_scc, in do_swap() argument [all …]
|