Home
last modified time | relevance | path

Searched refs:MipsAsmPrinter (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp77 MipsTargetStreamer &MipsAsmPrinter::getTargetStreamer() const { in getTargetStreamer()
81 bool MipsAsmPrinter::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
101 bool MipsAsmPrinter::lowerOperand(const MachineOperand &MO, MCOperand &MCOp) { in lowerOperand()
110 void MipsAsmPrinter::emitPseudoIndirectBranch(MCStreamer &OutStreamer, in emitPseudoIndirectBranch()
182 void MipsAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction()
328 void MipsAsmPrinter::printSavedRegsBitmask() { in printSavedRegsBitmask()
381 void MipsAsmPrinter::emitFrameDirective() { in emitFrameDirective()
392 const char *MipsAsmPrinter::getCurrentABIString() const { in getCurrentABIString()
401 void MipsAsmPrinter::emitFunctionEntryLabel() { in emitFunctionEntryLabel()
427 void MipsAsmPrinter::emitFunctionBodyStart() { in emitFunctionBodyStart()
[all …]
H A DMipsMCInstLower.h23 class MipsAsmPrinter; variable
31 MipsAsmPrinter &AsmPrinter;
34 MipsMCInstLower(MipsAsmPrinter &asmprinter);
H A DMipsAsmPrinter.h42 class LLVM_LIBRARY_VISIBILITY MipsAsmPrinter : public AsmPrinter {
126 explicit MipsAsmPrinter(TargetMachine &TM, in MipsAsmPrinter() function
H A DMipsMCInstLower.cpp28 MipsMCInstLower::MipsMCInstLower(MipsAsmPrinter &asmprinter) in MipsMCInstLower()
H A DMipsInstrInfo.td2313 // MipsAsmPrinter expands this into JR, JR64, JALR, or JALR64 depending on the
/freebsd/lib/clang/libllvm/
H A DMakefile1571 SRCS_MIN+= Target/Mips/MipsAsmPrinter.cpp