Home
last modified time | relevance | path

Searched refs:printMemOperand (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp585 static void printMemOperand(raw_ostream &OS, const MachineMemOperand &MMO, in printMemOperand() function
596 static void printMemOperand(raw_ostream &OS, const MachineMemOperand &MMO, in printMemOperand() function
600 return printMemOperand(OS, MMO, MF, MF->getFunction().getParent(), in printMemOperand()
606 return printMemOperand(OS, MMO, /*MF=*/nullptr, /*M=*/nullptr, in printMemOperand()
675 printMemOperand(OS, **i, G); in print_details()
769 printMemOperand(OS, *LD->getMemOperand(), G); in print_details()
788 printMemOperand(OS, *ST->getMemOperand(), G); in print_details()
801 printMemOperand(OS, *MLd->getMemOperand(), G); in print_details()
823 printMemOperand(OS, *MSt->getMemOperand(), G); in print_details()
838 printMemOperand(OS, *MGather->getMemOperand(), G); in print_details()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcInstPrinter.cpp81 O << "\tjmp "; printMemOperand(MI, 1, STI, O); in printSparcAliasInstr()
84 O << "\tcall "; printMemOperand(MI, 1, STI, O); in printSparcAliasInstr()
149 void SparcInstPrinter::printMemOperand(const MCInst *MI, int opNum, in printMemOperand() function in SparcInstPrinter
H A DSparcInstPrinter.h49 void printMemOperand(const MCInst *MI, int opNum, const MCSubtargetInfo &STI,
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFInstPrinter.h29 void printMemOperand(const MCInst *MI, int OpNo, raw_ostream &O,
H A DBPFInstPrinter.cpp70 void BPFInstPrinter::printMemOperand(const MCInst *MI, int OpNo, raw_ostream &O, in printMemOperand()
67 void BPFInstPrinter::printMemOperand(const MCInst *MI, int OpNo, raw_ostream &O, printMemOperand() function in BPFInstPrinter
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXInstPrinter.h46 void printMemOperand(const MCInst *MI, int OpNum,
H A DNVPTXInstPrinter.cpp291 void NVPTXInstPrinter::printMemOperand(const MCInst *MI, int OpNum, in printMemOperand() function in NVPTXInstPrinter
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp53 void printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &OS,
352 void SparcAsmPrinter::printMemOperand(const MachineInstr *MI, int opNum, in printMemOperand() function in SparcAsmPrinter
449 printMemOperand(MI, OpNo, O); in PrintAsmMemoryOperand()
H A DSparcInstrInfo.td146 let PrintMethod = "printMemOperand";
151 let PrintMethod = "printMemOperand";
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DR600InstPrinter.h35 void printMemOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
H A DR600InstPrinter.cpp128 void R600InstPrinter::printMemOperand(const MCInst *MI, unsigned OpNo, in printMemOperand() function in R600InstPrinter
H A DAMDGPUInstPrinter.h157 void printMemOperand(const MCInst *MI, unsigned OpNo,
H A DAMDGPUInstPrinter.cpp1507 void AMDGPUInstPrinter::printMemOperand(const MCInst *MI, unsigned OpNo, in printMemOperand() function in AMDGPUInstPrinter
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaInstPrinter.h46 void printMemOperand(const MCInst *MI, int OpNUm, raw_ostream &O);
H A DXtensaInstPrinter.cpp86 void XtensaInstPrinter::printMemOperand(const MCInst *MI, int OpNum, in printMemOperand() function in XtensaInstPrinter
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsInstPrinter.h107 void printMemOperand(const MCInst *MI, int opNum, const MCSubtargetInfo &STI,
H A DMipsInstPrinter.cpp194 void MipsInstPrinter::printMemOperand(const MCInst *MI, int opNum, in printMemOperand()
193 void MipsInstPrinter::printMemOperand(const MCInst *MI, int opNum, printMemOperand() function in MipsInstPrinter
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.h150 void printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O);
H A DMicroMipsInstrInfo.td67 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 DMipsAsmPrinter.cpp688 printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O) { in printMemOperand() function in MipsAsmPrinter
H A DMips16InstrInfo.td22 let PrintMethod = "printMemOperand";
28 let PrintMethod = "printMemOperand";
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h173 void printMemOperand(const MachineInstr *MI, unsigned OpNum, raw_ostream &O,
H A DNVPTXAsmPrinter.cpp2209 printMemOperand(MI, OpNo, O); in PrintAsmMemoryOperand()
2251 void NVPTXAsmPrinter::printMemOperand(const MachineInstr *MI, unsigned OpNum, in printMemOperand() function in NVPTXAsmPrinter
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaOperands.td143 let PrintMethod = "printMemOperand";
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFInstrInfo.td105 let PrintMethod = "printMemOperand";

12