Searched refs:UserOp (Results 1 – 1 of 1) sorted by relevance
82 static bool vectorPseudoHasAllNBitUsers(const MachineOperand &UserOp, in vectorPseudoHasAllNBitUsers() argument84 const MachineInstr &MI = *UserOp.getParent(); in vectorPseudoHasAllNBitUsers()97 if (UserOp.getOperandNo() == RISCVII::getVLOpNum(MCID)) in vectorPseudoHasAllNBitUsers()133 for (auto &UserOp : MRI.use_nodbg_operands(DestReg)) { in hasAllNBitUsers() local134 const MachineInstr *UserMI = UserOp.getParent(); in hasAllNBitUsers()135 unsigned OpIdx = UserOp.getOperandNo(); in hasAllNBitUsers()139 if (vectorPseudoHasAllNBitUsers(UserOp, Bits)) in hasAllNBitUsers()