Searched refs:isVOPC (Results 1 – 5 of 5) sorted by relevance
64 assert(TII->isVOP1(MI) || TII->isVOP2(MI) || TII->isVOPC(MI)); in foldImmediates()741 if (TII->isVOPC(Op32)) { in runOnMachineFunction()
444 static bool isVOPC(const MachineInstr &MI) { in isVOPC() function448 bool isVOPC(uint16_t Opcode) const { in isVOPC() function
933 if (TII->isVOPC(Opc)) { in isConvertibleToSDWA()
885 auto IsHazardFn = [TII](const MachineInstr &MI) { return TII->isVOPC(MI); }; in fixVcmpxPermlaneHazards()
3932 if (isVOPC(BasicOpcode)) { in verifyInstruction()4018 && (isVOP1(MI) || isVOP2(MI) || isVOP3(MI) || isVOPC(MI) || isSDWA(MI))) { in verifyInstruction()5438 if (isVOP2(MI) || isVOPC(MI)) { in legalizeOperands()