Searched refs:isVOP1 (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_ir.h1232 assert(isVOP1());
1237 assert(isVOP1());
1240 constexpr bool isVOP1() const noexcept { return (uint16_t)format & (uint16_t)Format::VOP1; } function in struct:aco::Instruction
1316 return isVOP1() || isVOP2() || isVOPC() || isVOP3() || isVOP3P();
H A Daco_spill.cpp315 assert((instr->isVOP1() || instr->isSOP1() || instr->isPseudo() || instr->isSOPK()) &&
323 if (instr->isVOP1()) {
H A Daco_assembler.cpp591 } else if (instr->isVOP1()) {

Completed in 10 milliseconds