Lines Matching refs:WebAssembly
161 WebAssembly::signatureToString(Sig); in getMCSymbolForFunction()
173 if (!WebAssembly::isWasmVarAddressSpace(GV->getAddressSpace())) { in emitGlobalVariable()
195 WebAssembly::wasmSymbolSetType(Sym, GlobalVT, VTs); in emitGlobalVariable()
341 &F, WebAssembly::WasmEnableEmEH || WebAssembly::WasmEnableEmSjLj, in emitDecls()
403 WebAssembly::getOrCreateFunctionTableSymbol(OutContext, Subtarget); in emitEndOfAsmFile()
411 !WebAssembly::isWasmVarAddressSpace(G.getAddressSpace()) && in emitEndOfAsmFile()
604 case WebAssembly::ARGUMENT_i32: in emitInstruction()
605 case WebAssembly::ARGUMENT_i32_S: in emitInstruction()
606 case WebAssembly::ARGUMENT_i64: in emitInstruction()
607 case WebAssembly::ARGUMENT_i64_S: in emitInstruction()
608 case WebAssembly::ARGUMENT_f32: in emitInstruction()
609 case WebAssembly::ARGUMENT_f32_S: in emitInstruction()
610 case WebAssembly::ARGUMENT_f64: in emitInstruction()
611 case WebAssembly::ARGUMENT_f64_S: in emitInstruction()
612 case WebAssembly::ARGUMENT_v16i8: in emitInstruction()
613 case WebAssembly::ARGUMENT_v16i8_S: in emitInstruction()
614 case WebAssembly::ARGUMENT_v8i16: in emitInstruction()
615 case WebAssembly::ARGUMENT_v8i16_S: in emitInstruction()
616 case WebAssembly::ARGUMENT_v4i32: in emitInstruction()
617 case WebAssembly::ARGUMENT_v4i32_S: in emitInstruction()
618 case WebAssembly::ARGUMENT_v2i64: in emitInstruction()
619 case WebAssembly::ARGUMENT_v2i64_S: in emitInstruction()
620 case WebAssembly::ARGUMENT_v4f32: in emitInstruction()
621 case WebAssembly::ARGUMENT_v4f32_S: in emitInstruction()
622 case WebAssembly::ARGUMENT_v2f64: in emitInstruction()
623 case WebAssembly::ARGUMENT_v2f64_S: in emitInstruction()
627 case WebAssembly::FALLTHROUGH_RETURN: { in emitInstruction()
636 case WebAssembly::COMPILER_FENCE: in emitInstruction()
667 assert(MI->getOpcode() == WebAssembly::INLINEASM); in PrintAsmOperand()