Home
last modified time | relevance | path

Searched defs:Use (Results 1 – 25 of 176) sorted by relevance

12345678

/external/deqp-deps/SPIRV-Tools/source/opt/
Ddef_use_manager.h36 struct Use { struct
42 inline bool operator==(const Use& lhs, const Use& rhs) { argument
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddef_use_manager.h36 struct Use { struct
42 inline bool operator==(const Use& lhs, const Use& rhs) { argument
/external/tensorflow/tensorflow/contrib/bigtable/
DREADME.md72 ### Reading row keys
90 ### Reading cell values given a row key
107 ### Scanning ranges
/external/v8/src/compiler/
Dnode.h180 struct Use { struct
181 Use* next; argument
182 Use* prev; argument
189 Use* start = this + 1 + index; in input_ptr() argument
197 Use* start = this + 1 + input_index(); in from() argument
212 // be able to map {Node} objects to {Use} objects and vice-versa in a argument
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DUse.h36 class Use; variable
78 Use(PrevPtrTag tag) : Val(nullptr) { Prev.setInt(tag); } in Use() function
/external/google-breakpad/src/testing/gtest/test/
Dgtest-linked_ptr_test.cc51 virtual void Use() { *history << "A" << mynum << " use\n"; } in Use() function in __anon2c5a7cc90111::A
61 virtual void Use() { *history << "B" << mynum << " use\n"; } in Use() function in __anon2c5a7cc90111::B
/external/libchrome/base/memory/
Dlinked_ptr_unittest.cc21 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/swiftshader/third_party/LLVM/include/llvm/
DUse.h36 class Use; variable
82 Use(PrevPtrTag tag) : Val(0) { in Use() function
DConstant.h126 virtual void replaceUsesOfWithOnConstant(Value *, Value *, Use *) { in replaceUsesOfWithOnConstant() argument
/external/llvm/include/llvm/IR/
DUse.h36 class Use; variable
88 Use(PrevPtrTag tag) : Val(nullptr) { Prev.setInt(tag); } in Use() function
/external/llvm/lib/Target/AMDGPU/
DGCNHazardRecognizer.cpp213 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DCaptureTracking.h20 class Use; variable
DPhiValues.h33 class Use; variable
/external/llvm/include/llvm/Analysis/
DCaptureTracking.h20 class Use; variable
/external/webrtc/webrtc/base/
Dratelimiter.cc20 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/
DDerivedUser.h18 class Use; variable
/external/clang/test/Modules/
Dmerge-using-decls.cpp18 template<typename T> int Use() { in Use() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCBranchCoalescing.cpp433 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/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.h100 virtual void ComputeOperandLatency(SUnit *Def, SUnit *Use, in ComputeOperandLatency()
/external/clang/lib/Tooling/Core/
DLookup.cpp85 std::string tooling::replaceNestedName(const NestedNameSpecifier *Use, in replaceNestedName()
/external/v8/src/base/
Dmacros.h269 struct Use { struct
271 Use(T&&) {} // NOLINT(runtime/explicit) in Use() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DSROA.h35 class Use; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DSSAUpdater.h30 class Use; variable
DSSAUpdaterBulk.h28 class Use; variable
/external/llvm/include/llvm/Transforms/Utils/
DSSAUpdater.h29 class Use; variable

12345678