/external/angle/third_party/spirv-tools/src/source/opt/ |
D | def_use_manager.h | 36 struct Use { struct 42 inline bool operator==(const Use& lhs, const Use& rhs) { argument
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | def_use_manager.h | 36 struct Use { struct 42 inline bool operator==(const Use& lhs, const Use& rhs) { argument
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | def_use_manager.h | 36 struct Use { struct 42 inline bool operator==(const Use& lhs, const Use& rhs) { argument
|
/external/v8/src/compiler/ |
D | node.h | 181 struct Use { struct 182 ZoneUsePtr next; argument 183 ZoneUsePtr prev; argument 190 Use* start = this + 1 + index; in input_ptr() argument 198 Use* start = this + 1 + input_index(); in from() argument 211 // be able to map {Node} objects to {Use} objects and vice-versa in a argument
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-linked_ptr_test.cc | 51 virtual void Use() { *history << "A" << mynum << " use\n"; } in Use() function in __anon4b74400b0111::A 61 virtual void Use() { *history << "B" << mynum << " use\n"; } in Use() function in __anon4b74400b0111::B
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Use.h | 36 class Use; variable 78 Use(PrevPtrTag tag) : Val(nullptr) { Prev.setInt(tag); } in Use() function
|
/external/libchrome/base/memory/ |
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
|
/external/llvm/include/llvm/IR/ |
D | Use.h | 36 class Use; variable 88 Use(PrevPtrTag tag) : Val(nullptr) { Prev.setInt(tag); } in Use() function
|
/external/llvm/lib/Target/AMDGPU/ |
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
|
/external/llvm/include/llvm/Analysis/ |
D | CaptureTracking.h | 20 class Use; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | CaptureTracking.h | 20 class Use; variable
|
D | PhiValues.h | 33 class Use; variable
|
/external/webrtc/webrtc/base/ |
D | ratelimiter.cc | 20 void RateLimiter::Use(size_t used, double time) { in Use() function in rtc::RateLimiter
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DerivedUser.h | 18 class Use; variable
|
/external/clang/test/Modules/ |
D | merge-using-decls.cpp | 18 template<typename T> int Use() { in Use() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
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
|
/external/clang/lib/Tooling/Core/ |
D | Lookup.cpp | 85 std::string tooling::replaceNestedName(const NestedNameSpecifier *Use, in replaceNestedName()
|
/external/v8/src/base/ |
D | macros.h | 251 struct Use { struct 253 Use(T&&) {} // NOLINT(runtime/explicit) in Use() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | SSAUpdater.h | 30 class Use; variable
|
D | SSAUpdaterBulk.h | 28 class Use; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/ |
D | SROA.h | 35 class Use; variable
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | SSAUpdater.h | 29 class Use; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/ |
D | Instruction.cpp | 136 if (!llvm::all_of(Uses, [](const UniqueUse &Use) { return Use->isReady(); })) in update()
|
/external/llvm/lib/Transforms/IPO/ |
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
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | GCNHazardRecognizer.cpp | 376 for (const MachineOperand &Use : SMRD->uses()) { in checkSMRDHazards() local 412 for (const MachineOperand &Use : VMEM->uses()) { in checkVMEMHazards() local 433 for (const MachineOperand &Use : DPP->uses()) { in checkDPPHazards() local 650 for (const MachineOperand &Use : MI->uses()) { in checkAnyInstHazards() local
|