Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
DX86InstrInfo.h131 inline static bool isMem(const MachineInstr &MI, unsigned Op) { in isMem() function
DX86ExpandPseudo.cpp278 bool isMem = Opcode == X86::TCRETURNmi || Opcode == X86::TCRETURNmi64; in ExpandMI() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.h125 inline static bool isMem(const MachineInstr &MI, unsigned Op) { in isMem() function
DX86ExpandPseudo.cpp195 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 __anon1cc7e8d40111::SystemZOperand
234 bool isMem(MemoryKind MemKind) const { in isMem() function in __anon1cc7e8d40111::SystemZOperand
241 bool isMem(MemoryKind MemKind, RegisterKind RegKind) const { in isMem() function in __anon1cc7e8d40111::SystemZOperand
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp253 bool isMem() const override { in isMem() function in __anon43a455360111::SystemZOperand
256 bool isMem(MemoryKind MemKind) const { in isMem() function in __anon43a455360111::SystemZOperand
263 bool isMem(MemoryKind MemKind, RegisterKind RegKind) const { in isMem() function in __anon43a455360111::SystemZOperand
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/AsmParser/
DBPFAsmParser.cpp126 bool isMem() const override { return false; } in isMem() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/AsmParser/
DBPFAsmParser.cpp130 bool isMem() const override { return false; } in isMem() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp257 bool isMem() const override { in isMem() function in __anond3de1ffc0111::SystemZOperand
260 bool isMem(MemoryKind MemKind) const { in isMem() function in __anond3de1ffc0111::SystemZOperand
267 bool isMem(MemoryKind MemKind, RegisterKind RegKind) const { in isMem() function in __anond3de1ffc0111::SystemZOperand
/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h62 unsigned isMem : 1; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCallingConvLower.h64 unsigned isMem : 1; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/AsmParser/
DMSP430AsmParser.cpp160 bool isMem() const { return Kind == k_Mem; } in isMem() function in __anon8b172b660111::MSP430Operand
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/MSP430/AsmParser/
DMSP430AsmParser.cpp164 bool isMem() const override { return Kind == k_Mem; } in isMem() function in __anonc2b38cac0111::MSP430Operand
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Xtensa/AsmParser/
DXtensaAsmParser.cpp139 bool isMem() const override { return false; } in isMem() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/AsmParser/
DAVRAsmParser.cpp191 bool isMem() const override { return Kind == k_Memri; } in isMem() function in __anoncd9858100111::AVROperand
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/
DAVRAsmParser.cpp182 bool isMem() const { return Kind == k_Memri; } in isMem() function in __anon67c1f34a0111::AVROperand
/external/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp228 bool isMem() const override { return isMEMrr() || isMEMri(); } in isMem() function in __anon37c3cbc80111::SparcOperand
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/M68k/AsmParser/
DM68kAsmParser.cpp152 bool isMem() const override { return false; } in isMem() function in __anon5913814a0111::M68kOperand
/external/llvm/lib/Target/X86/AsmParser/
DX86Operand.h208 bool isMem() const override { return Kind == Memory; } in isMem() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp94 bool isMem() const override { return false; } in isMem() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp258 bool isMem() const override { return isMEMrr() || isMEMri(); } in isMem() function in __anon5be5572a0211::SparcOperand
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86Operand.h287 bool isMem() const override { return Kind == Memory; } in isMem() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp101 bool isMem() const override { return false; } in isMem() function

123