Home
last modified time | relevance | path

Searched refs:IncomingInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp1216 const VSETVLIInfo IncomingInfo = adjustIncoming(PrevInfo, NewInfo, Demanded); in transferBefore() local
1225 bool EquallyZero = IncomingInfo.hasEquallyZeroAVL(PrevInfo, LIS) && in transferBefore()
1226 IncomingInfo.hasSameVLMAX(PrevInfo); in transferBefore()
1228 Info.setAVL(IncomingInfo); in transferBefore()
1231 ((Demanded.LMUL || Demanded.SEWLMULRatio) ? IncomingInfo : Info) in transferBefore()
1233 ((Demanded.SEW || Demanded.SEWLMULRatio) ? IncomingInfo : Info).getSEW(), in transferBefore()
1236 (Demanded.TailPolicy ? IncomingInfo : Info).getTailAgnostic() || in transferBefore()
1237 IncomingInfo.getTailAgnostic(), in transferBefore()
1238 (Demanded.MaskPolicy ? IncomingInfo : Info).getMaskAgnostic() || in transferBefore()
1239 IncomingInfo.getMaskAgnostic()); in transferBefore()
[all …]