Home
last modified time | relevance | path

Searched refs:isSOPK (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_ir.h1056 assert(isSOPK()); in sopk()
1061 assert(isSOPK()); in sopk()
1064 constexpr bool isSOPK() const noexcept { return format == Format::SOPK; } in isSOPK() function
1321 return isSOP1() || isSOP2() || isSOPC() || isSOPK() || isSOPP(); in isSALU()
Daco_spill.cpp293 if (instr->isSOPK() && instr->opcode != aco_opcode::s_movk_i32) in should_rematerialize()
315 assert((instr->isVOP1() || instr->isSOP1() || instr->isPseudo() || instr->isSOPK()) && in do_reload()
332 } else if (instr->isSOPK()) { in do_reload()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h381 static bool isSOPK(const MachineInstr &MI) { in isSOPK() function
385 bool isSOPK(uint16_t Opcode) const { in isSOPK() function
DSIInstrInfo.cpp3555 if (isSOPK(MI)) { in verifyInstruction()