/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUOpenCLEnqueuedBlockLowering.cpp | 101 for (auto UU : U->users()) in collectFunctionUsers() 102 collectFunctionUsers(&*UU, Funcs); in collectFunctionUsers() 130 auto *UU = &*U; in runOnModule() local 131 if (!isa<ConstantExpr>(UU)) in runOnModule() 133 collectFunctionUsers(UU, Callers); in runOnModule() 134 auto *BitCast = cast<ConstantExpr>(UU); in runOnModule()
|
H A D | AMDGPUAlwaysInlinePass.cpp | 82 for (User *UU : U->users()) in recursivelyVisitUsers() 83 Stack.push_back(UU); in recursivelyVisitUsers()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | SplitModule.cpp | 83 const User *UU = Worklist.pop_back_val(); in addAllGlobalValueUsers() local 85 if (isa<Constant>(UU) && !isa<GlobalValue>(UU)) { in addAllGlobalValueUsers() 86 Worklist.append(UU->user_begin(), UU->user_end()); in addAllGlobalValueUsers() 89 addNonConstUser(GVtoClusterMap, GV, UU); in addAllGlobalValueUsers()
|
H A D | CodeExtractor.cpp | 111 if (auto *UU = dyn_cast<User>(U)) in isBlockValidForExtraction() 112 ToVisit.push_back(UU); in isBlockValidForExtraction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopRerollPass.cpp | 545 for (auto *UU : User->users()) { in isLoopControlIV() 546 if (PHINode *PN = dyn_cast<PHINode>(UU)) { in isLoopControlIV() 552 Instruction *UUser = dyn_cast<Instruction>(UU); in isLoopControlIV() 770 for (auto *UU : U->users()) { in isLoopIncrement() 771 PHINode *PN = dyn_cast<PHINode>(UU); in isLoopIncrement() 1174 for (auto *UU : IVUser->users()) { in validate() 1175 Instruction *UUser = dyn_cast<Instruction>(UU); in validate() 1184 if (UU->hasOneUse()) { in validate()
|
H A D | MemCpyOptimizer.cpp | 817 for (User *UU : U->users()) in performCallSlotOptzn() 818 srcUseList.push_back(UU); in performCallSlotOptzn() 825 for (User *UU : U->users()) in performCallSlotOptzn() 826 srcUseList.push_back(UU); in performCallSlotOptzn()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | FunctionAttrs.cpp | 474 for (Use &UU : I->uses()) in determinePointerReadAttrs() 475 if (Visited.insert(&UU).second) in determinePointerReadAttrs() 476 Worklist.push_back(&UU); in determinePointerReadAttrs() 488 for (Use &UU : I->uses()) in determinePointerReadAttrs() 489 if (Visited.insert(&UU).second) in determinePointerReadAttrs() 490 Worklist.push_back(&UU); in determinePointerReadAttrs()
|
H A D | GlobalOpt.cpp | 394 [](User *UU) { return isSafeSROAElementUse(UU); }); in isSafeSROAGEP() 1816 for (auto *UU : U->users()) { 1817 if (auto *LI = dyn_cast<LoadInst>(UU)) 1819 else if (auto *SI = dyn_cast<StoreInst>(UU)) 1890 for (auto *UU : U->users()) 1891 if (!isa<Instruction>(UU)) 1919 for (auto *UU : U->users()) 1920 UUsers.push_back(UU); 1921 for (auto *UU [all...] |
H A D | DeadArgumentElimination.cpp | 419 for (const Use &UU : IV->uses()) { in SurveyUse() 420 Result = SurveyUse(&UU, MaybeLiveUses, RetValNum); in SurveyUse()
|
H A D | Attributor.cpp | 5632 for (const Use &UU : U->getUser()->uses()) in checkForAllUses() 5633 Worklist.push_back(&UU); in checkForAllUses()
|
/third_party/toybox/toys/posix/ |
H A D | ps.c | 210 struct ptr_len gg, GG, pp, PP, ss, tt, uu, UU; 465 {&TT.uu, SLOT_uid}, {&TT.UU, SLOT_ruid} in shared_match_process() 782 |_PS_IO|_PS_DIO)) || TT.GG.len || TT.UU.len) in get_ps() 1201 } else if (pl==&TT.uu || pl==&TT.UU) { in parse_rest() 1308 comma_args(TT.ps.U, &TT.UU, "bad -U", parse_rest); in ps_main() 1398 free(TT.UU.ptr); in ps_main() 1898 comma_args(TT.pgrep.U, &TT.UU, "bad -U", parse_rest); in pgrep_main()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 167 struct ptr_len gg, GG, pp, PP, ss, tt, uu, UU; 422 {&TT.uu, SLOT_uid}, {&TT.UU, SLOT_ruid} in shared_match_process() 739 |_PS_IO|_PS_DIO)) || TT.GG.len || TT.UU.len) in get_ps() 1158 } else if (pl==&TT.uu || pl==&TT.UU) { in parse_rest() 1740 comma_args(TT.pgrep.U, &TT.UU, "bad -U", parse_rest); in pgrep_main()
|
/third_party/toybox/generated/ |
H A D | globals.h | 1460 struct ptr_len gg, GG, pp, PP, ss, tt, uu, UU; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.cpp | 649 for (const User *UU : U->users()) in usedInOneFunc() 650 if (!usedInOneFunc(UU, oneFunc)) in usedInOneFunc()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 3339 for (auto *UU : U->users()) in allUsersAreInFunction() 3340 Worklist.push_back(UU); in allUsersAreInFunction()
|