Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h145 inline static bool isMem(const MachineInstr &MI, unsigned Op) { isMem() function
H A DX86ExpandPseudo.cpp279 bool isMem = Opcode == X86::TCRETURNmi || Opcode == X86::TCRETURNmi64; in ExpandMI() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp127 bool isMem() const override { return false; } in isMem() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp258 bool isMem() const override { in isMem() function in __anonc35ba7b00111::SystemZOperand
261 bool isMem(MemoryKind MemKind) const { in isMem() function in __anonc35ba7b00111::SystemZOperand
268 bool isMem(MemoryKind MemKind, RegisterKind RegKind) const { in isMem() function in __anonc35ba7b00111::SystemZOperand
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp163 bool isMem() const override { return Kind == k_Mem; } in isMem() function in __anon9e0397600111::MSP430Operand
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp136 bool isMem() const override { return false; } isMem() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp190 bool isMem() const override { return Kind == k_Memri; } in isMem() function in __anon2e336bc40111::AVROperand
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp149 bool isMem() const override { return false; } in isMem() function in __anon4cc251fe0111::M68kOperand
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp194 bool isMem() const override { in isMem() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp99 bool isMem() const override { return false; } in isMem() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h305 bool isMem() const override { return Kind == Memory; } in isMem() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp281 bool isMem() const override { return isMEMrr() || isMEMri(); } isMem() function in __anon76f27ca40211::SparcOperand
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp185 bool isMem() const override { return false; } isMem() function in __anon92e30fec0111::LoongArchOperand
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp219 bool isMem() const override { in isMem() function in __anon82ee56080211::VEOperand
/freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp230 bool isMem() const override { return false; } in isMem() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp453 bool isMem() const override { return false; } isMem() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp253 bool isMem() const override { llvm_unreachable("No isMem"); } isMem() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp464 bool isMem() const override { return false; } isMem() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1343 bool isMem() const override { return Kind == k_Memory; } in isMem() function in __anon629b77c40211::MipsOperand
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp777 bool isMem() const override { return false; } isMem() function in __anon58533a440111::AArch64Operand
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp903 bool isMem() const override { isMem() function in __anond8418a2e0111::AMDGPUOperand
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp1353 bool isMem() const override { isMem() function in __anon9358e9b20111::ARMOperand