Lines Matching refs:DefInfo
979 VSETVLIInfo DefInfo = getInfoForVSETVLI(*DefMI); in needVSETVLI() local
980 if (DefInfo.hasSameAVL(CurInfo) && DefInfo.hasSameVLMAX(CurInfo)) in needVSETVLI()
1035 VSETVLIInfo DefInfo = getInfoForVSETVLI(*DefMI); in transferBefore() local
1036 if (DefInfo.hasSameVLMAX(Info) && in transferBefore()
1037 (DefInfo.hasAVLImm() || DefInfo.getAVLReg() == RISCV::X0)) { in transferBefore()
1038 if (DefInfo.hasAVLImm()) in transferBefore()
1039 Info.setAVLImm(DefInfo.getAVLImm()); in transferBefore()
1041 Info.setAVLReg(DefInfo.getAVLReg()); in transferBefore()
1172 VSETVLIInfo DefInfo = getInfoForVSETVLI(*DefMI); in needVSETVLIPHI() local
1173 if (!DefInfo.hasSameAVL(PBBInfo.Exit) || in needVSETVLIPHI()
1174 !DefInfo.hasSameVTYPE(PBBInfo.Exit)) in needVSETVLIPHI()