Lines Matching refs:smem
4955 split_buffer_store(isel_context* ctx, nir_intrinsic_instr* instr, bool smem, RegType dst_type, in split_buffer_store() argument
4983 if ((ctx->program->gfx_level == GFX6 || smem) && byte == 12) in split_buffer_store()
5514 Temp list = bld.smem(aco_opcode::s_load_dwordx4, bld.def(s4), vertex_buffers, off); in visit_load_input()
5902 bld.smem(op, Definition(vec), ptr, index).instr->smem().prevent_overflow = true; in visit_load_push_constant()
7278 bld.smem(opcode, bld.def(RegType::sgpr, size), base, offset), Operand::c32(0u)); in visit_load_smem()
7280 bld.smem(opcode, Definition(dst), base, offset); in visit_load_smem()
7580 bld.smem(aco_opcode::s_load_dwordx2, bld.def(s2), scratch_addr, Operand::zero()); in get_scratch_resource()
7705 bld.smem(aco_opcode::s_load_dwordx4, bld.def(s4), ctx->program->private_segment_buffer, in visit_emit_vertex_with_counter()
8309 bld.smem(aco_opcode::s_load_dwordx2, bld.def(s2), private_segment_buffer, off); in visit_intrinsic()
8494 bld.smem(aco_opcode::s_load_dwordx2, bld.def(s2), addr, Operand::zero()), in visit_intrinsic()
8495 bld.smem(aco_opcode::s_load_dword, bld.def(s1), addr, Operand::c32(8))); in visit_intrinsic()
9107 bld.smem(opcode, Definition(dst), memory_sync_info(0, semantic_volatile)); in visit_intrinsic()
11534 so_buffers[i] = bld.smem(aco_opcode::s_load_dwordx4, bld.def(s4), buf_ptr, in emit_streamout()
12053 Temp gsvs_ring = bld.smem(aco_opcode::s_load_dwordx4, bld.def(s4), in select_gs_copy_shader()
12165 bld.smem(aco_opcode::s_load_dwordx4, Definition(PhysReg{ttmp4}, s4), Operand(PhysReg{tma}, s2), in select_trap_handler_shader()
12169 bld.smem(aco_opcode::s_buffer_store_dwordx2, Operand(PhysReg{ttmp4}, s4), Operand::zero(), in select_trap_handler_shader()
12185 bld.smem(aco_opcode::s_buffer_store_dword, Operand(PhysReg{ttmp4}, s4), in select_trap_handler_shader()
12224 bld.smem(aco_opcode::s_load_dwordx16, Definition(dest, s16), base, in load_vb_descs()
12227 bld.smem(aco_opcode::s_load_dwordx8, Definition(dest, s8), base, in load_vb_descs()
12230 bld.smem(aco_opcode::s_load_dwordx4, Definition(dest, s4), base, in load_vb_descs()
12245 bld.smem(aco_opcode::s_load_dwordx2, Definition(tmp_sgpr, s2), in calc_nontrivial_instance_id()
12511 bld.smem(aco_opcode::s_load_dwordx2, Definition(prolog_input, s2), in select_vs_prolog()