Searched refs:isVOP2 (Results 1 – 3 of 3) sorted by relevance
132 assert(TII->isVOP1(MI.getOpcode()) || TII->isVOP2(MI.getOpcode()) || in foldImmediates()
174 bool isVOP2(uint16_t Opcode) const { in isVOP2() function
776 if (isVOP2(MI->getOpcode()) && in commuteInstruction()785 (!isVOP2(MI->getOpcode()) && !isVOP3(MI->getOpcode()))) { in commuteInstruction()1329 if (isVOP1(Opcode) || isVOP2(Opcode) || isVOP3(Opcode) || isVOPC(Opcode)) { in verifyInstruction()1644 if (isVOP2(MI->getOpcode()) && Src1Idx != -1) { in legalizeOperands()