Searched refs:SparcAsmPrinter (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/Sparc/ |
D | SparcAsmPrinter.cpp | 40 class SparcAsmPrinter : public AsmPrinter { class 46 explicit SparcAsmPrinter(TargetMachine &TM, in SparcAsmPrinter() function in __anon3784bf4e0111::SparcAsmPrinter 175 void SparcAsmPrinter::LowerGETPCXAndEmitMCInsts(const MachineInstr *MI, in LowerGETPCXAndEmitMCInsts() 258 void SparcAsmPrinter::EmitInstruction(const MachineInstr *MI) in EmitInstruction() 279 void SparcAsmPrinter::EmitFunctionBodyStart() { in EmitFunctionBodyStart() 297 void SparcAsmPrinter::printOperand(const MachineInstr *MI, int opNum, in printOperand() 385 void SparcAsmPrinter::printMemOperand(const MachineInstr *MI, int opNum, in printMemOperand() 409 bool SparcAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, in PrintAsmOperand() 430 bool SparcAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand() 446 RegisterAsmPrinter<SparcAsmPrinter> X(TheSparcTarget); in LLVMInitializeSparcAsmPrinter() [all …]
|
D | LLVMBuild.txt | 34 required_libraries = AsmPrinter CodeGen Core MC SelectionDAG SparcAsmPrinter
|
D | CMakeLists.txt | 16 SparcAsmPrinter.cpp
|
/external/llvm/lib/Target/Sparc/InstPrinter/ |
D | LLVMBuild.txt | 20 name = SparcAsmPrinter
|
/external/llvm/lib/Target/Sparc/MCTargetDesc/ |
D | LLVMBuild.txt | 22 required_libraries = MC SparcAsmPrinter SparcInfo Support
|
/external/llvm/docs/ |
D | WritingAnLLVMBackend.rst | 310 RegisterAsmPrinter<SparcAsmPrinter> X(TheSparcTarget); 1609 up the ``AsmPrinter``. In ``SparcAsmPrinter``, a ``Mangler`` object is
|
D | CodeGenerator.rst | 1544 (such as SparcAsmPrinter), and the TargetLoweringObjectFile class.
|