Searched defs:isMemOp (Results 1 – 3 of 3) sorted by relevance
150 bool isMemOp() const { return Kind == KindTy::MemOp; } in isMemOp() function in __anon4cc251fe0111::M68kOperand [all...]
578 bool isMemOp() const { return MayLoad || MayStore; } in isMemOp() function
2439 bool HexagonInstrInfo::isMemOp(const MachineInstr &MI) const { isMemOp() function in HexagonInstrInfo