Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.cpp27 XCoreMCInstLower::XCoreMCInstLower(class AsmPrinter &asmprinter) in XCoreMCInstLower() function in XCoreMCInstLower
30 void XCoreMCInstLower::Initialize(MCContext *C) { Ctx = C; } in Initialize()
32 MCOperand XCoreMCInstLower::LowerSymbolOperand(const MachineOperand &MO, in LowerSymbolOperand()
78 MCOperand XCoreMCInstLower::LowerOperand(const MachineOperand &MO, in LowerOperand()
104 void XCoreMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower()
H A DXCoreMCInstLower.h25 class LLVM_LIBRARY_VISIBILITY XCoreMCInstLower {
30 XCoreMCInstLower(class AsmPrinter &asmprinter);
H A DXCoreAsmPrinter.cpp53 XCoreMCInstLower MCInstLowering;