Home
last modified time | relevance | path

Searched refs:AVRMCInstLower (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRMCInstLower.h26 class AVRMCInstLower {
28 AVRMCInstLower(MCContext &Ctx, AsmPrinter &Printer) in AVRMCInstLower() function
H A DAVRMCInstLower.cpp26 AVRMCInstLower::lowerSymbolOperand(const MachineOperand &MO, MCSymbol *Sym, in lowerSymbolOperand()
68 void AVRMCInstLower::lowerInstruction(const MachineInstr &MI, in lowerInstruction()
H A DAVRAsmPrinter.cpp196 AVRMCInstLower MCInstLowering(OutContext, *this); in emitInstruction()