Searched refs:isVOPC (Results 1 – 2 of 2) sorted by relevance
108 bool isVOPC(uint16_t Opcode) const;
478 bool SIInstrInfo::isVOPC(uint16_t Opcode) const { in isVOPC() function in SIInstrInfo600 if (isVOP1(Opcode) || isVOP2(Opcode) || isVOP3(Opcode) || isVOPC(Opcode)) { in verifyInstruction()634 if (Src1Idx != -1 && (isVOP2(Opcode) || isVOPC(Opcode))) { in verifyInstruction()