Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.cpp26 XCoreMCInstLower::XCoreMCInstLower(class AsmPrinter &asmprinter) in XCoreMCInstLower() function in XCoreMCInstLower
29 void XCoreMCInstLower::Initialize(MCContext *C) { Ctx = C; } in Initialize()
31 MCOperand XCoreMCInstLower::LowerSymbolOperand(const MachineOperand &MO, in LowerSymbolOperand()
77 MCOperand XCoreMCInstLower::LowerOperand(const MachineOperand &MO, in LowerOperand()
103 void XCoreMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower()
H A DXCoreMCInstLower.h23 class LLVM_LIBRARY_VISIBILITY XCoreMCInstLower {
28 XCoreMCInstLower(class AsmPrinter &asmprinter);
H A DXCoreAsmPrinter.cpp53 XCoreMCInstLower MCInstLowering;