/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 511 static void printMemOperand(raw_ostream &OS, const MachineMemOperand &MMO, in printMemOperand() function 522 static void printMemOperand(raw_ostream &OS, const MachineMemOperand &MMO, in printMemOperand() function 526 return printMemOperand(OS, MMO, MF, MF->getFunction().getParent(), in printMemOperand() 531 return printMemOperand(OS, MMO, /*MF=*/nullptr, /*M=*/nullptr, in printMemOperand() 595 printMemOperand(OS, **i, G); in print_details() 689 printMemOperand(OS, *LD->getMemOperand(), G); in print_details() 708 printMemOperand(OS, *ST->getMemOperand(), G); in print_details() 721 printMemOperand(OS, *MLd->getMemOperand(), G); in print_details() 743 printMemOperand(OS, *MSt->getMemOperand(), G); in print_details() 758 printMemOperand(OS, *MGather->getMemOperand(), G); in print_details() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/ |
H A D | SparcInstPrinter.cpp | 77 O << "\tjmp "; printMemOperand(MI, 1, STI, O); in printSparcAliasInstr() 80 O << "\tcall "; printMemOperand(MI, 1, STI, O); in printSparcAliasInstr() 141 void SparcInstPrinter::printMemOperand(const MCInst *MI, int opNum, in printMemOperand() function in SparcInstPrinter
|
H A D | SparcInstPrinter.h | 46 void printMemOperand(const MCInst *MI, int opNum, const MCSubtargetInfo &STI,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/MCTargetDesc/ |
H A D | XCoreInstPrinter.h | 42 void printMemOperand(const MCInst *MI, int opNum, raw_ostream &O);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/MCTargetDesc/ |
H A D | BPFInstPrinter.h | 29 void printMemOperand(const MCInst *MI, int OpNo, raw_ostream &O,
|
H A D | BPFInstPrinter.cpp | 65 void BPFInstPrinter::printMemOperand(const MCInst *MI, int OpNo, raw_ostream &O, in printMemOperand() function in BPFInstPrinter
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
H A D | SparcAsmPrinter.cpp | 52 void printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &OS, 382 void SparcAsmPrinter::printMemOperand(const MachineInstr *MI, int opNum, in printMemOperand() function in SparcAsmPrinter 435 printMemOperand(MI, OpNo, O); in PrintAsmMemoryOperand()
|
H A D | SparcInstrInfo.td | 140 let PrintMethod = "printMemOperand"; 145 let PrintMethod = "printMemOperand";
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/MCTargetDesc/ |
H A D | NVPTXInstPrinter.h | 46 void printMemOperand(const MCInst *MI, int OpNum,
|
H A D | NVPTXInstPrinter.cpp | 287 void NVPTXInstPrinter::printMemOperand(const MCInst *MI, int OpNum, in printMemOperand() function in NVPTXInstPrinter
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsInstPrinter.h | 103 void printMemOperand(const MCInst *MI, int opNum, raw_ostream &O);
|
H A D | MipsInstPrinter.cpp | 158 printMemOperand(const MCInst *MI, int opNum, raw_ostream &O) { in printMemOperand() function in MipsInstPrinter
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsAsmPrinter.h | 152 void printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O);
|
H A D | MicroMipsInstrInfo.td | 67 let PrintMethod = "printMemOperand"; 100 let PrintMethod = "printMemOperand"; 108 let PrintMethod = "printMemOperand"; 116 let PrintMethod = "printMemOperand"; 124 let PrintMethod = "printMemOperand"; 132 let PrintMethod = "printMemOperand"; 140 let PrintMethod = "printMemOperand"; 157 let PrintMethod = "printMemOperand";
|
H A D | MipsAsmPrinter.cpp | 727 printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O) { in printMemOperand() function in MipsAsmPrinter
|
H A D | Mips16InstrInfo.td | 22 let PrintMethod = "printMemOperand"; 28 let PrintMethod = "printMemOperand";
|
H A D | MipsInstrInfo.td | 1123 let PrintMethod = "printMemOperand";
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUInstPrinter.h | 167 void printMemOperand(const MCInst *MI, unsigned OpNo, 262 void printMemOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
|
H A D | AMDGPUInstPrinter.cpp | 1201 void AMDGPUInstPrinter::printMemOperand(const MCInst *MI, unsigned OpNo, in printMemOperand() function in AMDGPUInstPrinter 1563 void R600InstPrinter::printMemOperand(const MCInst *MI, unsigned OpNo, in printMemOperand() function in R600InstPrinter
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.h | 216 void printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O,
|
H A D | NVPTXAsmPrinter.cpp | 2190 printMemOperand(MI, OpNo, O); in PrintAsmMemoryOperand() 2232 void NVPTXAsmPrinter::printMemOperand(const MachineInstr *MI, int opNum, in printMemOperand() function in NVPTXAsmPrinter
|
H A D | NVPTXInstrInfo.td | 1541 let PrintMethod = "printMemOperand"; 1545 let PrintMethod = "printMemOperand";
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | WritingAnLLVMBackend.rst | 775 let PrintMethod = "printMemOperand"; 1676 * ``printMemOperand`` 1690 instruction with a memory address operand, the ``printMemOperand`` method
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
H A D | BPFInstrInfo.td | 77 let PrintMethod = "printMemOperand";
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | R600Instructions.td | 31 let PrintMethod = "printMemOperand";
|