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