Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.h30 class LLVM_LIBRARY_VISIBILITY WebAssemblyMCInstLower {
41 WebAssemblyMCInstLower(MCContext &ctx, WebAssemblyAsmPrinter &printer) in WebAssemblyMCInstLower() function
H A DWebAssemblyMCInstLower.cpp47 WebAssemblyMCInstLower::GetGlobalAddressSymbol(const MachineOperand &MO) const { in GetGlobalAddressSymbol()
86 MCSymbol *WebAssemblyMCInstLower::GetExternalSymbolSymbol( in GetExternalSymbolSymbol()
91 MCOperand WebAssemblyMCInstLower::lowerSymbolOperand(const MachineOperand &MO, in lowerSymbolOperand()
140 MCOperand WebAssemblyMCInstLower::lowerTypeIndexOperand( in lowerTypeIndexOperand()
165 void WebAssemblyMCInstLower::lower(const MachineInstr *MI, in lower()
H A DWebAssemblyAsmPrinter.cpp698 WebAssemblyMCInstLower MCInstLowering(OutContext, *this); in emitInstruction()