Searched defs:MSP430AsmPrinter (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/MSP430/
H A DMSP430AsmPrinter.cpp1 //===-- MSP430AsmPrinter.cpp - MSP430 LLVM assembly writer ----------------===//
40 class MSP430AsmPrinter : public AsmPrinter { class in namespace:__anon14404
42 MSP430AsmPrinter(TargetMachine &TM, std::unique_ptr<MCStreamer> Streamer) function in class:__anon14404::MSP430AsmPrinter
64 void MSP430AsmPrinter::printOperand(const MachineInstr *MI, int OpNum,
105 void MSP430AsmPrinter::printSrcMemOperand(const MachineInstr *MI, int OpNum,
127 bool MSP430AsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
138 bool MSP430AsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI,
150 void MSP430AsmPrinter::EmitInstruction(const MachineInstr *MI) {
160 RegisterAsmPrinter<MSP430AsmPrinter> X(TheMSP430Target);
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
H A DMSP430AsmPrinter.cpp1 //===-- MSP430AsmPrinter.cpp - MSP430 LLVM assembly writer ----------------===//
40 class MSP430AsmPrinter : public AsmPrinter { class in namespace:__anon22877
42 MSP430AsmPrinter(TargetMachine &TM, MCStreamer &Streamer) function in class:__anon22877::MSP430AsmPrinter
64 void MSP430AsmPrinter::printOperand(const MachineInstr *MI, int OpNum,
111 void MSP430AsmPrinter::printSrcMemOperand(const MachineInstr *MI, int OpNum,
133 bool MSP430AsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
144 bool MSP430AsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI,
156 void MSP430AsmPrinter::EmitInstruction(const MachineInstr *MI) {
166 RegisterAsmPrinter<MSP430AsmPrinter> X(TheMSP430Target);

Completed in 145 milliseconds