Searched defs:isVOPC (Results 1 – 4 of 4) sorted by relevance
271 static bool isVOPC(const MachineInstr &MI) { in isVOPC() function275 bool isVOPC(uint16_t Opcode) const { in isVOPC() function
437 static bool isVOPC(const MachineInstr &MI) { in isVOPC() function441 bool isVOPC(uint16_t Opcode) const { in isVOPC() function
458 static bool isVOPC(const MachineInstr &MI) { in isVOPC() function462 bool isVOPC(uint16_t Opcode) const { in isVOPC() function
1306 constexpr bool isVOPC() const noexcept { return (uint16_t)format & (uint16_t)Format::VOPC; } in isVOPC() function