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

1234

/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DWinCFGuard.cpp49 SmallVector<const Value *, 4> Users{F};
50 while (!Users.empty()) {
51 const Value *FnOrCast = Users.pop_back_val();
71 Users.push_back(FnUser);
/netbsd-current/games/phantasia/
H A Dphantglobs.c29 int Users; /* number of users currently playing */ variable
H A Dphantglobs.h21 extern int Users; /* number of users currently playing */
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp212 uint64_t Users = Resource2Groups[RSID]; local
213 while (Users) {
215 unsigned GroupIndex = getResourceStateIndex(Users & (-Users));
220 Users &= Users - 1;
235 uint64_t Users = Resource2Groups[RSID]; local
236 while (Users) {
237 unsigned GroupIndex = getResourceStateIndex(Users & (-Users));
[all...]
/netbsd-current/usr.sbin/ac/
H A Dac.c81 static struct user_list *Users = NULL; variable in typeref:struct:user_list
309 Users = update_user(Users, argv[optind], 0L);
367 Users = update_user(Users, lp->usr.ut_name, secs);
394 Users = update_user(Users, lp->usr.ut_name, secs);
481 show_today(Users, head, secs);
540 show_today(Users, head, secs);
549 show_today(Users, hea
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h57 SmallVector<VPUser *, 1> Users; member in class:llvm::VPValue
127 unsigned getNumUsers() const { return Users.size(); }
128 void addUser(VPUser &User) { Users.push_back(&User); }
135 erase_if(Users, [&User, &Found](VPUser *Other) {
151 user_iterator user_begin() { return Users.begin(); }
152 const_user_iterator user_begin() const { return Users.begin(); }
153 user_iterator user_end() { return Users.end(); }
154 const_user_iterator user_end() const { return Users.end(); }
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DReduceArguments.cpp25 const auto &Users = OldF.users(); local
26 for (auto I = Users.begin(), E = Users.end(); I != E; )
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLocalizer.cpp163 SmallPtrSet<MachineInstr *, 32> Users; local
166 Users.insert(&UseMI);
170 if (Users.empty())
175 while (II != MBB.end() && !Users.count(&*II))
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp150 const auto &Users = P->users(); local
152 if (!llvm::all_of(Users, IsValidUser) ||
169 const auto &Users = P->users(); local
171 if (!llvm::all_of(Users, IsPromotable) ||
/netbsd-current/share/mk/
H A Dbsd.kernobj.mk14 # Users can set this to have build.sh find kernel
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MCA/
H A DInstruction.cpp61 for (const std::pair<ReadState *, int> &User : Users) {
82 Users.emplace_back(User, ReadAdvance);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp154 SmallVector<User *, 16> Users(GV->users());
155 for (unsigned I = 0, E = Users.size(); I != E; ++I) {
156 User *U = Users[I];
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp49 SmallVectorImpl<User> &Users) const {
56 Users.emplace_back(U);
509 SmallVector<std::pair<unsigned, unsigned>, 4> Users;
512 Tracker.getResourceUsers(Current, Users);
513 for (const std::pair<unsigned, unsigned> &U : Users)
515 Users.clear();
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DInstruction.h141 // A list of dependent reads. Users is a set of dependent
147 SmallVector<std::pair<ReadState *, int>, 4> Users; member in class:llvm::mca::WriteState
182 unsigned NumUsers = Users.size();
207 assert(Users.empty() && "Write is in an inconsistent state.");
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp50 SmallVectorImpl<CoroSubFnInst *> &Users) {
51 if (Users.empty())
57 Type *IntrTy = Users.front()->getType();
67 for (CoroSubFnInst *I : Users)
49 replaceWithConstant(Constant *Value, SmallVectorImpl<CoroSubFnInst *> &Users) argument
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/xtensa/
H A Dcrti.S24 # .init sections. Users may put any desired instructions in those
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/moxie/
H A Dcrti.S25 # .init sections. Users may put any desired instructions in those
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/ft32/
H A Dcrti.S25 # .init sections. Users may put any desired instructions in those
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/ia64/
H A Dcrti.S24 # .init sections. Users may put any desired instructions in those
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/ft32/
H A Dcrti.S25 # .init sections. Users may put any desired instructions in those
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/ia64/
H A Dcrti.S24 # .init sections. Users may put any desired instructions in those
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/moxie/
H A Dcrti.S25 # .init sections. Users may put any desired instructions in those
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/xtensa/
H A Dcrti.S24 # .init sections. Users may put any desired instructions in those
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/csky/
H A Dcrtn.S26 # fact return. Users may put any desired instructions in those sections.
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/sparc/
H A Dcrtn.S26 ! fact return. Users may put any desired instructions in those sections.

Completed in 329 milliseconds

1234