7 references to WasmLowering
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
1630return _wasmTypeNodes.GetOrAdd(WasmLowering.GetSignature(desc).FuncType);
Compiler\DependencyAnalysis\Target_Wasm\WasmJumpStubNode.cs (1)
14WasmFuncType signature = WasmLowering.GetSignature(this).FuncType;
Compiler\DependencyAnalysis\Target_Wasm\WasmTentativeMethodNode.cs (1)
15WasmFuncType signature = WasmLowering.GetSignature(Method).FuncType;
parent\parent\Common\Compiler\ObjectWriter\WasmObjectWriter.cs (1)
193WasmFuncType signature = WasmLowering.GetSignature(node).FuncType;
ILCompiler.RyuJit (3)
parent\parent\Common\JitInterface\CorInfoImpl.cs (3)
4048if (WasmLowering.TryGetMultiSegmentLayout(type, out WasmValueType multiSlotType, out _)) 4055TypeDesc abiType = WasmLowering.LowerToAbiType(type); 4063WasmValueType wasmAbiType = WasmLowering.LowerType(abiType);