Searched refs:MSP430AsmPrinter (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/llvm/lib/Target/MSP430/ |
D | MSP430AsmPrinter.cpp | 42 class MSP430AsmPrinter : public AsmPrinter { class 44 MSP430AsmPrinter(TargetMachine &TM, std::unique_ptr<MCStreamer> Streamer) in MSP430AsmPrinter() function in __anonb8a806bf0111::MSP430AsmPrinter 66 void MSP430AsmPrinter::PrintSymbolOperand(const MachineOperand &MO, in PrintSymbolOperand() 78 void MSP430AsmPrinter::printOperand(const MachineInstr *MI, int OpNum, in printOperand() 107 void MSP430AsmPrinter::printSrcMemOperand(const MachineInstr *MI, int OpNum, in printSrcMemOperand() 129 bool MSP430AsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, in PrintAsmOperand() 139 bool MSP430AsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand() 151 void MSP430AsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction() 159 void MSP430AsmPrinter::EmitInterruptVectorSection(MachineFunction &ISR) { in EmitInterruptVectorSection() 176 bool MSP430AsmPrinter::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction() [all …]
|
D | CMakeLists.txt | 27 MSP430AsmPrinter.cpp
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430AsmPrinter.cpp | 42 class MSP430AsmPrinter : public AsmPrinter { class 44 MSP430AsmPrinter(TargetMachine &TM, std::unique_ptr<MCStreamer> Streamer) in MSP430AsmPrinter() function in __anon1e1f9d330111::MSP430AsmPrinter 66 void MSP430AsmPrinter::PrintSymbolOperand(const MachineOperand &MO, in PrintSymbolOperand() 78 void MSP430AsmPrinter::printOperand(const MachineInstr *MI, int OpNum, in printOperand() 107 void MSP430AsmPrinter::printSrcMemOperand(const MachineInstr *MI, int OpNum, in printSrcMemOperand() 129 bool MSP430AsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, in PrintAsmOperand() 139 bool MSP430AsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand() 151 void MSP430AsmPrinter::EmitInstruction(const MachineInstr *MI) { in EmitInstruction() 159 void MSP430AsmPrinter::EmitInterruptVectorSection(MachineFunction &ISR) { in EmitInterruptVectorSection() 176 bool MSP430AsmPrinter::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction() [all …]
|
D | CMakeLists.txt | 25 MSP430AsmPrinter.cpp
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430AsmPrinter.cpp | 40 class MSP430AsmPrinter : public AsmPrinter { class 42 MSP430AsmPrinter(TargetMachine &TM, std::unique_ptr<MCStreamer> Streamer) in MSP430AsmPrinter() function in __anon576f5ad10111::MSP430AsmPrinter 64 void MSP430AsmPrinter::printOperand(const MachineInstr *MI, int OpNum, in printOperand() 105 void MSP430AsmPrinter::printSrcMemOperand(const MachineInstr *MI, int OpNum, in printSrcMemOperand() 127 bool MSP430AsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, in PrintAsmOperand() 138 bool MSP430AsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand() 150 void MSP430AsmPrinter::EmitInstruction(const MachineInstr *MI) { in EmitInstruction() 160 RegisterAsmPrinter<MSP430AsmPrinter> X(TheMSP430Target); in LLVMInitializeMSP430AsmPrinter()
|
D | CMakeLists.txt | 21 MSP430AsmPrinter.cpp
|
D | LLVMBuild.txt | 31 required_libraries = AsmPrinter CodeGen Core MC MSP430AsmPrinter MSP430Desc MSP430Info SelectionDAG…
|
/external/llvm/lib/Target/MSP430/InstPrinter/ |
D | LLVMBuild.txt | 20 name = MSP430AsmPrinter
|
/external/llvm/lib/Target/MSP430/MCTargetDesc/ |
D | LLVMBuild.txt | 22 required_libraries = MC MSP430AsmPrinter MSP430Info Support
|