Searched refs:DefMBBI (Results 1 – 1 of 1) sorted by relevance
128 MachineBasicBlock::const_iterator &DefMBBI, in isConvertibleToVMV_V_V() argument247 DefMBBI = MBBI; in isConvertibleToVMV_V_V()376 MachineBasicBlock::const_iterator DefMBBI; in copyPhysReg() local378 if (isConvertibleToVMV_V_V(STI, MBB, MBBI, DefMBBI, LMul)) { in copyPhysReg()405 if (UseVMV_V_V && (DefMBBI->getOpcode() == VIOpc)) { in copyPhysReg()413 MIB = MIB.add(DefMBBI->getOperand(1)); in copyPhysReg()417 const MCInstrDesc &Desc = DefMBBI->getDesc(); in copyPhysReg()418 MIB.add(DefMBBI->getOperand(RISCVII::getVLOpNum(Desc))); // AVL in copyPhysReg()419 MIB.add(DefMBBI->getOperand(RISCVII::getSEWOpNum(Desc))); // SEW in copyPhysReg()443 MIB = MIB.add(DefMBBI->getOperand(1)); in copyPhysReg()[all …]