Searched refs:Users (Results 76 - 85 of 85) sorted by relevance

1234

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp284 SmallVector<Instruction *, 4> Users; local
286 Users.push_back(cast<Instruction>(U));
287 const Instruction *CtxI = findCommonDominator(Users, *DT);
H A DLoopUtils.cpp139 auto Users = Inst.users(); local
140 if (any_of(Users, [&](User *U) {
/netbsd-current/games/phantasia/
H A Dmisc.c422 mvprintw(1, 0, "Level :%7.0f Energy :%9.0f(%9.0f) Mana :%9.0f Users:%3d\n",
424 Player.p_mana, Users);
H A Dmain.c311 Users = 0;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1737 SmallSetVector<User*, 8> Users(I.user_begin(), I.user_end());
1739 for (auto *UI : Users) {
H A DLoopStrengthReduce.cpp2830 /// any IV users that keep the IV live across increments (the Users set should
2839 SmallPtrSetImpl<Instruction *> &Users,
2848 if (!Users.empty()) {
2851 : Users) { dbgs() << " " << *Inst << "\n"; });
3070 // consider leaf IV Users. This effectively rediscovers a portion of
5634 LLVM_DEBUG(dbgs() << "LSR skipping loop, too many IV Users in " << U
2838 isProfitableChain(IVChain &Chain, SmallPtrSetImpl<Instruction *> &Users, ScalarEvolution &SE, const TargetTransformInfo &TTI) argument
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dregstr.d666 REGSTR_KEY_POL_USERS = `Users`,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp10965 SDNode *Users[5] = { nullptr };
11011 Users[Lane] = *I;
11021 if (Users[Lane])
11024 Users[Lane] = *I;
11087 SDLoc(Node), Users[Lane]->getValueType(0),
11089 DAG.ReplaceAllUsesWith(Users[Lane], Copy);
11095 SDNode *User = Users[i];
11098 // Users[0] is still nullptr because channel 0 doesn't really have a use.
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14009 SetVector<SDNode *> Users;
14022 Users.insert(U);
14028 if ((Users.size() * NumElts) < MinUses)
14036 for (auto *U : Users) {
22104 // Users of the select now use the result of the load.
22107 // Users of the old loads now use the new load's chain. We know the
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli833 (** {6 Users} *)

Completed in 446 milliseconds

1234