Searched refs:UserOp (Results 1 – 3 of 3) sorted by relevance
93 static bool vectorPseudoHasAllNBitUsers(const MachineOperand &UserOp, in vectorPseudoHasAllNBitUsers() argument95 const MachineInstr &MI = *UserOp.getParent(); in vectorPseudoHasAllNBitUsers()108 if (UserOp.getOperandNo() == RISCVII::getVLOpNum(MCID)) in vectorPseudoHasAllNBitUsers()144 for (auto &UserOp : MRI.use_nodbg_operands(DestReg)) { in hasAllNBitUsers() local145 const MachineInstr *UserMI = UserOp.getParent(); in hasAllNBitUsers()146 unsigned OpIdx = UserOp.getOperandNo(); in hasAllNBitUsers()150 if (vectorPseudoHasAllNBitUsers(UserOp, Bits)) in hasAllNBitUsers()
123 for (auto &UserOp : MRI.use_nodbg_operands(DestReg)) { in hasAllNBitUsers() local124 const MachineInstr *UserMI = UserOp.getParent(); in hasAllNBitUsers()125 unsigned OpIdx = UserOp.getOperandNo(); in hasAllNBitUsers()
11646 User *UserOp = nullptr; in gather() local11649 UserOp = SI; in gather()11651 UserOp = InsElt; in gather()11653 if (UserOp) { in gather()11655 ExternalUses.emplace_back(V, UserOp, FoundLane); in gather()