Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp1654 MachineInstr *VLOpDef = MRI->getUniqueVRegDef(OldVLReg); in coalesceVSETVLIs() local
1655 if (VLOpDef && TII->isAddImmediate(*VLOpDef, OldVLReg) && in coalesceVSETVLIs()
1659 LIS->RemoveMachineInstrFromMaps(*VLOpDef); in coalesceVSETVLIs()
1661 VLOpDef->eraseFromParent(); in coalesceVSETVLIs()