Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp908 const VSETVLIInfo &Info, const VSETVLIInfo &PrevInfo);
1077 const VSETVLIInfo &Info, const VSETVLIInfo &PrevInfo) { in insertVSETVLI() argument
1080 if (PrevInfo.isValid() && !PrevInfo.isUnknown()) { in insertVSETVLI()
1083 if (Info.hasSameAVL(PrevInfo) && Info.hasSameVLMAX(PrevInfo)) { in insertVSETVLI()
1097 if (Info.hasSameVLMAX(PrevInfo) && Info.hasAVLReg()) { in insertVSETVLI()
1101 if (DefInfo.hasSameAVL(PrevInfo) && DefInfo.hasSameVLMAX(PrevInfo)) { in insertVSETVLI()
1192 static VSETVLIInfo adjustIncoming(VSETVLIInfo PrevInfo, VSETVLIInfo NewInfo, in adjustIncoming() argument
1196 if (!Demanded.LMUL && !Demanded.SEWLMULRatio && PrevInfo.isValid() && in adjustIncoming()
1197 !PrevInfo.isUnknown()) { in adjustIncoming()
1199 PrevInfo.getSEW(), PrevInfo.getVLMUL(), Info.getSEW())) in adjustIncoming()
[all …]