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.cpp1667 MachineInstr *VLOpDef = MRI->getUniqueVRegDef(OldVLReg); in coalesceVSETVLIs() local
1668 if (VLOpDef && TII->isAddImmediate(*VLOpDef, OldVLReg) && in coalesceVSETVLIs()
1670 ToDelete.push_back(VLOpDef); in coalesceVSETVLIs()