/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 1599 // WARNING: Does not do any fixup to adjust users of the original live 1748 insertRelocationStores(Statepoint->users(), AllocaMap, VisitedLiveValues); in relocationViaAlloca() 1753 insertRelocationStores(Info.UnwindToken->users(), AllocaMap, in relocationViaAlloca() 1810 for (User *U : Def->users()) { in relocationViaAlloca()
|
H A D | NewGVN.cpp | 1092 // 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 D | SeparateConstOffsetFromGEP.cpp | 1283 for (User *U : V->users()) { in hasMoreThanOneUseInLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 1124 for (auto U : Out->users()) { in findCycle() 1325 // cycled values, and (recursively) all their users. in convertShiftsToLeft() 1338 // Skip users from outside of the loop. They will be handled later. in convertShiftsToLeft() 1445 // Update the users outside of the loop to account for having left in convertShiftsToLeft() 1807 for (const Value *U : V->users()) { in recognize() 2338 for (auto K : In.users()) { in coverLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 86 // 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())
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | pxa27x_keypad.c | 697 if (input_dev->users) { in pxa27x_keypad_resume()
|
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | cyapa_gen3.c | 955 if (cyapa->operational && input && input->users && in cyapa_gen3_set_power_mode()
|
/kernel/linux/linux-5.10/drivers/isdn/mISDN/ |
H A D | socket.c | 149 refcount_dec(&skb->users); in mISDN_sock_recvmsg()
|
/kernel/linux/linux-5.10/drivers/iio/adc/ |
H A D | exynos_adc.c | 654 while (info->input->users) { in exynos_ts_isr()
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | rionet.c | 201 refcount_inc(&skb->users); in rionet_start_xmit()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | l2cap.h | 705 struct list_head users; member
|
/kernel/linux/linux-5.10/drivers/media/usb/uvc/ |
H A D | uvcvideo.h | 651 struct mutex lock; /* Protects users */ 652 unsigned int users; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | intel-iommu.h | 768 int users; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | iommu.h | 111 int users; member
|
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | Kconfig.x86 | 80 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 D | core.h | 839 struct ath11k_msi_user *users; member
|
H A D | pci.c | 153 .users = (struct ath11k_msi_user[]) {
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | rionet.c | 201 refcount_inc(&skb->users); in rionet_start_xmit()
|
/kernel/linux/linux-6.6/drivers/isdn/mISDN/ |
H A D | socket.c | 149 refcount_dec(&skb->users); in mISDN_sock_recvmsg()
|
/third_party/ltp/ |
H A D | runltp | 660 # 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 D | InterleavedLoadCombinePass.cpp | 1169 // 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 D | Value.cpp | 88 for (auto *U : users()) in ~Value()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | GlobalsModRef.cpp | 50 // 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 D | IVDescriptors.cpp | 208 // 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 D | LoopInfo.cpp | 346 for (User *U : AuxIndVar.users())
|