/external/llvm/lib/Target/Sparc/InstPrinter/ |
D | SparcInstPrinter.cpp | 75 O << "\tjmp "; printMemOperand(MI, 1, STI, O); in printSparcAliasInstr() 78 O << "\tcall "; printMemOperand(MI, 1, STI, O); in printSparcAliasInstr() 126 void SparcInstPrinter::printMemOperand(const MCInst *MI, int opNum, in printMemOperand() function in SparcInstPrinter
|
D | SparcInstPrinter.h | 49 void printMemOperand(const MCInst *MI, int opNum, const MCSubtargetInfo &STI,
|
/external/mesa3d/src/gallium/drivers/radeon/InstPrinter/ |
D | AMDGPUInstPrinter.h | 27 void printMemOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
|
D | AMDGPUInstPrinter.cpp | 29 void AMDGPUInstPrinter::printMemOperand(const MCInst *MI, unsigned OpNo, in printMemOperand() function in AMDGPUInstPrinter
|
/external/llvm/lib/Target/BPF/InstPrinter/ |
D | BPFInstPrinter.h | 32 void printMemOperand(const MCInst *MI, int OpNo, raw_ostream &O,
|
D | BPFInstPrinter.cpp | 66 void BPFInstPrinter::printMemOperand(const MCInst *MI, int OpNo, raw_ostream &O, in printMemOperand() function in BPFInstPrinter
|
/external/llvm/lib/Target/XCore/InstPrinter/ |
D | XCoreInstPrinter.h | 41 void printMemOperand(const MCInst *MI, int opNum, raw_ostream &O);
|
/external/llvm/lib/Target/NVPTX/InstPrinter/ |
D | NVPTXInstPrinter.h | 46 void printMemOperand(const MCInst *MI, int OpNum,
|
D | NVPTXInstPrinter.cpp | 263 void NVPTXInstPrinter::printMemOperand(const MCInst *MI, int OpNum, in printMemOperand() function in NVPTXInstPrinter
|
/external/llvm/lib/Target/Sparc/ |
D | SparcAsmPrinter.cpp | 55 void printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &OS, 385 void SparcAsmPrinter::printMemOperand(const MachineInstr *MI, int opNum, in printMemOperand() function in SparcAsmPrinter 438 printMemOperand(MI, OpNo, O); in PrintAsmMemoryOperand()
|
D | SparcInstrInfo.td | 97 let PrintMethod = "printMemOperand"; 102 let PrintMethod = "printMemOperand";
|
/external/llvm/lib/Target/Mips/InstPrinter/ |
D | MipsInstPrinter.h | 100 void printMemOperand(const MCInst *MI, int opNum, raw_ostream &O);
|
D | MipsInstPrinter.cpp | 225 printMemOperand(const MCInst *MI, int opNum, raw_ostream &O) { in printMemOperand() function in MipsInstPrinter
|
/external/llvm/lib/Target/Mips/ |
D | MipsAsmPrinter.h | 139 void printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O);
|
D | MicroMipsInstrInfo.td | 64 let PrintMethod = "printMemOperand"; 90 let PrintMethod = "printMemOperand"; 98 let PrintMethod = "printMemOperand"; 105 let PrintMethod = "printMemOperand"; 113 let PrintMethod = "printMemOperand"; 121 let PrintMethod = "printMemOperand"; 137 let PrintMethod = "printMemOperand";
|
D | MipsAsmPrinter.cpp | 642 printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O) { in printMemOperand() function in MipsAsmPrinter
|
D | Mips16InstrInfo.td | 23 let PrintMethod = "printMemOperand";
|
/external/llvm/lib/Target/AMDGPU/InstPrinter/ |
D | AMDGPUInstPrinter.h | 61 void printMemOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
|
D | AMDGPUInstPrinter.cpp | 378 void AMDGPUInstPrinter::printMemOperand(const MCInst *MI, unsigned OpNo, in printMemOperand() function in AMDGPUInstPrinter
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.h | 217 void printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O,
|
D | NVPTXAsmPrinter.cpp | 2241 printMemOperand(MI, OpNo, O); in PrintAsmMemoryOperand() 2289 void NVPTXAsmPrinter::printMemOperand(const MachineInstr *MI, int opNum, in printMemOperand() function in NVPTXAsmPrinter
|
D | NVPTXInstrInfo.td | 1395 let PrintMethod = "printMemOperand"; 1399 let PrintMethod = "printMemOperand";
|
/external/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.td | 62 let PrintMethod = "printMemOperand";
|
/external/llvm/docs/ |
D | WritingAnLLVMBackend.rst | 777 let PrintMethod = "printMemOperand"; 1638 * ``printMemOperand`` 1652 instruction with a memory address operand, the ``printMemOperand`` method
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600Instructions.td | 26 let PrintMethod = "printMemOperand";
|