Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Target/MSP430/
H A DMSP430AsmPrinter.cpp81 bool isMemOp = Modifier && !strcmp(Modifier, "mem"); in printOperand() local
/aosp_15_r20/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64InsnHelpers.h159 static bool isMemOp(InsnType insn, in isMemOp() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp153 bool isMemOp() const { return Kind == KindTy::MemOp; } in isMemOp() function in __anon01c0c2ac0111::M68kOperand
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
H A DInstruction.h438 bool isMemOp() const { return Desc.MayLoad || Desc.MayStore; } in isMemOp() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MCA/
H A DInstruction.h578 bool isMemOp() const { return MayLoad || MayStore; } in isMemOp() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MCA/
DInstruction.h578 bool isMemOp() const { return MayLoad || MayStore; } in isMemOp() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MCA/
DInstruction.h578 bool isMemOp() const { return MayLoad || MayStore; } in isMemOp() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MCA/
DInstruction.h578 bool isMemOp() const { return MayLoad || MayStore; } in isMemOp() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MCA/
DInstruction.h578 bool isMemOp() const { return MayLoad || MayStore; } in isMemOp() function
/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp2296 bool HexagonInstrInfo::isMemOp(const MachineInstr *MI) const { in isMemOp() function in HexagonInstrInfo
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp2368 bool HexagonInstrInfo::isMemOp(const MachineInstr &MI) const { in isMemOp() function in HexagonInstrInfo
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp2436 bool HexagonInstrInfo::isMemOp(const MachineInstr &MI) const { in isMemOp() function in HexagonInstrInfo