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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRMCInstLower.h1 //===-- AVRMCInstLower.h - Lower MachineInstr to MCInst ---------*- C++ -*-===//
25 class AVRMCInstLower { class in namespace:llvm
27 AVRMCInstLower(MCContext &Ctx, AsmPrinter &Printer) function in class:llvm::AVRMCInstLower
H A DAVRMCInstLower.cpp1 //===-- AVRMCInstLower.cpp - Convert AVR MachineInstr to an MCInst --------===//
14 #include "AVRMCInstLower.h"
26 MCOperand AVRMCInstLower::lowerSymbolOperand(const MachineOperand &MO,
62 void AVRMCInstLower::lowerInstruction(const MachineInstr &MI, MCInst &OutMI) const {
H A DAVRAsmPrinter.cpp15 #include "AVRMCInstLower.h"
172 AVRMCInstLower MCInstLowering(OutContext, *this);

Completed in 49 milliseconds