Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp189 MachineBasicBlock::const_iterator &DefMBBI, in isConvertibleToVMV_V_V() argument
308 DefMBBI = MBBI; in isConvertibleToVMV_V_V()
400 MachineBasicBlock::const_iterator DefMBBI; in copyPhysRegVector() local
402 isConvertibleToVMV_V_V(STI, MBB, MBBI, DefMBBI, LMul)) { in copyPhysRegVector()
404 if (DefMBBI->getOpcode() == VIOpc) in copyPhysRegVector()
421 MIB = MIB.add(DefMBBI->getOperand(2)); in copyPhysRegVector()
425 const MCInstrDesc &Desc = DefMBBI->getDesc(); in copyPhysRegVector()
426 MIB.add(DefMBBI->getOperand(RISCVII::getVLOpNum(Desc))); // AVL in copyPhysRegVector()
427 MIB.add(DefMBBI->getOperand(RISCVII::getSEWOpNum(Desc))); // SEW in copyPhysRegVector()