Home
last modified time | relevance | path

Searched refs:SOP1 (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIDefines.h25 SOP1 = 1 << 2,
H A DSIInstrInfo.h358 return MI.getDesc().TSFlags & SIInstrFlags::SOP1; in isSOP1()
362 return get(Opcode).TSFlags & SIInstrFlags::SOP1; in isSOP1()
/third_party/mesa3d/src/amd/compiler/
H A Daco_opcodes.py54 SOP1 = 1 variable in Format
425 # SOP1 instructions: 1 input, 1 output (+optional SCC)
426 SOP1 = { variable
496 # actually a pseudo-instruction. it's lowered to SALU during assembly though, so it's useful to identify it as a SOP1.
499 for (gfx6, gfx7, gfx8, gfx9, gfx10, name, cls) in default_class(SOP1, InstrClass.Salu):
500 opcode(name, gfx7, gfx9, gfx10, Format.SOP1, cls)
H A Daco_ir.h71 SOP1 = 1, member in aco::Format
1060 constexpr bool isSOP1() const noexcept { return format == Format::SOP1; }
H A Daco_assembler.cpp150 case Format::SOP1: { in emit_instruction()
H A Daco_insert_NOPs.cpp759 create_instruction<SOP1_instruction>(aco_opcode::s_mov_b32, Format::SOP1, 1, 1)};
H A Daco_insert_exec_mask.cpp611 Format::SOP1, 1, 1)); in process_instructions()
H A Daco_spill.cpp289 /* TODO: rematerialization is only supported for VOP1, SOP1 and PSEUDO */ in should_rematerialize()
290 if (instr->format != Format::VOP1 && instr->format != Format::SOP1 && in should_rematerialize()
H A Daco_register_allocation.cpp3054 Format::SOP1, 1, 1)); in register_allocation()

Completed in 21 milliseconds