Searched refs:SOPK (Results 1 - 12 of 12) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_opt_value_numbering.cpp | 104 case Format::SOPK: return hash_murmur_32<SOPK_instruction>(instr); in operator ()() 204 case Format::SOPK: { in operator ()()
|
H A D | aco_opcodes.py | 56 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 D | aco_ir.h | 73 SOPK = 3, member in aco::Format 1082 constexpr bool isSOPK() const noexcept { return format == Format::SOPK; }
|
H A D | aco_assembler.cpp | 122 case Format::SOPK: { in emit_instruction()
|
H A D | aco_insert_NOPs.cpp | 809 create_instruction<SOPK_instruction>(aco_opcode::s_waitcnt_vscnt, Format::SOPK, 0, 1)};
|
H A D | aco_insert_waitcnt.cpp | 721 create_instruction<SOPK_instruction>(aco_opcode::s_waitcnt_vscnt, Format::SOPK, 0, 1); in emit_waitcnt()
|
H A D | aco_print_ir.cpp | 278 case Format::SOPK: { in print_instr_format_specific()
|
H A D | aco_spill.cpp | 291 instr->format != Format::PSEUDO && instr->format != Format::SOPK) in should_rematerialize()
|
H A D | aco_register_allocation.cpp | 2633 instr->format = Format::SOPK; in optimize_encoding_sopk()
|
H A D | aco_optimizer.cpp | 4710 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 D | SIDefines.h | 28 SOPK = 1 << 5,
|
H A D | SIInstrInfo.h | 382 return MI.getDesc().TSFlags & SIInstrFlags::SOPK; in isSOPK() 386 return get(Opcode).TSFlags & SIInstrFlags::SOPK; in isSOPK()
|
Completed in 28 milliseconds