Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVOptWInstrs.cpp93 static bool vectorPseudoHasAllNBitUsers(const MachineOperand &UserOp, in vectorPseudoHasAllNBitUsers() argument
95 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() local
145 const MachineInstr *UserMI = UserOp.getParent(); in hasAllNBitUsers()
146 unsigned OpIdx = UserOp.getOperandNo(); in hasAllNBitUsers()
150 if (vectorPseudoHasAllNBitUsers(UserOp, Bits)) in hasAllNBitUsers()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchOptWInstrs.cpp123 for (auto &UserOp : MRI.use_nodbg_operands(DestReg)) { in hasAllNBitUsers() local
124 const MachineInstr *UserMI = UserOp.getParent(); in hasAllNBitUsers()
125 unsigned OpIdx = UserOp.getOperandNo(); in hasAllNBitUsers()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp11646 User *UserOp = nullptr; in gather() local
11649 UserOp = SI; in gather()
11651 UserOp = InsElt; in gather()
11653 if (UserOp) { in gather()
11655 ExternalUses.emplace_back(V, UserOp, FoundLane); in gather()