Home
last modified time | relevance | path

Searched refs:SOPK (Results 1 - 12 of 12) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
H A Daco_opt_value_numbering.cpp104 case Format::SOPK: return hash_murmur_32<SOPK_instruction>(instr); in operator ()()
204 case Format::SOPK: { in operator ()()
H A Daco_opcodes.py56 SOPK = 3 variable in Format
82 if self == Format.SOPK:
389 # SOPK instructions: 0 input (+ imm), 1 output + optional scc
390 SOPK = { variable
421 for (gfx6, gfx7, gfx8, gfx9, gfx10, name, cls) in default_class(SOPK, InstrClass.Salu):
422 opcode(name, gfx7, gfx9, gfx10, Format.SOPK, cls)
H A Daco_ir.h73 SOPK = 3, member in aco::Format
1082 constexpr bool isSOPK() const noexcept { return format == Format::SOPK; }
H A Daco_assembler.cpp122 case Format::SOPK: { in emit_instruction()
H A Daco_insert_NOPs.cpp809 create_instruction<SOPK_instruction>(aco_opcode::s_waitcnt_vscnt, Format::SOPK, 0, 1)};
H A Daco_insert_waitcnt.cpp721 create_instruction<SOPK_instruction>(aco_opcode::s_waitcnt_vscnt, Format::SOPK, 0, 1); in emit_waitcnt()
H A Daco_print_ir.cpp278 case Format::SOPK: { in print_instr_format_specific()
H A Daco_spill.cpp291 instr->format != Format::PSEUDO && instr->format != Format::SOPK) in should_rematerialize()
H A Daco_register_allocation.cpp2633 instr->format = Format::SOPK; in optimize_encoding_sopk()
H A Daco_optimizer.cpp4710 instr->format = Format::SOPK; in try_convert_sopc_to_sopk()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIDefines.h28 SOPK = 1 << 5,
H A DSIInstrInfo.h382 return MI.getDesc().TSFlags & SIInstrFlags::SOPK; in isSOPK()
386 return get(Opcode).TSFlags & SIInstrFlags::SOPK; in isSOPK()

Completed in 28 milliseconds