Searched refs:s_mov (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/amd/compiler/ |
D | aco_insert_NOPs.cpp | 689 …aco_ptr<SOP1_instruction> s_mov{create_instruction<SOP1_instruction>(aco_opcode::s_mov_b32, Format… in handle_instruction_gfx10() local 690 s_mov->definitions[0] = Definition(sgpr_null, s1); in handle_instruction_gfx10() 691 s_mov->operands[0] = Operand(0u); in handle_instruction_gfx10() 692 new_instructions.emplace_back(std::move(s_mov)); in handle_instruction_gfx10()
|
D | aco_lower_to_hw_instr.cpp | 651 bld.sop1(Builder::s_mov, Definition(exec, bld.lm), Operand(UINT64_MAX)); in emit_reduction() 784 bld.sop1(Builder::s_mov, Definition(exec, bld.lm), Operand(stmp, bld.lm)); in emit_reduction() 794 bld.sop1(Builder::s_mov, Definition(exec, bld.lm), Operand(stmp, bld.lm)); in emit_reduction()
|
D | aco_insert_exec_mask.cpp | 760 …instr.reset(create_instruction<SOP1_instruction>(bld.w64or32(Builder::s_mov), Format::SOP1, 1, 1)); in process_instructions()
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | llvm.amdgcn.buffer.load.format.ll | 53 ;VI-NOT: s_mov
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | llvm.amdgcn.buffer.load.format.ll | 53 ;VI-NOT: s_mov
|
D | mubuf-legalize-operands.ll | 68 ; FIXME: redundant s_mov 108 ; FIXME: redundant s_mov
|