Lines Matching refs:NewInfo
960 VSETVLIInfo NewInfo; in getInfoForVSETVLI() local
962 NewInfo.setAVLImm(MI.getOperand(1).getImm()); in getInfoForVSETVLI()
970 NewInfo.setAVLVLMAX(); in getInfoForVSETVLI()
973 NewInfo.setAVLImm(1); in getInfoForVSETVLI()
976 NewInfo.setAVLRegDef(VNI, AVLReg); in getInfoForVSETVLI()
979 NewInfo.setVTYPE(MI.getOperand(2).getImm()); in getInfoForVSETVLI()
981 forwardVSETVLIAVL(NewInfo); in getInfoForVSETVLI()
983 return NewInfo; in getInfoForVSETVLI()
1192 static VSETVLIInfo adjustIncoming(VSETVLIInfo PrevInfo, VSETVLIInfo NewInfo, in adjustIncoming() argument
1194 VSETVLIInfo Info = NewInfo; in adjustIncoming()
1217 const VSETVLIInfo NewInfo = computeInfoForInstr(MI); in transferBefore() local
1218 assert(NewInfo.isValid() && !NewInfo.isUnknown()); in transferBefore()
1219 if (Info.isValid() && !needVSETVLI(Demanded, NewInfo, Info)) in transferBefore()
1224 Info = NewInfo; in transferBefore()
1226 const VSETVLIInfo IncomingInfo = adjustIncoming(PrevInfo, NewInfo, Demanded); in transferBefore()