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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_ir.h1078 assert(isSOPC());
1083 assert(isSOPC());
1086 constexpr bool isSOPC() const noexcept { return format == Format::SOPC; } function in struct:aco::Instruction
1321 return isSOP1() || isSOP2() || isSOPC() || isSOPK() || isSOPP();
H A Daco_optimizer_postRA.cpp257 if (instr->isSOPC() &&

Completed in 7 milliseconds