Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp231 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 DX86InstrInfo.h131 inline static bool isMem(const MachineInstr &MI, unsigned Op) { in isMem() function
H A DX86ExpandPseudo.cpp278 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 DX86InstrInfo.h125 inline static bool isMem(const MachineInstr &MI, unsigned Op) { in isMem() function
H A DX86ExpandPseudo.cpp195 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 DSystemZAsmParser.cpp253 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 DX86InstrInfo.h134 inline static bool isMem(const MachineInstr &MI, unsigned Op) { in isMem() function
H A DX86ExpandPseudo.cpp85 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 DSystemZAsmParser.cpp257 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 DBPFAsmParser.cpp130 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 DBPFAsmParser.cpp126 bool isMem() const override { return false; } in isMem() function
/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h62 unsigned isMem : 1; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h64 unsigned isMem : 1; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp164 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 DMSP430AsmParser.cpp160 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 DXtensaAsmParser.cpp139 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 DAVRAsmParser.cpp182 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 DAVRAsmParser.cpp191 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 DM68kAsmParser.cpp152 bool isMem() const override { return false; } in isMem() function in __anon01c0c2ac0111::M68kOperand
/aosp_15_r20/external/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h208 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/
Dinst.go430 func isMem(a Arg) bool { func
/aosp_15_r20/external/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp228 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 DSparcAsmParser.cpp258 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 DWebAssemblyAsmParser.cpp94 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 DX86Operand.h287 bool isMem() const override { return Kind == Memory; } in isMem() function

123