Lines Matching refs:VL
138 markSuperRegs(Reserved, RISCV::VL); in getReservedRegs()
342 Register VL = MRI.createVirtualRegister(&RISCV::GPRRegClass); in lowerVSPILL() local
347 STI.getInstrInfo()->movImm(MBB, II, DL, VL, Offset); in lowerVSPILL()
349 BuildMI(MBB, II, DL, TII->get(RISCV::PseudoReadVLENB), VL); in lowerVSPILL()
352 BuildMI(MBB, II, DL, TII->get(RISCV::SLLI), VL) in lowerVSPILL()
353 .addReg(VL) in lowerVSPILL()
374 .addReg(VL, getKillRegState(I == NF - 2)); in lowerVSPILL()
419 Register VL = MRI.createVirtualRegister(&RISCV::GPRRegClass); in lowerVRELOAD() local
424 STI.getInstrInfo()->movImm(MBB, II, DL, VL, Offset); in lowerVRELOAD()
426 BuildMI(MBB, II, DL, TII->get(RISCV::PseudoReadVLENB), VL); in lowerVRELOAD()
429 BuildMI(MBB, II, DL, TII->get(RISCV::SLLI), VL) in lowerVRELOAD()
430 .addReg(VL) in lowerVRELOAD()
446 .addReg(VL, getKillRegState(I == NF - 2)); in lowerVRELOAD()