Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp1322 MachineInstr *VLOpDef = MRI->getVRegDef(Reg); in emitVSETVLIs() local
1332 if (VLOpDef && TII->isAddImmediate(*VLOpDef, Reg) && in emitVSETVLIs()
1334 VLOpDef->eraseFromParent(); in emitVSETVLIs()
1570 MachineInstr *VLOpDef = MRI->getUniqueVRegDef(OldVLReg); in doLocalPostpass() local
1571 if (VLOpDef && TII->isAddImmediate(*VLOpDef, OldVLReg) && in doLocalPostpass()
1573 VLOpDef->eraseFromParent(); in doLocalPostpass()