/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.h | 170 inline static bool isMem(const MachineInstr &MI, unsigned Op) { in isMem() function
|
H A D | X86ExpandPseudo.cpp | 279 bool isMem = Opcode == X86::TCRETURNmi || Opcode == X86::TCRETURNmi64; in expandMI() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/ |
H A D | BPFAsmParser.cpp | 127 bool isMem() const override { return false; } in isMem() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
H A D | SystemZAsmParser.cpp | 258 bool isMem() const override { in isMem() function in __anonde0c959e0111::SystemZOperand 261 bool isMem(MemoryKind MemKind) const { in isMem() function in __anonde0c959e0111::SystemZOperand 268 bool isMem(MemoryKind MemKind, RegisterKind RegKind) const { in isMem() function in __anonde0c959e0111::SystemZOperand
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/ |
H A D | MSP430AsmParser.cpp | 163 bool isMem() const override { return Kind == k_Mem; } in isMem() function in __anon2e2431ce0111::MSP430Operand
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/ |
H A D | AVRAsmParser.cpp | 190 bool isMem() const override { return Kind == k_Memri; } in isMem() function in __anon06c44bb20111::AVROperand
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/ |
H A D | XtensaAsmParser.cpp | 149 bool isMem() const override { return false; } in isMem() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/ |
H A D | M68kAsmParser.cpp | 149 bool isMem() const override { return false; } in isMem() function in __anon8d0ae56c0111::M68kOperand
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86Operand.h | 305 bool isMem() const override { return Kind == Memory; } in isMem() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 99 bool isMem() const override { return false; } in isMem() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/ |
H A D | LanaiAsmParser.cpp | 194 bool isMem() const override { in isMem() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/ |
H A D | SparcAsmParser.cpp | 263 bool isMem() const override { return isMEMrr() || isMEMri(); } in isMem() function in __anonebada3920211::SparcOperand
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/ |
H A D | VEAsmParser.cpp | 219 bool isMem() const override { in isMem() function in __anon944a62760211::VEOperand
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/ |
H A D | CSKYAsmParser.cpp | 230 bool isMem() const override { return false; } in isMem() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/ |
H A D | LoongArchAsmParser.cpp | 193 bool isMem() const override { return false; } in isMem() function in __anon571544da0111::LoongArchOperand
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
H A D | PPCAsmParser.cpp | 455 bool isMem() const override { return false; } in isMem() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
H A D | HexagonAsmParser.cpp | 260 bool isMem() const override { llvm_unreachable("No isMem"); } in isMem() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 472 bool isMem() const override { return false; } in isMem() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 1343 bool isMem() const override { return Kind == k_Memory; } in isMem() function in __anona2e40b320211::MipsOperand
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 781 bool isMem() const override { return false; } in isMem() function in __anon730428320111::AArch64Operand
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 919 bool isMem() const override { in isMem() function in __anon6862249c0111::AMDGPUOperand
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 1387 bool isMem() const override { in isMem() function in __anon6be9c9a00111::ARMOperand
|