Searched defs:isMemOp (Results 1 – 3 of 3) sorted by relevance
146 bool isMemOp() const { return Kind == Kind::MemOp; } in isMemOp() function in __anon48fdb3d70111::M68kOperand
439 bool isMemOp() const { return Desc.MayLoad || Desc.MayStore; } in isMemOp() function
2396 bool HexagonInstrInfo::isMemOp(const MachineInstr &MI) const { in isMemOp() function in HexagonInstrInfo