3 references to TryGetMultiSegmentLayout
ILCompiler.Compiler (2)
parent\parent\Common\JitInterface\WasmLowering.cs (2)
696
if (!
TryGetMultiSegmentLayout
(returnType, out _, out _))
779
if (
TryGetMultiSegmentLayout
(paramType, out WasmValueType slotType, out int slotCount))
ILCompiler.RyuJit (1)
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
4048
if (WasmLowering.
TryGetMultiSegmentLayout
(type, out WasmValueType multiSlotType, out _))