Lines Matching refs:WebAssembly
53 if (WebAssembly::isWasmVarAddressSpace(Global->getAddressSpace()) && in GetGlobalAddressSymbol()
62 WebAssembly::wasmSymbolSetType(WasmSym, GlobalVT, VTs); in GetGlobalAddressSymbol()
80 F, WebAssembly::WasmEnableEmEH || WebAssembly::WasmEnableEmSjLj, in GetGlobalAddressSymbol()
198 if (Info.OperandType == WebAssembly::OPERAND_TYPEINDEX) { in lower()
206 WebAssembly::regClassToValType(MRI.getRegClass(MO.getReg()))); in lower()
210 WebAssembly::regClassToValType(MRI.getRegClass(MO.getReg()))); in lower()
214 if (WebAssembly::isCallIndirect(MI->getOpcode())) in lower()
219 if (MI->getOpcode() == WebAssembly::RET_CALL_INDIRECT) in lower()
224 } else if (Info.OperandType == WebAssembly::OPERAND_SIGNATURE) { in lower()
225 auto BT = static_cast<WebAssembly::BlockType>(MO.getImm()); in lower()
226 assert(BT != WebAssembly::BlockType::Invalid); in lower()
227 if (BT == WebAssembly::BlockType::Multivalue) { in lower()
292 auto StackOpcode = WebAssembly::getStackOpcode(RegOpcode); in removeRegisterOperands()