Home
last modified time | relevance | path

Searched refs:SparcAsmPrinter (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/Sparc/
DSparcAsmPrinter.cpp40 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 …]
DLLVMBuild.txt34 required_libraries = AsmPrinter CodeGen Core MC SelectionDAG SparcAsmPrinter
DCMakeLists.txt16 SparcAsmPrinter.cpp
/external/llvm/lib/Target/Sparc/InstPrinter/
DLLVMBuild.txt20 name = SparcAsmPrinter
/external/llvm/lib/Target/Sparc/MCTargetDesc/
DLLVMBuild.txt22 required_libraries = MC SparcAsmPrinter SparcInfo Support
/external/llvm/docs/
DWritingAnLLVMBackend.rst310 RegisterAsmPrinter<SparcAsmPrinter> X(TheSparcTarget);
1609 up the ``AsmPrinter``. In ``SparcAsmPrinter``, a ``Mangler`` object is
DCodeGenerator.rst1544 (such as SparcAsmPrinter), and the TargetLoweringObjectFile class.