Searched refs:AVRAsmPrinter (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/lib/Target/AVR/ |
D | AVRAsmPrinter.cpp | 38 class AVRAsmPrinter : public AsmPrinter { class 40 AVRAsmPrinter(TargetMachine &TM, in AVRAsmPrinter() function in llvm::AVRAsmPrinter 60 void AVRAsmPrinter::printOperand(const MachineInstr *MI, unsigned OpNo, in printOperand() 85 bool AVRAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNum, in PrintAsmOperand() 136 bool AVRAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand() 171 void AVRAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction() 182 llvm::RegisterAsmPrinter<llvm::AVRAsmPrinter> X(llvm::getTheAVRTarget()); in LLVMInitializeAVRAsmPrinter()
|
D | CMakeLists.txt | 18 AVRAsmPrinter.cpp
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRAsmPrinter.cpp | 38 class AVRAsmPrinter : public AsmPrinter { class 40 AVRAsmPrinter(TargetMachine &TM, in AVRAsmPrinter() function in llvm::AVRAsmPrinter 60 void AVRAsmPrinter::printOperand(const MachineInstr *MI, unsigned OpNo, in printOperand() 85 bool AVRAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNum, in PrintAsmOperand() 136 bool AVRAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand() 171 void AVRAsmPrinter::EmitInstruction(const MachineInstr *MI) { in EmitInstruction() 182 llvm::RegisterAsmPrinter<llvm::AVRAsmPrinter> X(llvm::getTheAVRTarget()); in LLVMInitializeAVRAsmPrinter()
|
D | CMakeLists.txt | 16 AVRAsmPrinter.cpp
|
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/Target/AVR/ |
D | BUILD.gn | 32 "AVRAsmPrinter.cpp",
|