/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/ |
D | fetch.go | 124 …ces, bases []profileSource, fetch plugin.Fetcher, obj plugin.ObjTool, ui plugin.UI, tr http.RoundT… 168 func chunkedGrab(sources []profileSource, fetch plugin.Fetcher, obj plugin.ObjTool, ui plugin.UI, t… 205 func concurrentGrab(sources []profileSource, fetch plugin.Fetcher, obj plugin.ObjTool, ui plugin.UI… 299 func setTmpDir(ui plugin.UI) (string, error) { 323 func grabProfile(s *source, source string, fetcher plugin.Fetcher, obj plugin.ObjTool, ui plugin.UI… 402 func locateBinaries(p *profile.Profile, s *source, obj plugin.ObjTool, ui plugin.UI) { 492 func fetch(source string, duration, timeout time.Duration, ui plugin.UI, tr http.RoundTripper) (p *… 570 func convertPerfData(perfPath string, ui plugin.UI) (*os.File, error) {
|
D | driver_focus.go | 31 func applyFocus(prof *profile.Profile, numLabelUnits map[string]string, cfg config, ui plugin.UI) e… 80 func compileTagFilter(name, value string, numLabelUnits map[string]string, ui plugin.UI, err error)… 215 func warnNoMatches(match bool, option string, ui plugin.UI) {
|
D | interactive.go | 128 func greetings(p *profile.Profile, ui plugin.UI) { 181 func printCurrentOptions(p *profile.Profile, ui plugin.UI) { 315 func commandHelp(args string, ui plugin.UI) {
|
D | driver.go | 235 func generateTagRootsLeaves(prof *profile.Profile, cfg config, ui plugin.UI) { 351 func identifyNumLabelUnits(p *profile.Profile, ui plugin.UI) map[string]string {
|
/aosp_15_r20/external/mesa3d/bin/pick/ |
H A D | core.py | 154 async def apply(self, ui: 'UI') -> typing.Tuple[bool, str]: 176 async def abort_cherry(self, ui: 'UI', err: str) -> None: 187 async def denominate(self, ui: 'UI') -> bool: 195 async def backport(self, ui: 'UI') -> bool: 203 async def resolve(self, ui: 'UI') -> None: 210 async def update_notes(self, ui: 'UI', notes: typing.Optional[str]) -> None:
|
H A D | ui.py | 46 def __init__(self, *args, ui: 'UI', **kwargs): 53 def __init__(self, *args, ui: 'UI', **kwargs): 75 def __init__(self, ui: 'UI', commit: 'core.Commit'): 129 class UI: class
|
/aosp_15_r20/external/perfetto/docs/data-sources/ |
H A D | frametimeline.md | 17 ## UI section in Android Jank detection with FrameTimeline 58 ### Selecting an actual timeline slice 92 ### Flow events 107 ### Color codes
|
H A D | memory-counters.md | 15 ### UI subsection 105 ### UI subsection 161 ### UI subsection 273 ### UI subsection
|
/aosp_15_r20/external/llvm/tools/llvm-readobj/ |
H A D | Win64EHDumper.cpp | 45 static uint64_t getOffsetOfLSDA(const UnwindInfo& UI) { in getOffsetOfLSDA() 180 void Dumper::printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC) { in printUnwindCode() 238 off_t Offset, const UnwindInfo &UI) { in printUnwindInfo() 301 const auto UI = reinterpret_cast<const UnwindInfo*>(Contents.data() + Offset); in printRuntimeFunction() local
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | CallSite.h | 114 bool isCallee(Value::const_user_iterator UI) const { in isCallee() 123 bool isArgOperand(Value::const_user_iterator UI) const { in isArgOperand() 134 bool isBundleOperand(Value::const_user_iterator UI) const { in isBundleOperand() 149 bool isDataOperand(Value::const_user_iterator UI) const { in isDataOperand() 196 unsigned getDataOperandNo(Value::const_user_iterator UI) const { in getDataOperandNo()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | CallSite.h | 150 bool isCallee(Value::const_user_iterator UI) const { in isCallee() 158 bool isArgOperand(Value::const_user_iterator UI) const { in isArgOperand() 169 bool isBundleOperand(Value::const_user_iterator UI) const { in isBundleOperand() 184 bool isDataOperand(Value::const_user_iterator UI) const { in isDataOperand() 230 unsigned getDataOperandNo(Value::const_user_iterator UI) const { in getDataOperandNo()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | SpeculateAroundPHIs.cpp | 58 auto *UI = cast<Instruction>(U.getUser()); in isSafeToSpeculatePHIUsers() local 349 auto *UI = cast<Instruction>(U.getUser()); in visitPHIUsersAndDepsInPostOrder() local 438 for (auto *UI : UserSet) in findProfitablePHIs() local 517 auto *UI = cast<Instruction>(U.getUser()); in findProfitablePHIs() local
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Value.cpp | 100 const_use_iterator UI = use_begin(), E = use_end(); in hasNUses() local 108 const_use_iterator UI = use_begin(), E = use_end(); in hasNUsesOrMore() local 124 const_user_iterator UI = user_begin(), UE = user_end(); in isUsedInBasicBlock() local 411 use_iterator UI = use_begin(), E = use_end(); in replaceUsesOutsideBlock() local
|
/aosp_15_r20/external/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 165 for (Value::user_iterator UI = GV->user_begin(), E = GV->user_end(); in CleanupPointerRootUsers() local 642 for (auto UI = V->user_begin(), E = V->user_end(); UI != E; ) { in OptimizeAwayTrappingUsesOfValue() local 773 for (Value::user_iterator UI = V->user_begin(), E = V->user_end(); UI != E; ) in ConstantPropUsersOf() local 1014 const Instruction *UI = cast<Instruction>(U); in LoadUsesSimpleEnoughForHeapSRA() local 1204 for (auto UI = PN->user_begin(), E = PN->user_end(); UI != E;) { in RewriteHeapSROALoadUser() local 1216 for (auto UI = Load->user_begin(), E = Load->user_end(); UI != E;) { in RewriteUsesOfLoadForHeapSRoA() local 1350 for (auto UI = GV->user_begin(), E = GV->user_end(); UI != E;) { in PerformHeapAllocSRoA() local 1595 Instruction *UI = cast<Instruction>(GV->user_back()); in TryToShrinkGlobalToBoolean() local 1799 Instruction *UI = cast<Instruction>(UU); in makeAllConstantUsesInstructions() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 609 for (auto UI = I.use_begin(), UE = I.use_end(); UI != UE;) { in rebuildSSA() local 714 auto *UI = cast<Instruction>(U); in runOnModule() local 1084 for (auto UI = SetjmpTable->use_begin(), UE = SetjmpTable->use_end(); in runSjLjOnFunction() local 1094 for (auto UI = SetjmpTableSize->use_begin(), UE = SetjmpTableSize->use_end(); in runSjLjOnFunction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 208 for (Value::user_iterator UI = GV->user_begin(), E = GV->user_end(); in CleanupPointerRootUsers() local 694 for (auto UI = V->user_begin(), E = V->user_end(); UI != E; ) { in OptimizeAwayTrappingUsesOfValue() local 830 for (Value::user_iterator UI = V->user_begin(), E = V->user_end(); UI != E; ) in ConstantPropUsersOf() local 1075 const Instruction *UI = cast<Instruction>(U); in LoadUsesSimpleEnoughForHeapSRA() local 1264 for (auto UI = PN->user_begin(), E = PN->user_end(); UI != E;) { in RewriteHeapSROALoadUser() local 1276 for (auto UI = Load->user_begin(), E = Load->user_end(); UI != E;) { in RewriteUsesOfLoadForHeapSRoA() local 1413 for (auto UI = GV->user_begin(), E = GV->user_end(); UI != E;) { in PerformHeapAllocSRoA() local 1710 Instruction *UI = cast<Instruction>(GV->user_back()); in TryToShrinkGlobalToBoolean() local 1922 Instruction *UI = cast<Instruction>(UU); in makeAllConstantUsesInstructions() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | PromoteMemoryToRegister.cpp | 135 for (auto UI = AI->user_begin(), E = AI->user_end(); UI != E;) { in AnalyzeAlloca() local 319 for (auto UI = AI->user_begin(), UE = AI->user_end(); UI != UE;) { in removeLifetimeIntrinsicUsers() local 358 for (auto UI = AI->user_begin(), E = AI->user_end(); UI != E;) { in rewriteSingleStoreAlloca() local 468 for (auto UI = AI->user_begin(), E = AI->user_end(); UI != E;) { in promoteSingleBlockAlloca() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | PromoteMemoryToRegister.cpp | 125 for (auto UI = AI->user_begin(), E = AI->user_end(); UI != E;) { in AnalyzeAlloca() local 308 for (auto UI = AI->user_begin(), UE = AI->user_end(); UI != UE;) { in removeLifetimeIntrinsicUsers() local 348 for (auto UI = AI->user_begin(), E = AI->user_end(); UI != E;) { in rewriteSingleStoreAlloca() local 458 for (auto UI = AI->user_begin(), E = AI->user_end(); UI != E;) { in promoteSingleBlockAlloca() local
|
/aosp_15_r20/bootable/recovery/updater_sample/ |
H A D | README.md | 83 ### Text fields 90 ### Buttons
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | RegAllocFast.cpp | 311 for (MCRegUnitIterator UI(PhysReg, TRI); UI.isValid(); ++UI) in setPhysRegState() local 316 for (MCRegUnitIterator UI(PhysReg, TRI); UI.isValid(); ++UI) { in isPhysRegFree() local 596 for (MCRegUnitIterator UI(PhysReg, TRI); UI.isValid(); ++UI) { in displacePhysReg() local 651 for (MCRegUnitIterator UI(PhysReg, TRI); UI.isValid(); ++UI) { in calcSpillCost() local 1093 for (MCRegUnitIterator UI(PhysReg, TRI); UI.isValid(); ++UI) { in dumpState() local
|
/aosp_15_r20/external/llvm/lib/Target/Hexagon/ |
H A D | HexagonOptimizeSZextends.cpp | 82 for (auto UI = Arg.use_begin(); UI != Arg.use_end();) { in runOnFunction() local 136 for (auto UI = Ashr->user_begin(), UE = Ashr->user_end(); in runOnFunction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonOptimizeSZextends.cpp | 77 for (auto UI = Arg.use_begin(); UI != Arg.use_end();) { in runOnFunction() local 131 for (auto UI = Ashr->user_begin(), UE = Ashr->user_end(); in runOnFunction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanTransforms.cpp | 152 auto *UI = dyn_cast<VPRecipeBase>(U); in sinkScalarOperands() local 176 auto *UI = cast<VPRecipeBase>(U); in sinkScalarOperands() local 288 auto *UI = dyn_cast<VPRecipeBase>(U); in mergeReplicateRegionsIntoSuccessors() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/symbolizer/ |
D | symbolizer.go | 38 UI plugin.UI member 129 func doLocalSymbolize(prof *profile.Profile, fast, force bool, obj plugin.ObjTool, ui plugin.UI) er…
|
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/ |
H A D | LoadStoreVectorizer.cpp | 528 const Instruction *UI = cast<Instruction>(U); in collectInstructions() local 561 const Instruction *UI = cast<Instruction>(U); in collectInstructions() local 943 Instruction *UI = cast<Instruction>(Use); in vectorizeLoadChain() local 970 Instruction *UI = cast<Instruction>(Chain[I]); in vectorizeLoadChain() local
|