Home
last modified time | relevance | path

Searched defs:isMem (Results 1 – 25 of 35) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.h120 inline static bool isMem(const MachineInstr *MI, unsigned Op) { in isMem() function
DX86FrameLowering.cpp1048 bool isMem = RetOpcode == X86::TCRETURNmi || RetOpcode == X86::TCRETURNmi64; in emitEpilogue() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.h160 inline static bool isMem(const MachineInstr &MI, unsigned Op) { in isMem() function
DX86ExpandPseudo.cpp187 bool isMem = Opcode == X86::TCRETURNmi || Opcode == X86::TCRETURNmi64; in ExpandMI() local
/external/llvm/lib/Target/X86/
DX86InstrInfo.h134 inline static bool isMem(const MachineInstr &MI, unsigned Op) { in isMem() function
DX86ExpandPseudo.cpp85 bool isMem = Opcode == X86::TCRETURNmi || Opcode == X86::TCRETURNmi64; in ExpandMI() local
/external/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp231 bool isMem() const override { in isMem() function in __anon8217a0e90111::SystemZOperand
234 bool isMem(MemoryKind MemKind) const { in isMem() function in __anon8217a0e90111::SystemZOperand
241 bool isMem(MemoryKind MemKind, RegisterKind RegKind) const { in isMem() function in __anon8217a0e90111::SystemZOperand
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DCallingConvLower.h52 bool isMem : 1; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp247 bool isMem() const override { in isMem() function in __anone16cff410111::SystemZOperand
250 bool isMem(MemoryKind MemKind) const { in isMem() function in __anone16cff410111::SystemZOperand
257 bool isMem(MemoryKind MemKind, RegisterKind RegKind) const { in isMem() function in __anone16cff410111::SystemZOperand
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/AsmParser/
DBPFAsmParser.cpp126 bool isMem() const override { return false; } in isMem() function
/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h62 unsigned isMem : 1; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp114 bool isMem() const override { return false; } in isMem() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DCallingConvLower.h63 unsigned isMem : 1; variable
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/AsmParser/
DMBlazeAsmParser.cpp173 bool isMem() const { return Kind == Memory; } in isMem() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/AsmParser/
DAVRAsmParser.cpp165 bool isMem() const { return Kind == k_Memri; } in isMem() function in llvm::AVROperand
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp256 bool isMem() const override { return isMEMrr() || isMEMri(); } in isMem() function in __anonf38cb3b50211::SparcOperand
/external/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp228 bool isMem() const override { return isMEMrr() || isMEMri(); } in isMem() function in __anonb718c15d0111::SparcOperand
/external/swiftshader/third_party/LLVM/lib/Target/X86/AsmParser/
DX86AsmParser.cpp278 bool isMem() const { return Kind == Memory; } in isMem() function
/external/llvm/lib/Target/X86/AsmParser/
DX86Operand.h208 bool isMem() const override { return Kind == Memory; } in isMem() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/
DX86Operand.h281 bool isMem() const override { return Kind == Memory; } in isMem() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/AsmParser/
DLanaiAsmParser.cpp194 bool isMem() const override { in isMem() function
/external/llvm/lib/Target/Lanai/AsmParser/
DLanaiAsmParser.cpp179 bool isMem() const override { in isMem() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp185 bool isMem() const override { return false; } in isMem() function
/external/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp548 bool isMem() const override { return false; } in isMem() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp570 bool isMem() const override { return false; } in isMem() function

12