| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
| D | X86InstrInfo.h | 131 inline static bool isMem(const MachineInstr &MI, unsigned Op) { in isMem() function
|
| D | X86ExpandPseudo.cpp | 278 bool isMem = Opcode == X86::TCRETURNmi || Opcode == X86::TCRETURNmi64; in ExpandMI() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86InstrInfo.h | 125 inline static bool isMem(const MachineInstr &MI, unsigned Op) { in isMem() function
|
| D | X86ExpandPseudo.cpp | 195 bool isMem = Opcode == X86::TCRETURNmi || Opcode == X86::TCRETURNmi64; in ExpandMI() local
|
| /external/llvm/lib/Target/X86/ |
| D | X86InstrInfo.h | 134 inline static bool isMem(const MachineInstr &MI, unsigned Op) { in isMem() function
|
| D | X86ExpandPseudo.cpp | 85 bool isMem = Opcode == X86::TCRETURNmi || Opcode == X86::TCRETURNmi64; in ExpandMI() local
|
| /external/llvm/lib/Target/SystemZ/AsmParser/ |
| D | SystemZAsmParser.cpp | 231 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/ |
| D | SystemZAsmParser.cpp | 253 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/ |
| D | BPFAsmParser.cpp | 126 bool isMem() const override { return false; } in isMem() function
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/AsmParser/ |
| D | BPFAsmParser.cpp | 130 bool isMem() const override { return false; } in isMem() function
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/AsmParser/ |
| D | SystemZAsmParser.cpp | 257 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/ |
| D | CallingConvLower.h | 62 unsigned isMem : 1; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | CallingConvLower.h | 64 unsigned isMem : 1; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/AsmParser/ |
| D | MSP430AsmParser.cpp | 160 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/ |
| D | MSP430AsmParser.cpp | 164 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/ |
| D | XtensaAsmParser.cpp | 139 bool isMem() const override { return false; } in isMem() function
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/AsmParser/ |
| D | AVRAsmParser.cpp | 191 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/ |
| D | AVRAsmParser.cpp | 182 bool isMem() const { return Kind == k_Memri; } in isMem() function in __anon67c1f34a0111::AVROperand
|
| /external/llvm/lib/Target/Sparc/AsmParser/ |
| D | SparcAsmParser.cpp | 228 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/ |
| D | M68kAsmParser.cpp | 152 bool isMem() const override { return false; } in isMem() function in __anon5913814a0111::M68kOperand
|
| /external/llvm/lib/Target/X86/AsmParser/ |
| D | X86Operand.h | 208 bool isMem() const override { return Kind == Memory; } in isMem() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/ |
| D | WebAssemblyAsmParser.cpp | 94 bool isMem() const override { return false; } in isMem() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/AsmParser/ |
| D | SparcAsmParser.cpp | 258 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/ |
| D | X86Operand.h | 287 bool isMem() const override { return Kind == Memory; } in isMem() function
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/AsmParser/ |
| D | WebAssemblyAsmParser.cpp | 101 bool isMem() const override { return false; } in isMem() function
|