Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp1735 Register OldAVLReg; in coalesceVSETVLIs() local
1737 OldAVLReg = MI->getOperand(1).getReg(); in coalesceVSETVLIs()
1739 if (OldAVLReg && OldAVLReg.isVirtual()) in coalesceVSETVLIs()
1740 afterDroppedAVLUse(OldAVLReg); in coalesceVSETVLIs()