Searched refs:M68kMCInstLower (Results 1 – 4 of 4) sorted by relevance
34 M68kMCInstLower::M68kMCInstLower(MachineFunction &MF, M68kAsmPrinter &AP) in M68kMCInstLower() function in M68kMCInstLower39 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()
31 class M68kMCInstLower {40 M68kMCInstLower(MachineFunction &MF, M68kAsmPrinter &AP);
54 std::unique_ptr<M68kMCInstLower> MCInstLowering;
32 MCInstLowering = std::make_unique<M68kMCInstLower>(MF, *this); in runOnMachineFunction()