/aosp_15_r20/external/pigweed/pw_log_rpc/ |
H A D | docs.rst | 20 1. Set up RPC 26 2. Set up tokenized logging (optional) 30 3. Connect the tokenized logging handler to the MultiSink 36 4. Create log drains and filters 46 5. Flush the log drains in the background 296 1. Set up RPC 300 2. Create ``Filter``\s 305 3. Create a ``FilterMap`` and ``FilterService`` 310 4. Use RPCs to retrieve and modify filter rules
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/mod/modfile/ |
D | work.go | 18 Use []*Use member 25 type Use struct { struct 26 Path string // Use path of module. 27 ModulePath string // Module path in the comment. 28 Syntax *Line
|
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/ |
H A D | GCNHazardRecognizer.cpp | 213 for (const MachineOperand &Use : SMRD->uses()) { in checkSMRDHazards() local 237 for (const MachineOperand &Use : VMEM->uses()) { in checkVMEMHazards() local 255 for (const MachineOperand &Use : DPP->uses()) { in checkDPPHazards() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCBranchCoalescing.cpp | 430 for (auto &Use : MRI->use_instructions(Def.getReg())) { in canMoveToBeginning() local 460 for (auto &Use : MI.uses()) { in canMoveToEnd() local 541 for (auto &Use : MRI->use_instructions(Def.getReg())) { in canMerge() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
H A D | PPCBranchCoalescing.cpp | 433 for (auto &Use : MRI->use_instructions(Def.getReg())) { in canMoveToBeginning() local 463 for (auto &Use : MI.uses()) { in canMoveToEnd() local 544 for (auto &Use : MRI->use_instructions(Def.getReg())) { in canMerge() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | GCNHazardRecognizer.cpp | 687 for (const MachineOperand &Use : SMRD->uses()) { in checkSMRDHazards() local 726 for (const MachineOperand &Use : VMEM->uses()) { in checkVMEMHazards() local 750 for (const MachineOperand &Use : DPP->uses()) { in checkDPPHazards() local 896 for (const MachineOperand &Use : VALU->explicit_uses()) { in checkVALUHazards() local 932 for (const MachineOperand &Use : VALU->explicit_uses()) { in checkVALUHazards() local 961 for (const MachineOperand &Use : VALU->explicit_uses()) { in checkVALUHazards() local 1481 for (const MachineOperand &Use : MI->explicit_uses()) { in fixVALUPartialForwardingHazard() local 1628 for (const MachineOperand &Use : MI->explicit_uses()) { in fixVALUTransUseHazard() local 1978 for (const MachineOperand &Use : MI->explicit_uses()) { in checkMAIHazards908() local 2149 for (const MachineOperand &Use : MI->explicit_uses()) { in checkMAIHazards90A() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 359 DeadArgumentEliminationPass::MarkIfNotLive(RetOrArg Use, in MarkIfNotLive() 389 RetOrArg Use = CreateRet(F, RetValNum); in SurveyUse() local 395 RetOrArg Use = CreateRet(F, i); in SurveyUse() local 452 RetOrArg Use = CreateArg(F, ArgNo); in SurveyUse() local
|
/aosp_15_r20/external/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 335 DeadArgumentEliminationPass::MarkIfNotLive(RetOrArg Use, in MarkIfNotLive() 366 RetOrArg Use = CreateRet(F, RetValNum); in SurveyUse() local 372 RetOrArg Use = CreateRet(F, i); in SurveyUse() local 429 RetOrArg Use = CreateArg(F, ArgNo); in SurveyUse() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 361 DeadArgumentEliminationPass::markIfNotLive(RetOrArg Use, in markIfNotLive() 391 RetOrArg Use = createRet(F, RetValNum); in surveyUse() local 398 RetOrArg Use = createRet(F, Ri); in surveyUse() local 454 RetOrArg Use = createArg(F, ArgNo); in surveyUse() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | Use.h | 36 class Use; variable 78 Use(PrevPtrTag tag) : Val(nullptr) { Prev.setInt(tag); } in Use() function
|
/aosp_15_r20/external/libchrome/base/memory/ |
H A D | linked_ptr_unittest.cc | 21 virtual void Use() { history += base::StringPrintf("A%d use\n", mynum); } in Use() function 29 void Use() override { history += base::StringPrintf("B%d use\n", mynum); } in Use() function
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | Use.h | 36 class Use; variable 88 Use(PrevPtrTag tag) : Val(nullptr) { Prev.setInt(tag); } in Use() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | ReplaceConstant.cpp | 35 std::map<Use *, std::vector<std::vector<ConstantExpr *>>> &CEPaths, in convertConstantExprsToInstructions() 98 std::map<Use *, std::vector<std::vector<ConstantExpr *>>> &CEPaths) { in collectConstantExprPaths()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | MachineLoopUtils.cpp | 62 for (auto &Use : MRI.use_operands(OrigR)) in PeelSingleBlockLoop() local 65 for (auto *Use : Uses) { in PeelSingleBlockLoop() local
|
H A D | LiveRangeCalc.cpp | 87 void LiveRangeCalc::extend(LiveRange &LR, SlotIndex Use, unsigned PhysReg, in extend() 192 SlotIndex Use, unsigned PhysReg, in findReachingDefs()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineLoopUtils.cpp | 64 for (auto &Use : MRI.use_operands(OrigR)) in PeelSingleBlockLoop() local 67 for (auto *Use : Uses) { in PeelSingleBlockLoop() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | memory_space_assignment.h | 829 struct Use { struct 831 HloUse hlo_use; argument 838 bool operator==(const Use& other) const { argument 844 friend H AbslHashValue(H h, const Use& s) { in AbslHashValue() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MCA/ |
H A D | Instruction.cpp | 197 if (!all_of(getUses(), [](const ReadState &Use) { return Use.isReady(); })) in updatePending() 211 if (!all_of(getUses(), [](const ReadState &Use) { in updateDispatched()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
H A D | Instruction.cpp | 192 if (!all_of(getUses(), [](const ReadState &Use) { return Use.isReady(); })) in updatePending() 206 if (!all_of(getUses(), [](const ReadState &Use) { in updateDispatched()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | MVELaneInterleavingPass.cpp | 191 for (auto *Use : I->users()) in tryInterleave() local 250 for (auto *Use : I->users()) in tryInterleave() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | LoopUtils.cpp | 38 for (User::op_iterator Use = I->op_begin(), E = I->op_end(); Use != E; ++Use) in areAllUsesIn() local 463 for (User::op_iterator Use = I->op_begin(), E = I->op_end(); Use != E; in hasMultipleUsesOf() local 828 auto *Use = cast<Instruction>(U); in findDefsUsedOutsideOfLoop() local
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | dependent-names.cpp | 217 void Use() { in Use() function 240 void Use() { in Use() function 260 void Use() { in Use() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | GCNHazardRecognizer.cpp | 554 for (const MachineOperand &Use : SMRD->uses()) { in checkSMRDHazards() local 591 for (const MachineOperand &Use : VMEM->uses()) { in checkVMEMHazards() local 613 for (const MachineOperand &Use : DPP->uses()) { in checkDPPHazards() local 834 for (const MachineOperand &Use : MI->uses()) { in checkAnyInstHazards() local 1217 for (const MachineOperand &Use : MI->explicit_uses()) { in checkMAIHazards() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegStackify.cpp | 312 static bool isSafeToMove(const MachineOperand *Def, const MachineOperand *Use, in isSafeToMove() 445 for (const MachineOperand &Use : MRI.use_nodbg_operands(Reg)) { in oneUseDominatesOtherUses() local 839 MachineOperand &Use = TreeWalker.pop(); in runOnMachineFunction() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | LiveRangeCalc.cpp | 239 void LiveRangeCalc::extend(LiveRange &LR, SlotIndex Use, unsigned PhysReg) { in extend() 275 SlotIndex Use, unsigned PhysReg) { in findReachingDefs()
|