Searched refs:isSOPK (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_ir.h1056 assert(isSOPK());
1061 assert(isSOPK());
1064 constexpr bool isSOPK() const noexcept { return format == Format::SOPK; } function in struct:aco::Instruction
1321 return isSOP1() || isSOP2() || isSOPC() || isSOPK() || isSOPP();
H A Daco_spill.cpp293 if (instr->isSOPK() && instr->opcode != aco_opcode::s_movk_i32)
315 assert((instr->isVOP1() || instr->isSOP1() || instr->isPseudo() || instr->isSOPK()) &&
332 } else if (instr->isSOPK()) {

Completed in 9 milliseconds