Lines Matching refs:WebAssembly
163 WebAssembly::signatureToString(Sig); in getMCSymbolForFunction()
175 if (!WebAssembly::isWasmVarAddressSpace(GV->getAddressSpace())) { in emitGlobalVariable()
194 wasm::ValType Type = WebAssembly::toValType(VT); in emitGlobalVariable()
372 WebAssembly::getOrCreateFunctionTableSymbol(OutContext, Subtarget); in emitEndOfAsmFile()
380 !WebAssembly::isWasmVarAddressSpace(G.getAddressSpace()) && in emitEndOfAsmFile()
572 case WebAssembly::ARGUMENT_i32: in emitInstruction()
573 case WebAssembly::ARGUMENT_i32_S: in emitInstruction()
574 case WebAssembly::ARGUMENT_i64: in emitInstruction()
575 case WebAssembly::ARGUMENT_i64_S: in emitInstruction()
576 case WebAssembly::ARGUMENT_f32: in emitInstruction()
577 case WebAssembly::ARGUMENT_f32_S: in emitInstruction()
578 case WebAssembly::ARGUMENT_f64: in emitInstruction()
579 case WebAssembly::ARGUMENT_f64_S: in emitInstruction()
580 case WebAssembly::ARGUMENT_v16i8: in emitInstruction()
581 case WebAssembly::ARGUMENT_v16i8_S: in emitInstruction()
582 case WebAssembly::ARGUMENT_v8i16: in emitInstruction()
583 case WebAssembly::ARGUMENT_v8i16_S: in emitInstruction()
584 case WebAssembly::ARGUMENT_v4i32: in emitInstruction()
585 case WebAssembly::ARGUMENT_v4i32_S: in emitInstruction()
586 case WebAssembly::ARGUMENT_v2i64: in emitInstruction()
587 case WebAssembly::ARGUMENT_v2i64_S: in emitInstruction()
588 case WebAssembly::ARGUMENT_v4f32: in emitInstruction()
589 case WebAssembly::ARGUMENT_v4f32_S: in emitInstruction()
590 case WebAssembly::ARGUMENT_v2f64: in emitInstruction()
591 case WebAssembly::ARGUMENT_v2f64_S: in emitInstruction()
595 case WebAssembly::FALLTHROUGH_RETURN: { in emitInstruction()
604 case WebAssembly::COMPILER_FENCE: in emitInstruction()
635 assert(MI->getOpcode() == WebAssembly::INLINEASM); in PrintAsmOperand()