Lines Matching refs:DefMBBI
169 MachineBasicBlock::const_iterator &DefMBBI, in isConvertibleToVMV_V_V() argument
288 DefMBBI = MBBI; in isConvertibleToVMV_V_V()
340 MachineBasicBlock::const_iterator DefMBBI; in copyPhysRegVector() local
341 if (isConvertibleToVMV_V_V(STI, MBB, MBBI, DefMBBI, LMul)) { in copyPhysRegVector()
345 if (DefMBBI->getOpcode() == VIOpc) { in copyPhysRegVector()
356 MIB = MIB.add(DefMBBI->getOperand(2)); in copyPhysRegVector()
360 const MCInstrDesc &Desc = DefMBBI->getDesc(); in copyPhysRegVector()
361 MIB.add(DefMBBI->getOperand(RISCVII::getVLOpNum(Desc))); // AVL in copyPhysRegVector()
362 MIB.add(DefMBBI->getOperand(RISCVII::getSEWOpNum(Desc))); // SEW in copyPhysRegVector()
389 MIB = MIB.add(DefMBBI->getOperand(2)); in copyPhysRegVector()
394 const MCInstrDesc &Desc = DefMBBI->getDesc(); in copyPhysRegVector()
395 MIB.add(DefMBBI->getOperand(RISCVII::getVLOpNum(Desc))); // AVL in copyPhysRegVector()
396 MIB.add(DefMBBI->getOperand(RISCVII::getSEWOpNum(Desc))); // SEW in copyPhysRegVector()