Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp49 MVT WebAssemblyAsmPrinter::getRegType(unsigned RegNo) const { in getRegType()
61 std::string WebAssemblyAsmPrinter::regToString(const MachineOperand &MO) { in regToString()
71 WebAssemblyTargetStreamer *WebAssemblyAsmPrinter::getTargetStreamer() { in getTargetStreamer()
80 void WebAssemblyAsmPrinter::EmitEndOfAsmFile(Module &M) { in EmitEndOfAsmFile()
158 void WebAssemblyAsmPrinter::EmitConstantPool() { in EmitConstantPool()
163 void WebAssemblyAsmPrinter::EmitJumpTableInfo() { in EmitJumpTableInfo()
167 void WebAssemblyAsmPrinter::EmitFunctionBodyStart() { in EmitFunctionBodyStart()
196 void WebAssemblyAsmPrinter::EmitInstruction(const MachineInstr *MI) { in EmitInstruction()
270 const MCExpr *WebAssemblyAsmPrinter::lowerConstant(const Constant *CV) { in lowerConstant()
279 bool WebAssemblyAsmPrinter::PrintAsmOperand(const MachineInstr *MI, in PrintAsmOperand()
[all …]
H A DWebAssemblyMCInstLower.h23 class WebAssemblyAsmPrinter; variable
32 WebAssemblyAsmPrinter &Printer;
40 WebAssemblyMCInstLower(MCContext &ctx, WebAssemblyAsmPrinter &printer) in WebAssemblyMCInstLower()
H A DWebAssemblyAsmPrinter.h24 class LLVM_LIBRARY_VISIBILITY WebAssemblyAsmPrinter final : public AsmPrinter {
32 explicit WebAssemblyAsmPrinter(TargetMachine &TM, in WebAssemblyAsmPrinter() function