HomeSort by relevance Sort by last modified time
    Searched defs:isMemOp (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/MSP430/
MSP430AsmPrinter.cpp 81 bool isMemOp = Modifier && !strcmp(Modifier, "mem");
91 O << (isMemOp ? '&' : '#');
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430AsmPrinter.cpp 81 bool isMemOp = Modifier && !strcmp(Modifier, "mem");
91 O << (isMemOp ? '&' : '#');
103 bool isMemOp = Modifier && !strcmp(Modifier, "mem");
104 O << (isMemOp ? '&' : '#');
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64InsnHelpers.h 159 static bool isMemOp(InsnType insn,
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp     [all...]

Completed in 395 milliseconds