Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcAsmPrinter.cpp32 class SparcAsmPrinter : public AsmPrinter { class
34 explicit SparcAsmPrinter(TargetMachine &TM, MCStreamer &Streamer) in SparcAsmPrinter() function in __anon3999dc7a0111::SparcAsmPrinter
71 void SparcAsmPrinter::printOperand(const MachineInstr *MI, int opNum, in printOperand()
110 void SparcAsmPrinter::printMemOperand(const MachineInstr *MI, int opNum, in printMemOperand()
139 bool SparcAsmPrinter::printGetPCX(const MachineInstr *MI, unsigned opNum, in printGetPCX()
173 void SparcAsmPrinter::printCCOperand(const MachineInstr *MI, int opNum, in printCCOperand()
181 bool SparcAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, in PrintAsmOperand()
200 bool SparcAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand()
219 bool SparcAsmPrinter::
249 RegisterAsmPrinter<SparcAsmPrinter> X(TheSparcTarget); in LLVMInitializeSparcAsmPrinter()
[all …]
/external/llvm/lib/Target/Sparc/
DSparcAsmPrinter.cpp39 class SparcAsmPrinter : public AsmPrinter { class
45 explicit SparcAsmPrinter(TargetMachine &TM, in SparcAsmPrinter() function in __anon3784bf4e0111::SparcAsmPrinter
173 void SparcAsmPrinter::LowerGETPCXAndEmitMCInsts(const MachineInstr *MI, in LowerGETPCXAndEmitMCInsts()
256 void SparcAsmPrinter::EmitInstruction(const MachineInstr *MI) in EmitInstruction()
277 void SparcAsmPrinter::EmitFunctionBodyStart() { in EmitFunctionBodyStart()
295 void SparcAsmPrinter::printOperand(const MachineInstr *MI, int opNum, in printOperand()
386 void SparcAsmPrinter::printMemOperand(const MachineInstr *MI, int opNum, in printMemOperand()
410 bool SparcAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, in PrintAsmOperand()
432 bool SparcAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand()
448 RegisterAsmPrinter<SparcAsmPrinter> X(TheSparcTarget); in LLVMInitializeSparcAsmPrinter()
[all …]
DLLVMBuild.txt34 required_libraries = AsmPrinter CodeGen Core MC SelectionDAG SparcAsmPrinter
DCMakeLists.txt17 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.rst308 RegisterAsmPrinter<SparcAsmPrinter> X(TheSparcTarget);
1607 up the ``AsmPrinter``. In ``SparcAsmPrinter``, a ``Mangler`` object is
DCodeGenerator.rst1539 (such as SparcAsmPrinter), and the TargetLoweringObjectFile class.