Lines Matching refs:WebAssemblyAsmPrinter
49 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()
321 bool WebAssemblyAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand()
340 RegisterAsmPrinter<WebAssemblyAsmPrinter> X(getTheWebAssemblyTarget32()); in LLVMInitializeWebAssemblyAsmPrinter()
341 RegisterAsmPrinter<WebAssemblyAsmPrinter> Y(getTheWebAssemblyTarget64()); in LLVMInitializeWebAssemblyAsmPrinter()