| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanValue.h | 57 SmallVector<VPUser *, 1> Users; variable 113 unsigned getNumUsers() const { return Users.size(); } in getNumUsers() 114 void addUser(VPUser &User) { Users.push_back(&User); } in addUser() 120 auto *I = find(Users, &User); in removeUser() 121 if (I != Users.end()) in removeUser() 122 Users.erase(I); in removeUser() 130 user_iterator user_begin() { return Users.begin(); } in user_begin() 131 const_user_iterator user_begin() const { return Users.begin(); } in user_begin() 132 user_iterator user_end() { return Users.end(); } in user_end() 133 const_user_iterator user_end() const { return Users.end(); } in user_end()
|
| /freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/ |
| H A D | ResourceManager.cpp | 212 uint64_t Users = Resource2Groups[RSID]; in use() local 213 while (Users) { in use() 215 unsigned GroupIndex = getResourceStateIndex(Users & (-Users)); in use() 220 Users &= Users - 1; in use() 235 uint64_t Users = Resource2Groups[RSID]; in release() local 236 while (Users) { in release() 237 unsigned GroupIndex = getResourceStateIndex(Users & (-Users)); in release() 240 Users &= Users - 1; in release()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Localizer.cpp | 164 SmallPtrSet<MachineInstr *, 32> Users; in localizeIntraBlock() local 167 Users.insert(&UseMI); in localizeIntraBlock() 173 if (Users.empty()) { in localizeIntraBlock() 180 while (II != MBB.end() && !Users.count(&*II)) in localizeIntraBlock() 192 if (Users.size() == 1) { in localizeIntraBlock() 194 const auto &UserDL = (*Users.begin())->getDebugLoc(); in localizeIntraBlock()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WinCFGuard.cpp | 46 SmallVector<const Value *, 4> Users{F}; in isPossibleIndirectCallTarget() local 47 while (!Users.empty()) { in isPossibleIndirectCallTarget() 48 const Value *FnOrCast = Users.pop_back_val(); in isPossibleIndirectCallTarget() 72 Users.push_back(FnUser); in isPossibleIndirectCallTarget()
|
| /freebsd/usr.sbin/ac/ |
| H A D | ac.c | 88 static SLIST_HEAD(, user_entry) Users = SLIST_HEAD_INITIALIZER(Users); 177 SLIST_FOREACH(up, &Users, next) { in update_user() 196 SLIST_INSERT_HEAD(&Users, up, next); in update_user() 272 SLIST_FOREACH(lp, &Users, next) in show_users() 301 SLIST_FOREACH(up, &Users, next) { in show_today()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Comdat.h | 52 const SmallPtrSetImpl<GlobalObject *> &getUsers() const { return Users; } in getUsers() 66 SmallPtrSet<GlobalObject *, 2> Users; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCBoolRetToInt.cpp | 144 const auto &Users = P->users(); in getPromotablePHINodes() local 146 if (!llvm::all_of(Users, IsValidUser) || in getPromotablePHINodes() 163 const auto &Users = P->users(); in getPromotablePHINodes() local 165 if (!llvm::all_of(Users, IsPromotable) || in getPromotablePHINodes()
|
| /freebsd/contrib/unbound/contrib/ios/ |
| H A D | openssl.patch | 8 +/* Users should configure with -DNO_FORK */ 32 +/* Users should configure with -DNO_FORK */
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Comdat.cpp | 30 void Comdat::addUser(GlobalObject *GO) { Users.insert(GO); } in addUser() 32 void Comdat::removeUser(GlobalObject *GO) { Users.erase(GO); } in removeUser()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroAnnotationElide.cpp | 125 SmallVector<CallBase *, 4> Users; in run() local 129 Users.push_back(CB); in run() 140 for (auto *CB : Users) { in run()
|
| H A D | SpillUtils.cpp | 163 Users.insert(&I); in visit() 318 SmallPtrSet<Instruction *, 4> Users{}; member 375 for (auto *U1 : Users) in computeShouldLiveOnFrame() 376 for (auto *U2 : Users) in computeShouldLiveOnFrame()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | DemoteRegToStack.cpp | 170 SmallVector<Instruction *, 4> Users; in DemotePHIToStack() local 173 Users.push_back(User); in DemotePHIToStack() 175 for (Instruction *User : Users) { in DemotePHIToStack()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
| H A D | BottleneckAnalysis.cpp | 48 SmallVectorImpl<User> &Users) const { in getResourceUsers() 55 Users.emplace_back(U); in getResourceUsers() 508 SmallVector<std::pair<unsigned, unsigned>, 4> Users; in onEvent() local 511 Tracker.getResourceUsers(Current, Users); in onEvent() 512 for (const std::pair<unsigned, unsigned> &U : Users) in onEvent() 514 Users.clear(); in onEvent()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVRegularizer.cpp | 81 std::vector<Instruction *> Users; in runLowerConstExpr() local 88 Users.push_back(InstUser); in runLowerConstExpr() 90 for (auto &User : Users) { in runLowerConstExpr()
|
| H A D | SPIRVLegalizePointerCast.cpp | 277 std::vector<Value *> Users; in legalizePointerCast() local 279 Users.push_back(U.getUser()); in legalizePointerCast() 281 for (Value *User : Users) { in legalizePointerCast()
|
| /freebsd/contrib/llvm-project/llvm/lib/MCA/ |
| H A D | Instruction.cpp | 61 for (const std::pair<ReadState *, int> &User : Users) { in onInstructionIssued() 82 Users.emplace_back(User, ReadAdvance); in addUser()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreLowerThreadLocal.cpp | 153 SmallVector<User *, 16> Users(GV->users()); in lowerGlobal() local 154 for (User *U : Users) { in lowerGlobal()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SjLjEHPrepare.cpp | 305 SmallVector<Instruction *, 16> Users; in lowerAcrossUnwindEdges() local 309 Users.push_back(UI); in lowerAcrossUnwindEdges() 315 while (!Users.empty()) { in lowerAcrossUnwindEdges() 316 Instruction *U = Users.pop_back_val(); in lowerAcrossUnwindEdges()
|
| /freebsd/contrib/tzdata/ |
| H A D | factory | 7 # installation procedures. Users who run 'date' will get the
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | BuiltinsXCore.def | 9 // This file defines the XCore-specific builtin function database. Users of
|
| H A D | BuiltinsVE.def | 9 // This file defines the VE-specific builtin function database. Users of
|
| H A D | FPOptions.def | 9 // This file defines the Floating Point language options. Users of this file
|
| /freebsd/usr.bin/login/ |
| H A D | login.conf | 91 russian|Russian Users Accounts:\
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MCA/ |
| H A D | Instruction.h | 246 SmallVector<std::pair<ReadState *, int>, 4> Users; variable 282 unsigned NumUsers = Users.size(); in getNumUsers() 307 assert(Users.empty() && "Write is in an inconsistent state."); in setEliminated()
|
| /freebsd/sys/contrib/device-tree/Bindings/nds32/ |
| H A D | andestech-boards | 22 majority of embedded systems in variety of application domains. Users may
|