Home
last modified time | relevance | path

Searched refs:users (Results 401 - 425 of 670) sorted by relevance

1...<<11121314151617181920>>...27

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DDivergenceAnalysis.cpp187 // marks all users of loop-carried values of the loop headed by LoopHeader as
196 // Otherwise potential users of loop-carried values could be anywhere in the in taintLoopLiveOuts()
224 // taint outside users of values carried by DivLoop in taintLoopLiveOuts()
262 for (const auto *User : V.users()) { in pushUsers()
337 // Thus all users have to be in the dominance region of the loop header, in propagateLoopDivergence()
399 // propagate value divergence to users in compute()
H A DLegacyDivergenceAnalysis.cpp113 // Finds all users of I that are outside the influence region, and add these
114 // users to Worklist.
197 // these users are sync dependent on TI. in exploreSyncDependency()
261 for (User *U : V->users()) { in exploreDataDependency()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp145 for (User *U : Inst->users()) in addPHINodes()
H A DSplitModule.cpp76 // Adds all GlobalValue users of V to the same cluster as GV.
79 for (auto *U : V->users()) { in addAllGlobalValueUsers()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp95 // any and/or/xor i1 users to the queue.
100 for (auto *U : I->users()) { in converted()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp163 for (User *U : GV->users()) in rewriteNonInstructionUses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp16 // 4. All instructions in the dag must not have users outside the dag.
233 // can't shrink something that has multiple users, unless all users are in getBestTruncatedType()
242 for (auto *U : I->users()) in getBestTruncatedType()
248 // even if it has multiple users. Thus, update the DesiredBitWidth and in getBestTruncatedType()
379 // We still need to check that the instruction has no users before we erase in ReduceExpressionDag()
380 // it, because {SExt, ZExt}Inst Instruction might have other users that was in ReduceExpressionDag()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp134 for (User *U : V->users()) in OnlyUsedBy()
H A DPartialInlining.cpp1244 // users (function pointers, etc.) back to the original function. in ~FunctionCloner()
1272 if (F->users().empty()) in unswitchFunction()
1378 assert(Cloner.OrigFunc->users().empty() && in tryPartialInline()
1379 "F's users should all be replaced!"); in tryPartialInline()
1470 for (User *U : CurrFunc->users()) in run()
/kernel/linux/linux-5.10/net/core/
H A Dpktgen.c3287 while (refcount_read(&(pkt_dev->skb->users)) != 1) { in pktgen_wait_for_skb()
3344 refcount_add(burst, &skb->users); in pktgen_xmit()
3352 if (refcount_read(&skb->users) != burst) { in pktgen_xmit()
3356 WARN_ON(refcount_sub_and_test(burst - 1, &skb->users)); in pktgen_xmit()
3370 refcount_inc(&pkt_dev->skb->users); in pktgen_xmit()
3410 refcount_add(burst, &pkt_dev->skb->users); in pktgen_xmit()
3436 refcount_dec(&(pkt_dev->skb->users)); in pktgen_xmit()
3440 WARN_ON(refcount_sub_and_test(burst, &pkt_dev->skb->users)); in pktgen_xmit()
H A Dnetpoll.c277 refcount_set(&skb->users, 1); in zap_completion_queue()
309 refcount_set(&skb->users, 1); in find_skb()
/kernel/linux/linux-6.6/mm/
H A Dswapfile.c527 si = container_of(ref, struct swap_info_struct, users); in swap_users_ref_free()
1272 if (!percpu_ref_tryget_live(&si->users)) in get_swap_device()
1275 * Guarantee the si->users are checked before accessing other in get_swap_device()
1293 percpu_ref_put(&si->users); in get_swap_device()
2257 * prevents users from writing to the swap device, which will corrupt memory.
2371 percpu_ref_resurrect(&p->users); in enable_swap_info()
2493 percpu_ref_kill(&p->users); in SYSCALL_DEFINE1()
2724 if (percpu_ref_init(&p->users, swap_users_ref_free, in alloc_swap_info()
2737 percpu_ref_exit(&p->users); in alloc_swap_info()
2764 percpu_ref_exit(&defer->users); in alloc_swap_info()
[all...]
/kernel/linux/linux-6.6/net/core/
H A Dpktgen.c3429 while (refcount_read(&(pkt_dev->skb->users)) != 1) { in pktgen_wait_for_skb()
3486 refcount_add(burst, &skb->users); in pktgen_xmit()
3494 if (refcount_read(&skb->users) != burst) { in pktgen_xmit()
3498 WARN_ON(refcount_sub_and_test(burst - 1, &skb->users)); in pktgen_xmit()
3512 refcount_inc(&pkt_dev->skb->users); in pktgen_xmit()
3552 refcount_add(burst, &pkt_dev->skb->users); in pktgen_xmit()
3578 refcount_dec(&(pkt_dev->skb->users)); in pktgen_xmit()
3582 WARN_ON(refcount_sub_and_test(burst, &pkt_dev->skb->users)); in pktgen_xmit()
/kernel/linux/linux-5.10/crypto/
H A Dalgapi.c208 * unregistered instance cannot have any users, so treat in crypto_remove_spawns()
556 LIST_HEAD(users); in crypto_unregister_template()
565 int err = crypto_remove_alg(&inst->alg, &users); in crypto_unregister_template()
576 crypto_remove_final(&users); in crypto_unregister_template()
/kernel/linux/linux-5.10/drivers/input/mouse/
H A Dcyapa.c529 if (!input || !input->users) { in cyapa_enable_irq_for_cmd()
549 if (!input || !input->users) { in cyapa_disable_irq_for_cmd()
655 if (!input || !input->users) { in cyapa_reinitialize()
663 * in operational mode and input->users > 0. in cyapa_reinitialize()
1368 * users in use, so need check it before disable it to in cyapa_suspend()
/kernel/linux/linux-5.10/drivers/iio/accel/
H A Dbmc150-accel-core.c160 atomic_t users; member
459 if (atomic_inc_return(&intr->users) > 1) in bmc150_accel_set_interrupt()
462 if (atomic_dec_return(&intr->users) > 0) in bmc150_accel_set_interrupt()
/kernel/linux/linux-5.10/drivers/net/ethernet/toshiba/
H A Dps3_gelic_net.c240 if (atomic_inc_return(&card->users) == 1) { in gelic_card_up()
258 if (atomic_dec_if_positive(&card->users) == 0) { in gelic_card_down()
1562 atomic_set(&card->users, 0); in gelic_alloc_card_net()
/kernel/linux/linux-6.6/drivers/net/ethernet/toshiba/
H A Dps3_gelic_net.c240 if (atomic_inc_return(&card->users) == 1) { in gelic_card_up()
258 if (atomic_dec_if_positive(&card->users) == 0) { in gelic_card_down()
1564 atomic_set(&card->users, 0); in gelic_alloc_card_net()
/third_party/node/deps/v8/src/heap/
H A Dobject-stats.cc906 Object users = info.prototype_users(); in RecordVirtualMapDetails() local
907 if (users.IsWeakFixedArray(cage_base())) { in RecordVirtualMapDetails()
908 RecordSimpleVirtualObjectStats(map, WeakArrayList::cast(users), in RecordVirtualMapDetails()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp663 // Check V's users to see if it is involved in a reduction in L.
665 for (Value *User : V->users()) {
894 // users are either reduction PHIs or PHIs outside the outer loop (which means
904 if (any_of(PHI.users(), [&Reductions, OuterL](User *U) {
1358 // latch of the new outer loop, and the only possible users can PHI nodes
1374 assert(all_of(P.users(),
1396 // If a PHI node has users outside of InnerExit, it has a use outside the
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp787 // Make sure all the users of a vector are constant-index extracts. in collectInstructions()
788 if (isa<VectorType>(Ty) && !llvm::all_of(LI->users(), [](const User *U) { in collectInstructions()
834 if (isa<VectorType>(Ty) && !llvm::all_of(SI->users(), [](const User *U) { in collectInstructions()
1205 for (auto Use : Chain[I]->users()) { in vectorizeLoadChain()
1206 // All users of vector loads are ExtractElement instructions with in vectorizeLoadChain()
/kernel/linux/linux-5.10/drivers/input/keyboard/
H A Dgpio_keys.c968 if (input->users) in gpio_keys_suspend()
986 if (input->users) in gpio_keys_resume()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Diqs5xx.c1020 if (input->users) in iqs5xx_suspend()
1039 if (input->users) in iqs5xx_resume()
/kernel/linux/linux-5.10/drivers/media/usb/cx231xx/
H A Dcx231xx.h417 int users, shutdown; member
610 int users; /* user count for exclusive use */ member
/kernel/linux/linux-5.10/drivers/media/rc/
H A Dnuvoton-cir.c1060 if (nvt->rdev->users) in nvt_suspend()
1080 if (nvt->rdev->users) in nvt_resume()

Completed in 41 milliseconds

1...<<11121314151617181920>>...27