Searched refs:AVLReg (Results 1 – 1 of 1) sorted by relevance
525 void setAVLRegDef(const VNInfo *VNInfo, Register AVLReg) { in setAVLRegDef() argument526 assert(AVLReg.isVirtual()); in setAVLRegDef()528 AVLRegDef.DefReg = AVLReg; in setAVLRegDef()953 Register AVLReg = MI.getOperand(1).getReg(); in getInfoForVSETVLI() local954 VNInfo *VNI = getVNInfoFromReg(AVLReg, MI, LIS); in getInfoForVSETVLI()955 NewInfo.setAVLRegDef(VNI, AVLReg); in getInfoForVSETVLI()1115 Register AVLReg = Info.getAVLReg(); in insertVSETVLI() local1116 MRI->constrainRegClass(AVLReg, &RISCV::GPRNoX0RegClass); in insertVSETVLI()1119 .addReg(AVLReg) in insertVSETVLI()1123 LiveInterval &LI = LIS->getInterval(AVLReg); in insertVSETVLI()[all …]