Searched defs:isSOP1 (Results 1 – 4 of 4) sorted by relevance
207 static bool isSOP1(const MachineInstr &MI) { in isSOP1() function211 bool isSOP1(uint16_t Opcode) const { in isSOP1() function
357 static bool isSOP1(const MachineInstr &MI) { in isSOP1() function361 bool isSOP1(uint16_t Opcode) const { in isSOP1() function
378 static bool isSOP1(const MachineInstr &MI) { in isSOP1() function382 bool isSOP1(uint16_t Opcode) const { in isSOP1() function
1154 constexpr bool isSOP1() const noexcept { return format == Format::SOP1; } in isSOP1() function