Searched refs:VLOpDef (Results 1 – 1 of 1) sorted by relevance
1322 MachineInstr *VLOpDef = MRI->getVRegDef(Reg); in emitVSETVLIs() local1332 if (VLOpDef && TII->isAddImmediate(*VLOpDef, Reg) && in emitVSETVLIs()1334 VLOpDef->eraseFromParent(); in emitVSETVLIs()1570 MachineInstr *VLOpDef = MRI->getUniqueVRegDef(OldVLReg); in doLocalPostpass() local1571 if (VLOpDef && TII->isAddImmediate(*VLOpDef, OldVLReg) && in doLocalPostpass()1573 VLOpDef->eraseFromParent(); in doLocalPostpass()