Searched refs:IncomingInfo (Results 1 – 1 of 1) sorted by relevance
1226 const VSETVLIInfo IncomingInfo = adjustIncoming(PrevInfo, NewInfo, Demanded); in transferBefore() local1235 bool EquallyZero = IncomingInfo.hasEquallyZeroAVL(PrevInfo, LIS) && in transferBefore()1236 IncomingInfo.hasSameVLMAX(PrevInfo); in transferBefore()1238 Info.setAVL(IncomingInfo); in transferBefore()1241 ((Demanded.LMUL || Demanded.SEWLMULRatio) ? IncomingInfo : Info) in transferBefore()1243 ((Demanded.SEW || Demanded.SEWLMULRatio) ? IncomingInfo : Info).getSEW(), in transferBefore()1246 (Demanded.TailPolicy ? IncomingInfo : Info).getTailAgnostic() || in transferBefore()1247 IncomingInfo.getTailAgnostic(), in transferBefore()1248 (Demanded.MaskPolicy ? IncomingInfo : Info).getMaskAgnostic() || in transferBefore()1249 IncomingInfo.getMaskAgnostic()); in transferBefore()[all …]