Home
last modified time | relevance | path

Searched refs:M68kAsmPrinter (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kAsmPrinter.cpp30 bool M68kAsmPrinter::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
37 void M68kAsmPrinter::printOperand(const MachineInstr *MI, int OpNum, in printOperand()
67 bool M68kAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, in PrintAsmOperand()
79 void M68kAsmPrinter::printDisp(const MachineInstr *MI, unsigned opNum, in printDisp()
92 void M68kAsmPrinter::printAbsMem(const MachineInstr *MI, unsigned OpNum, in printAbsMem()
101 bool M68kAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand()
163 void M68kAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction()
188 void M68kAsmPrinter::emitFunctionBodyStart() {} in emitFunctionBodyStart()
190 void M68kAsmPrinter::emitFunctionBodyEnd() {} in emitFunctionBodyEnd()
192 void M68kAsmPrinter::emitStartOfAsmFile(Module &M) { in emitStartOfAsmFile()
[all …]
H A DM68kMCInstLower.h28 class M68kAsmPrinter; variable
37 M68kAsmPrinter &AsmPrinter;
40 M68kMCInstLower(MachineFunction &MF, M68kAsmPrinter &AP);
H A DM68kAsmPrinter.h38 class LLVM_LIBRARY_VISIBILITY M68kAsmPrinter
40 public M68kMemOperandPrinter<M68kAsmPrinter, MachineInstr> {
56 explicit M68kAsmPrinter(TargetMachine &TM, in M68kAsmPrinter() function
H A DM68kMCInstLower.cpp34 M68kMCInstLower::M68kMCInstLower(MachineFunction &MF, M68kAsmPrinter &AP) in M68kMCInstLower()