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