/external/llvm/lib/Target/Sparc/ |
D | SparcAsmPrinter.cpp | 41 void printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &OS, 111 void SparcAsmPrinter::printMemOperand(const MachineInstr *MI, int opNum, in printMemOperand() function in SparcAsmPrinter 211 printMemOperand(MI, OpNo, O); in PrintAsmMemoryOperand()
|
D | SparcInstrInfo.td | 71 let PrintMethod = "printMemOperand"; 75 let PrintMethod = "printMemOperand";
|
/external/llvm/lib/Target/MBlaze/InstPrinter/ |
D | MBlazeInstPrinter.h | 38 void printMemOperand(const MCInst *MI, int OpNo,raw_ostream &O,
|
D | MBlazeInstPrinter.cpp | 66 void MBlazeInstPrinter::printMemOperand(const MCInst *MI, int OpNo, in printMemOperand() function in MBlazeInstPrinter
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeAsmPrinter.cpp | 76 void printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O, 283 printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O, in printMemOperand() function in MBlazeAsmPrinter
|
D | MBlazeInstrInfo.td | 102 let PrintMethod = "printMemOperand"; 108 let PrintMethod = "printMemOperand";
|
/external/llvm/lib/Target/Mips/InstPrinter/ |
D | MipsInstPrinter.h | 94 void printMemOperand(const MCInst *MI, int opNum, raw_ostream &O);
|
D | MipsInstPrinter.cpp | 175 printMemOperand(const MCInst *MI, int opNum, raw_ostream &O) { in printMemOperand() function in MipsInstPrinter
|
/external/llvm/lib/Target/Mips/ |
D | MipsAsmPrinter.h | 70 void printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O);
|
D | MipsAsmPrinter.cpp | 504 printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O) { in printMemOperand() function in MipsAsmPrinter
|
D | Mips16InstrInfo.td | 101 let PrintMethod = "printMemOperand";
|
D | MipsInstrInfo.td | 219 let PrintMethod = "printMemOperand"; 226 let PrintMethod = "printMemOperand";
|
/external/llvm/lib/Target/XCore/ |
D | XCoreAsmPrinter.cpp | 64 void printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O); 195 void XCoreAsmPrinter::printMemOperand(const MachineInstr *MI, int opNum, in printMemOperand() function in XCoreAsmPrinter
|
D | XCoreInstrInfo.td | 184 let PrintMethod = "printMemOperand";
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.h | 215 void printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O,
|
D | NVPTXAsmPrinter.cpp | 597 void NVPTXAsmPrinter::printMemOperand(const MachineInstr *MI, int opNum, in printMemOperand() function in NVPTXAsmPrinter 1936 printMemOperand(MI, OpNo, O); in PrintAsmMemoryOperand()
|
D | NVPTXInstrInfo.td | 1221 let PrintMethod = "printMemOperand"; 1225 let PrintMethod = "printMemOperand";
|