Home
last modified time | relevance | path

Searched refs:users (Results 526 - 550 of 670) sorted by relevance

1...<<21222324252627

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp86 // The users we want the PHI to have are: in scalarizePHI()
91 for (auto U : PN->users()) { in scalarizePHI()
296 /// Find union of elements of V demanded by all its users.
586 for (User *U : ExtVecOp->users()) { in replaceExtractElements()
1136 // Two users may expect different orders of the elements. Don't try it. in canEvaluateShuffled()
2008 for (User *U : SVI.users())
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1092 // that we're users of the value we simplified to.
1102 // that we're users of the value we simplified to.
1551 // We should not need to add predicate users because the predicate info is
1858 // This condition does not depend on predicates, no need to add users
1867 // comparisons that use renamed operands as users of the earlier comparisons.
1868 // It is *not* enough to just mark predicateinfo renamed operands as users of
1880 // %operands are considered users of the icmp.
1885 // comparisons as users in PredicateInfo.cpp, or you will cause bugs. See if
2073 // Now mark the users as touched.
2074 for (auto *User : V->users()) {
[all...]
H A DSeparateConstOffsetFromGEP.cpp1283 for (User *U : V->users()) { in hasMoreThanOneUseInLoop()
H A DStructurizeCFG.cpp416 // Third: Check all the users for an invert in invert()
418 for (User *U : Condition->users()) in invert()
/kernel/linux/linux-5.10/drivers/input/keyboard/
H A Dpxa27x_keypad.c697 if (input_dev->users) { in pxa27x_keypad_resume()
/kernel/linux/linux-5.10/drivers/input/mouse/
H A Dcyapa_gen3.c955 if (cyapa->operational && input && input->users && in cyapa_gen3_set_power_mode()
/kernel/linux/linux-5.10/drivers/isdn/mISDN/
H A Dsocket.c149 refcount_dec(&skb->users); in mISDN_sock_recvmsg()
/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dexynos_adc.c654 while (info->input->users) { in exynos_ts_isr()
/kernel/linux/linux-5.10/drivers/net/
H A Drionet.c201 refcount_inc(&skb->users); in rionet_start_xmit()
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dl2cap.h705 struct list_head users; member
/kernel/linux/linux-5.10/drivers/media/usb/uvc/
H A Duvcvideo.h651 struct mutex lock; /* Protects users */
652 unsigned int users; member
/kernel/linux/linux-5.10/include/linux/
H A Dintel-iommu.h768 int users; member
/kernel/linux/linux-6.6/include/linux/
H A Diommu.h111 int users; member
/kernel/linux/linux-6.6/drivers/cpufreq/
H A DKconfig.x8680 is set disabled, it can tell the users test can only run on amd-pstate
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dcore.h839 struct ath11k_msi_user *users; member
H A Dpci.c153 .users = (struct ath11k_msi_user[]) {
/kernel/linux/linux-6.6/drivers/net/
H A Drionet.c201 refcount_inc(&skb->users); in rionet_start_xmit()
/kernel/linux/linux-6.6/drivers/isdn/mISDN/
H A Dsocket.c149 refcount_dec(&skb->users); in mISDN_sock_recvmsg()
/third_party/ltp/
H A Drunltp660 # check for required users and groups
663 echo "WARNING: required users and groups not present"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp1169 // If there are users outside the set to be eliminated, we abort the in combine()
1171 for (auto *U : I->users()) { in combine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DValue.cpp88 for (auto *U : users()) in ~Value()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DGlobalsModRef.cpp50 // re-enable them for users of LLVM that have a particular performance
283 /// AnalyzeGlobals - Scan through the users of all of the internal
340 /// AnalyzeUsesOfPointer - Look at all of the users of the specified pointer.
418 for (User *U : GV->users()) { in AnalyzeIndirectGlobalMemory()
H A DIVDescriptors.cpp208 // This includes users of the reduction, variables (which form a cycle in AddReductionVar()
214 // We start with the PHI node and scan for all of the users of this in AddReductionVar()
215 // instruction. All users must be instructions that can be used as reduction in AddReductionVar()
266 // * One value may have several outside users, but all outside in AddReductionVar()
277 // If the instruction has no users then this is a broken chain and can't be in AddReductionVar()
333 // Process users of current instruction. Push non-PHI nodes after PHI nodes in AddReductionVar()
338 for (User *U : Cur->users()) { in AddReductionVar()
443 // only have a single instruction with out-of-loop users. in AddReductionVar()
445 // The ExitInstruction(Instruction which is allowed to have out-of-loop users) in AddReductionVar()
508 /// Returns true if the select instruction has users i
[all...]
H A DLoopInfo.cpp346 for (User *U : AuxIndVar.users())
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp634 for (const User *U : OrigV->users()) in CloneAndPruneIntoFromInst()

Completed in 40 milliseconds

1...<<21222324252627