Searched refs:LoongArchAsmPrinter (Results 1 – 2 of 2) sorted by relevance
32 void LoongArchAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction()57 bool LoongArchAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, in PrintAsmOperand()113 bool LoongArchAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand()141 void LoongArchAsmPrinter::LowerPATCHABLE_FUNCTION_ENTER( in LowerPATCHABLE_FUNCTION_ENTER()157 void LoongArchAsmPrinter::LowerPATCHABLE_FUNCTION_EXIT(const MachineInstr &MI) { in LowerPATCHABLE_FUNCTION_EXIT()161 void LoongArchAsmPrinter::LowerPATCHABLE_TAIL_CALL(const MachineInstr &MI) { in LowerPATCHABLE_TAIL_CALL()165 void LoongArchAsmPrinter::emitSled(const MachineInstr &MI, SledKind Kind) { in emitSled()190 bool LoongArchAsmPrinter::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()199 RegisterAsmPrinter<LoongArchAsmPrinter> X(getTheLoongArch32Target()); in LLVMInitializeLoongArchAsmPrinter()200 RegisterAsmPrinter<LoongArchAsmPrinter> Y(getTheLoongArch64Target()); in LLVMInitializeLoongArchAsmPrinter()
23 class LLVM_LIBRARY_VISIBILITY LoongArchAsmPrinter : public AsmPrinter {27 explicit LoongArchAsmPrinter(TargetMachine &TM, in LoongArchAsmPrinter() function