Home
last modified time | relevance | path

Searched defs:isMemOp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp150 bool isMemOp() const { return Kind == KindTy::MemOp; } in isMemOp() function in __anon8d0ae56c0111::M68kOperand
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h578 bool isMemOp() const { return MayLoad || MayStore; } in isMemOp() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp2440 bool HexagonInstrInfo::isMemOp(const MachineInstr &MI) const { in isMemOp() function in HexagonInstrInfo