Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp523 static void printMemOperand(raw_ostream &OS, const MachineMemOperand &MMO, in printMemOperand() function
538 return printMemOperand(OS, MMO, MF, MF->getFunction().getParent(), in printMemOperand()
544 return printMemOperand(OS, MMO, /*MF=*/nullptr, /*M=*/nullptr, in printMemOperand()
607 printMemOperand(OS, **i, G); in print_details()
701 printMemOperand(OS, *LD->getMemOperand(), G); in print_details()
720 printMemOperand(OS, *ST->getMemOperand(), G); in print_details()
733 printMemOperand(OS, *MLd->getMemOperand(), G); in print_details()
755 printMemOperand(OS, *MSt->getMemOperand(), G); in print_details()
770 printMemOperand(OS, *MGather->getMemOperand(), G); in print_details()
789 printMemOperand(OS, *MScatter->getMemOperand(), G); in print_details()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcInstPrinter.cpp77 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 DSparcInstPrinter.h46 void printMemOperand(const MCInst *MI, int opNum, const MCSubtargetInfo &STI,
/llvm-project-15.0.7/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFInstPrinter.h29 void printMemOperand(const MCInst *MI, int OpNo, raw_ostream &O,
H A DBPFInstPrinter.cpp66 void BPFInstPrinter::printMemOperand(const MCInst *MI, int OpNo, raw_ostream &O, in printMemOperand() function in BPFInstPrinter
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXInstPrinter.h46 void printMemOperand(const MCInst *MI, int OpNum,
H A DNVPTXInstPrinter.cpp294 void NVPTXInstPrinter::printMemOperand(const MCInst *MI, int OpNum, in printMemOperand() function in NVPTXInstPrinter
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DR600InstPrinter.h35 void printMemOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
H A DR600InstPrinter.cpp129 void R600InstPrinter::printMemOperand(const MCInst *MI, unsigned OpNo, in printMemOperand() function in R600InstPrinter
H A DAMDGPUInstPrinter.h171 void printMemOperand(const MCInst *MI, unsigned OpNo,
H A DAMDGPUInstPrinter.cpp1290 void AMDGPUInstPrinter::printMemOperand(const MCInst *MI, unsigned OpNo, in printMemOperand() function in AMDGPUInstPrinter
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp52 void printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &OS,
384 void SparcAsmPrinter::printMemOperand(const MachineInstr *MI, int opNum, in printMemOperand() function in SparcAsmPrinter
437 printMemOperand(MI, OpNo, O); in PrintAsmMemoryOperand()
H A DSparcInstrInfo.td140 let PrintMethod = "printMemOperand";
145 let PrintMethod = "printMemOperand";
/llvm-project-15.0.7/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsInstPrinter.h107 void printMemOperand(const MCInst *MI, int opNum, const MCSubtargetInfo &STI,
H A DMipsInstPrinter.cpp192 void MipsInstPrinter::printMemOperand(const MCInst *MI, int opNum, in printMemOperand() function in MipsInstPrinter
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.h152 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.cpp726 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";
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h172 void printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O,
H A DNVPTXAsmPrinter.cpp2172 printMemOperand(MI, OpNo, O); in PrintAsmMemoryOperand()
2214 void NVPTXAsmPrinter::printMemOperand(const MachineInstr *MI, int opNum, in printMemOperand() function in NVPTXAsmPrinter
H A DNVPTXInstrInfo.td1617 let PrintMethod = "printMemOperand";
1621 let PrintMethod = "printMemOperand";
/llvm-project-15.0.7/llvm/docs/
H A DWritingAnLLVMBackend.rst775 let PrintMethod = "printMemOperand";
1688 * ``printMemOperand``
1702 instruction with a memory address operand, the ``printMemOperand`` method
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFInstrInfo.td77 let PrintMethod = "printMemOperand";
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DR600Instructions.td31 let PrintMethod = "printMemOperand";

12