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.cpp258 MachineBasicBlock::const_iterator &DefMBBI, in isConvertibleToVMV_V_V() argument
371 DefMBBI = MBBI; in isConvertibleToVMV_V_V()
463 MachineBasicBlock::const_iterator DefMBBI; in copyPhysRegVector() local
465 isConvertibleToVMV_V_V(STI, MBB, MBBI, DefMBBI, LMul)) { in copyPhysRegVector()
467 if (DefMBBI->getOpcode() == VIOpc) in copyPhysRegVector()
484 MIB = MIB.add(DefMBBI->getOperand(2)); in copyPhysRegVector()
488 const MCInstrDesc &Desc = DefMBBI->getDesc(); in copyPhysRegVector()
489 MIB.add(DefMBBI->getOperand(RISCVII::getVLOpNum(Desc))); // AVL in copyPhysRegVector()
491 DefMBBI->getOperand(RISCVII::getSEWOpNum(Desc)).getImm(); in copyPhysRegVector()