Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kMCInstLower.cpp34 M68kMCInstLower::M68kMCInstLower(MachineFunction &MF, M68kAsmPrinter &AP) in M68kMCInstLower() function in M68kMCInstLower
39 M68kMCInstLower::GetSymbolFromOperand(const MachineOperand &MO) const { in GetSymbolFromOperand()
73 MCOperand M68kMCInstLower::LowerSymbolOperand(const MachineOperand &MO, in LowerSymbolOperand()
129 M68kMCInstLower::LowerOperand(const MachineInstr *MI, in LowerOperand()
160 void M68kMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower()
H A DM68kMCInstLower.h31 class M68kMCInstLower {
40 M68kMCInstLower(MachineFunction &MF, M68kAsmPrinter &AP);
H A DM68kAsmPrinter.h54 std::unique_ptr<M68kMCInstLower> MCInstLowering;
H A DM68kAsmPrinter.cpp32 MCInstLowering = std::make_unique<M68kMCInstLower>(MF, *this); in runOnMachineFunction()