Searched refs:SparcAsmPrinter (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcAsmPrinter.cpp | 32 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/ |
D | SparcAsmPrinter.cpp | 39 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 …]
|
D | LLVMBuild.txt | 34 required_libraries = AsmPrinter CodeGen Core MC SelectionDAG SparcAsmPrinter
|
D | CMakeLists.txt | 17 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 | 308 RegisterAsmPrinter<SparcAsmPrinter> X(TheSparcTarget); 1607 up the ``AsmPrinter``. In ``SparcAsmPrinter``, a ``Mangler`` object is
|
D | CodeGenerator.rst | 1539 (such as SparcAsmPrinter), and the TargetLoweringObjectFile class.
|