/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kAsmPrinter.cpp | 98 PrintAsmMemoryOperand(MI, OpNum, nullptr, O); in printAbsMem() 101 bool M68kAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand() function in M68kAsmPrinter 160 return AsmPrinter::PrintAsmMemoryOperand(MI, OpNo, ExtraCode, OS); in PrintAsmMemoryOperand()
|
H A D | M68kAsmPrinter.h | 68 bool PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNo,
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFAsmPrinter.cpp | 49 bool PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNum, 118 bool BPFAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, 119 bool BPFAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, PrintAsmMemoryOperand() function in BPFAsmPrinter
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430AsmPrinter.cpp | 58 bool PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNo, 139 bool MSP430AsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand() function in MSP430AsmPrinter
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchAsmPrinter.h | 41 bool PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNo,
|
H A D | LoongArchAsmPrinter.cpp | 113 bool LoongArchAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand() function in LoongArchAsmPrinter
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinterInlineAsm.cpp | 307 Error = AP->PrintAsmMemoryOperand( in EmitInlineAsmStr() 482 PrintAsmMemoryOperand(MI, OpNo, nullptr, O); in PrintAsmOperand() 511 bool AsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNo, in PrintAsmMemoryOperand() 510 bool AsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNo, PrintAsmMemoryOperand() function in AsmPrinter
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYAsmPrinter.h | 65 bool PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNo,
|
H A D | CSKYAsmPrinter.cpp | 309 bool CSKYAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand() function in CSKYAsmPrinter 323 return AsmPrinter::PrintAsmMemoryOperand(MI, OpNo, ExtraCode, OS); in PrintAsmMemoryOperand()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonAsmPrinter.h | 71 bool PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNo,
|
H A D | HexagonAsmPrinter.cpp | 156 bool HexagonAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand() 154 bool HexagonAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, PrintAsmMemoryOperand() function in HexagonAsmPrinter
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreAsmPrinter.cpp | 71 bool PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNum, 244 bool XCoreAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand() function in XCoreAsmPrinter
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRAsmPrinter.cpp | 58 bool PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNum, 154 bool AVRAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand() 153 bool AVRAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, PrintAsmMemoryOperand() function in llvm::AVRAsmPrinter
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyAsmPrinter.h | 66 bool PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNo,
|
H A D | WebAssemblyAsmPrinter.cpp | 734 bool WebAssemblyAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand() 744 return AsmPrinter::PrintAsmMemoryOperand(MI, OpNo, ExtraCode, OS); in PrintAsmMemoryOperand() 733 bool WebAssemblyAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, PrintAsmMemoryOperand() function in WebAssemblyAsmPrinter
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZAsmPrinter.h | 111 bool PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNo,
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMAsmPrinter.h | 81 bool PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNum,
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsAsmPrinter.h | 147 bool PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNum,
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86AsmPrinter.h | 148 bool PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNo,
|
H A D | X86AsmPrinter.cpp | 803 bool X86AsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNo, 804 bool X86AsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNo, PrintAsmMemoryOperand() function in X86AsmPrinter
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEAsmPrinter.cpp | 66 bool PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNo, 397 bool VEAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNo, in PrintAsmMemoryOperand() function in VEAsmPrinter
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcAsmPrinter.cpp | 65 bool PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNo, 441 bool SparcAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmOperand() 492 bool SparcAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, PrintAsmMemoryOperand() function in SparcAsmPrinter
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.h | 189 bool PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNo,
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVAsmPrinter.cpp | 82 bool PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNo, 372 bool RISCVAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in runOnMachineFunction() 377 return AsmPrinter::PrintAsmMemoryOperand(MI, OpNo, ExtraCode, OS); in runOnMachineFunction() 312 bool RISCVAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, PrintAsmMemoryOperand() function in RISCVAsmPrinter
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | AsmPrinter.h | 822 virtual bool PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNo,
|