Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp475 static void printMemOperand(raw_ostream &OS, const MachineMemOperand &MMO, in printMemOperand() function
486 static void printMemOperand(raw_ostream &OS, const MachineMemOperand &MMO, in printMemOperand() function
490 return printMemOperand(OS, MMO, MF, MF->getFunction().getParent(), in printMemOperand()
495 return printMemOperand(OS, MMO, /*MF=*/nullptr, /*M=*/nullptr, in printMemOperand()
562 printMemOperand(OS, **i, G); in print_details()
656 printMemOperand(OS, *LD->getMemOperand(), G); in print_details()
675 printMemOperand(OS, *ST->getMemOperand(), G); in print_details()
688 printMemOperand(OS, *MLd->getMemOperand(), G); in print_details()
710 printMemOperand(OS, *MSt->getMemOperand(), G); in print_details()
725 printMemOperand(OS, *M->getMemOperand(), G); in print_details()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcInstPrinter.cpp76 O << "\tjmp "; printMemOperand(MI, 1, STI, O); in printSparcAliasInstr()
79 O << "\tcall "; printMemOperand(MI, 1, STI, O); in printSparcAliasInstr()
140 void SparcInstPrinter::printMemOperand(const MCInst *MI, int opNum, in printMemOperand() function in SparcInstPrinter
DSparcInstPrinter.h45 void printMemOperand(const MCInst *MI, int opNum, const MCSubtargetInfo &STI,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/MCTargetDesc/
DXCoreInstPrinter.h41 void printMemOperand(const MCInst *MI, int opNum, raw_ostream &O);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/MCTargetDesc/
DBPFInstPrinter.h29 void printMemOperand(const MCInst *MI, int OpNo, raw_ostream &O,
DBPFInstPrinter.cpp65 void BPFInstPrinter::printMemOperand(const MCInst *MI, int OpNo, raw_ostream &O, in printMemOperand() function in BPFInstPrinter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXInstPrinter.h45 void printMemOperand(const MCInst *MI, int OpNum,
DNVPTXInstPrinter.cpp287 void NVPTXInstPrinter::printMemOperand(const MCInst *MI, int OpNum, in printMemOperand() function in NVPTXInstPrinter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcAsmPrinter.cpp52 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()
DSparcInstrInfo.td128 let PrintMethod = "printMemOperand";
133 let PrintMethod = "printMemOperand";
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsInstPrinter.h97 void printMemOperand(const MCInst *MI, int opNum, raw_ostream &O);
DMipsInstPrinter.cpp158 printMemOperand(const MCInst *MI, int opNum, raw_ostream &O) { in printMemOperand() function in MipsInstPrinter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsAsmPrinter.h152 void printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O);
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";
DMipsAsmPrinter.cpp727 printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O) { in printMemOperand() function in MipsAsmPrinter
DMips16InstrInfo.td22 let PrintMethod = "printMemOperand";
28 let PrintMethod = "printMemOperand";
DMipsInstrInfo.td1123 let PrintMethod = "printMemOperand";
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUInstPrinter.h159 void printMemOperand(const MCInst *MI, unsigned OpNo,
255 void printMemOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
DAMDGPUInstPrinter.cpp1090 void AMDGPUInstPrinter::printMemOperand(const MCInst *MI, unsigned OpNo, in printMemOperand() function in AMDGPUInstPrinter
1454 void R600InstPrinter::printMemOperand(const MCInst *MI, unsigned OpNo, in printMemOperand() function in R600InstPrinter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.h215 void printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O,
DNVPTXAsmPrinter.cpp2202 printMemOperand(MI, OpNo, O); in PrintAsmMemoryOperand()
2244 void NVPTXAsmPrinter::printMemOperand(const MachineInstr *MI, int opNum, in printMemOperand() function in NVPTXAsmPrinter
DNVPTXInstrInfo.td1539 let PrintMethod = "printMemOperand";
1543 let PrintMethod = "printMemOperand";
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenAsmWriter.inc6778 printMemOperand(MI, 1, O);
6829 printMemOperand(MI, 0, O);
6891 printMemOperand(MI, 0, O);
6933 printMemOperand(MI, 2, O);
6956 printMemOperand(MI, 1, O);
7077 printMemOperand(MI, 2, O);
9045 printMemOperand(MI, OpIdx, OS);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFInstrInfo.td77 let PrintMethod = "printMemOperand";
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600Instructions.td31 let PrintMethod = "printMemOperand";