/aosp_15_r20/external/llvm/lib/Target/SystemZ/AsmParser/ |
H A D | SystemZAsmParser.cpp | 231 bool isMem() const override { in isMem() function in __anone9da03360111::SystemZOperand 234 bool isMem(MemoryKind MemKind) const { in isMem() function in __anone9da03360111::SystemZOperand 241 bool isMem(MemoryKind MemKind, RegisterKind RegKind) const { in isMem() function in __anone9da03360111::SystemZOperand
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.h | 131 inline static bool isMem(const MachineInstr &MI, unsigned Op) { in isMem() function
|
H A D | X86ExpandPseudo.cpp | 278 bool isMem = Opcode == X86::TCRETURNmi || Opcode == X86::TCRETURNmi64; in ExpandMI() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.h | 125 inline static bool isMem(const MachineInstr &MI, unsigned Op) { in isMem() function
|
H A D | X86ExpandPseudo.cpp | 195 bool isMem = Opcode == X86::TCRETURNmi || Opcode == X86::TCRETURNmi64; in ExpandMI() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/ |
H A D | SystemZAsmParser.cpp | 253 bool isMem() const override { in isMem() function in __anonfb4998180111::SystemZOperand 256 bool isMem(MemoryKind MemKind) const { in isMem() function in __anonfb4998180111::SystemZOperand 263 bool isMem(MemoryKind MemKind, RegisterKind RegKind) const { in isMem() function in __anonfb4998180111::SystemZOperand
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.h | 134 inline static bool isMem(const MachineInstr &MI, unsigned Op) { in isMem() function
|
H A D | X86ExpandPseudo.cpp | 85 bool isMem = Opcode == X86::TCRETURNmi || Opcode == X86::TCRETURNmi64; in ExpandMI() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/AsmParser/ |
H A D | SystemZAsmParser.cpp | 257 bool isMem() const override { in isMem() function in __anon8b8362de0111::SystemZOperand 260 bool isMem(MemoryKind MemKind) const { in isMem() function in __anon8b8362de0111::SystemZOperand 267 bool isMem(MemoryKind MemKind, RegisterKind RegKind) const { in isMem() function in __anon8b8362de0111::SystemZOperand
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/AsmParser/ |
H A D | BPFAsmParser.cpp | 130 bool isMem() const override { return false; } in isMem() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/AsmParser/ |
H A D | BPFAsmParser.cpp | 126 bool isMem() const override { return false; } in isMem() function
|
/aosp_15_r20/external/llvm/include/llvm/CodeGen/ |
H A D | CallingConvLower.h | 62 unsigned isMem : 1; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | CallingConvLower.h | 64 unsigned isMem : 1; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/MSP430/AsmParser/ |
H A D | MSP430AsmParser.cpp | 164 bool isMem() const override { return Kind == k_Mem; } in isMem() function in __anon9906af0e0111::MSP430Operand
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/AsmParser/ |
H A D | MSP430AsmParser.cpp | 160 bool isMem() const { return Kind == k_Mem; } in isMem() function in __anon616a4dc80111::MSP430Operand
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Xtensa/AsmParser/ |
H A D | XtensaAsmParser.cpp | 139 bool isMem() const override { return false; } in isMem() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/ |
H A D | AVRAsmParser.cpp | 182 bool isMem() const { return Kind == k_Memri; } in isMem() function in __anond80b742c0111::AVROperand
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/AsmParser/ |
H A D | AVRAsmParser.cpp | 191 bool isMem() const override { return Kind == k_Memri; } in isMem() function in __anon3de1d8f20111::AVROperand
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/M68k/AsmParser/ |
H A D | M68kAsmParser.cpp | 152 bool isMem() const override { return false; } in isMem() function in __anon01c0c2ac0111::M68kOperand
|
/aosp_15_r20/external/llvm/lib/Target/X86/AsmParser/ |
H A D | X86Operand.h | 208 bool isMem() const override { return Kind == Memory; } in isMem() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/ |
D | inst.go | 430 func isMem(a Arg) bool { func
|
/aosp_15_r20/external/llvm/lib/Target/Sparc/AsmParser/ |
H A D | SparcAsmParser.cpp | 228 bool isMem() const override { return isMEMrr() || isMEMri(); } in isMem() function in __anon1e74052a0111::SparcOperand
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/AsmParser/ |
H A D | SparcAsmParser.cpp | 258 bool isMem() const override { return isMEMrr() || isMEMri(); } in isMem() function in __anone4e8790c0211::SparcOperand
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 94 bool isMem() const override { return false; } in isMem() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
H A D | X86Operand.h | 287 bool isMem() const override { return Kind == Memory; } in isMem() function
|