Home
last modified time | relevance | path

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

/external/llvm/lib/Target/MSP430/
DMSP430AsmPrinter.cpp81 bool isMemOp = Modifier && !strcmp(Modifier, "mem"); in printOperand() local
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp2046 bool HexagonInstrInfo::isMemOp(const MachineInstr *MI) const { in isMemOp() function in HexagonInstrInfo