Searched refs:SOPP (Results 1 - 9 of 9) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_opt_value_numbering.cpp | 103 case Format::SOPP: return hash_murmur_32<SOPP_instruction>(instr); in operator ()() 279 case Format::SOPP: in operator ()() 340 case Format::SOPP: in can_eliminate()
|
H A D | aco_insert_NOPs.cpp | 473 create_instruction<SOPP_instruction>(aco_opcode::s_nop, Format::SOPP, 0, 0)}; in handle_instruction_gfx6() 690 create_instruction<SOPP_instruction>(aco_opcode::s_waitcnt_depctr, Format::SOPP, 0, 0)}; 732 create_instruction<SOPP_instruction>(aco_opcode::s_waitcnt_depctr, Format::SOPP, 0, 0)}; 765 if (instr->format != Format::SOPP) {
|
H A D | aco_insert_waitcnt.cpp | 706 case Format::SOPP: { in gen() 729 create_instruction<SOPP_instruction>(aco_opcode::s_waitcnt, Format::SOPP, 0, 0); in emit_waitcnt()
|
H A D | aco_opcodes.py | 57 SOPP = 4 variable in Format 84 elif self == Format.SOPP: 531 # SOPP instructions: 0 inputs (+optional scc/vcc), 0 outputs 532 SOPP = { variable 574 for (gfx6, gfx7, gfx8, gfx9, gfx10, name, cls) in default_class(SOPP, InstrClass.Salu): 575 opcode(name, gfx7, gfx9, gfx10, Format.SOPP, cls)
|
H A D | aco_ir.h | 74 SOPP = 4, member in aco::Format 1093 constexpr bool isSOPP() const noexcept { return format == Format::SOPP; }
|
H A D | aco_assembler.cpp | 166 case Format::SOPP: { in emit_instruction()
|
H A D | aco_print_ir.cpp | 283 case Format::SOPP: { in print_instr_format_specific()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIDefines.h | 29 SOPP = 1 << 6,
|
H A D | SIInstrInfo.h | 390 return MI.getDesc().TSFlags & SIInstrFlags::SOPP; in isSOPP() 394 return get(Opcode).TSFlags & SIInstrFlags::SOPP; in isSOPP()
|
Completed in 14 milliseconds