/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | DynamicLibrary.cpp | 32 HandleList Handles; member in DynamicLibrary::HandleSet 44 return std::find(Handles.begin(), Handles.end(), Handle); in Find() 48 return Handle == Process || Find(Handle) != Handles.end(); in Contains() 57 if (Find(Handle) != Handles.end()) { in AddLibrary() 62 Handles.push_back(Handle); in AddLibrary() 79 for (void *Handle : Handles) { in LibLookup() 84 for (void *Handle : llvm::reverse(Handles)) { in LibLookup()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | GlobalsModRef.cpp | 240 GAR->Handles.erase(I); in deleted() 295 Handles.emplace_front(*this, &F); in AnalyzeGlobals() 296 Handles.front().I = Handles.begin(); in AnalyzeGlobals() 307 Handles.emplace_front(*this, &GV); in AnalyzeGlobals() 308 Handles.front().I = Handles.begin(); in AnalyzeGlobals() 312 Handles.emplace_front(*this, Reader); in AnalyzeGlobals() 313 Handles.front().I = Handles.begin(); in AnalyzeGlobals() 321 Handles.emplace_front(*this, Writer); in AnalyzeGlobals() 322 Handles.front().I = Handles.begin(); in AnalyzeGlobals() 457 Handles.emplace_front(*this, AllocRelatedValues.back()); in AnalyzeIndirectGlobalMemory() [all …]
|
/external/llvm/lib/Analysis/ |
D | GlobalsModRef.cpp | 225 GAR->Handles.erase(I); in deleted() 280 Handles.emplace_front(*this, &F); in AnalyzeGlobals() 281 Handles.front().I = Handles.begin(); in AnalyzeGlobals() 292 Handles.emplace_front(*this, &GV); in AnalyzeGlobals() 293 Handles.front().I = Handles.begin(); in AnalyzeGlobals() 297 Handles.emplace_front(*this, Reader); in AnalyzeGlobals() 298 Handles.front().I = Handles.begin(); in AnalyzeGlobals() 306 Handles.emplace_front(*this, Writer); in AnalyzeGlobals() 307 Handles.front().I = Handles.begin(); in AnalyzeGlobals() 438 Handles.emplace_front(*this, AllocRelatedValues.back()); in AnalyzeIndirectGlobalMemory() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | DynamicLibrary.inc | 27 for (void *Handle : llvm::reverse(Handles)) 102 // | Handles | DbgHelp.dll | CreateSnapshot | EnumProcessModulesEx 123 std::vector<HMODULE> Handles; 127 Handles.resize(Bytes / sizeof(HMODULE)); 128 if (!GetProcessModules(Self, Bytes, Handles.data())) 130 } while (Bytes != (Handles.size() * sizeof(HMODULE))); 133 if (FARPROC Ptr = GetProcAddress(HMODULE(Handles.front()), Symbol)) 136 if (Handles.size() > 1) { 143 for (auto I = Handles.rbegin(), E = Handles.rend()-1; I != E; ++I) {
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Value.cpp | 462 DenseMap<Value*, ValueHandleBase*> &Handles = pImpl->ValueHandles; in AddToUseList() local 463 const void *OldBucketPtr = Handles.getPointerIntoBucketsArray(); in AddToUseList() 465 ValueHandleBase *&Entry = Handles[VP]; in AddToUseList() 472 if (Handles.isPointerIntoBucketsArray(OldBucketPtr) || in AddToUseList() 473 Handles.size() == 1) { in AddToUseList() 478 for (DenseMap<Value*, ValueHandleBase*>::iterator I = Handles.begin(), in AddToUseList() 479 E = Handles.end(); I != E; ++I) { in AddToUseList() 504 DenseMap<Value*, ValueHandleBase*> &Handles = pImpl->ValueHandles; in RemoveFromUseList() local 505 if (Handles.isPointerIntoBucketsArray(PrevPtr)) { in RemoveFromUseList() 506 Handles.erase(VP); in RemoveFromUseList()
|
/external/llvm/lib/IR/ |
D | Value.cpp | 713 DenseMap<Value*, ValueHandleBase*> &Handles = pImpl->ValueHandles; in AddToUseList() local 714 const void *OldBucketPtr = Handles.getPointerIntoBucketsArray(); in AddToUseList() 716 ValueHandleBase *&Entry = Handles[V]; in AddToUseList() 723 if (Handles.isPointerIntoBucketsArray(OldBucketPtr) || in AddToUseList() 724 Handles.size() == 1) { in AddToUseList() 729 for (DenseMap<Value*, ValueHandleBase*>::iterator I = Handles.begin(), in AddToUseList() 730 E = Handles.end(); I != E; ++I) { in AddToUseList() 756 DenseMap<Value*, ValueHandleBase*> &Handles = pImpl->ValueHandles; in RemoveFromUseList() local 757 if (Handles.isPointerIntoBucketsArray(PrevPtr)) { in RemoveFromUseList() 758 Handles.erase(V); in RemoveFromUseList()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Value.cpp | 791 DenseMap<Value*, ValueHandleBase*> &Handles = pImpl->ValueHandles; in AddToUseList() local 792 const void *OldBucketPtr = Handles.getPointerIntoBucketsArray(); in AddToUseList() 794 ValueHandleBase *&Entry = Handles[getValPtr()]; in AddToUseList() 801 if (Handles.isPointerIntoBucketsArray(OldBucketPtr) || in AddToUseList() 802 Handles.size() == 1) { in AddToUseList() 807 for (DenseMap<Value*, ValueHandleBase*>::iterator I = Handles.begin(), in AddToUseList() 808 E = Handles.end(); I != E; ++I) { in AddToUseList() 834 DenseMap<Value*, ValueHandleBase*> &Handles = pImpl->ValueHandles; in RemoveFromUseList() local 835 if (Handles.isPointerIntoBucketsArray(PrevPtr)) { in RemoveFromUseList() 836 Handles.erase(getValPtr()); in RemoveFromUseList()
|
/external/libchrome/mojo/public/java/system/ |
D | README.md | 22 ## Native Platform Handles (File Descriptors, Windows Handles, *etc.*)
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | BranchProbabilityInfo.h | 158 BPI->Handles.erase(*this); in deleted() 166 DenseSet<BasicBlockCallbackVH, DenseMapInfo<Value*>> Handles; variable
|
D | CFLAndersAliasAnalysis.h | 86 std::forward_list<cflaa::FunctionHandle<CFLAndersAAResult>> Handles; variable
|
D | CFLSteensAliasAnalysis.h | 101 std::forward_list<cflaa::FunctionHandle<CFLSteensAAResult>> Handles; variable
|
D | GlobalsModRef.h | 74 std::list<DeletionCallbackHandle> Handles; variable
|
/external/mesa3d/src/mesa/main/ |
D | texturebindless.c | 262 util_dynarray_append(&sampObj->Handles, in get_texture_handle() 451 util_dynarray_delete_unordered(&sampObj->Handles, in _mesa_delete_texture_handles() 475 util_dynarray_init(&sampObj->Handles, NULL); in _mesa_init_sampler_handles() 482 util_dynarray_foreach(&sampObj->Handles, in _mesa_delete_sampler_handles() 494 util_dynarray_fini(&sampObj->Handles); in _mesa_delete_sampler_handles()
|
/external/tensorflow/tensorflow/core/framework/ |
D | resource_handle.proto | 10 // Protocol buffer representing a handle to a tensorflow resource. Handles are
|
D | graph_transfer_info.proto | 51 // Protocol buffer representing a handle to a tensorflow resource. Handles are
|
D | remote_fused_graph_execute_info.proto | 13 // Protocol buffer representing a handle to a tensorflow resource. Handles are
|
/external/python/cpython2/Doc/library/ |
D | carbon.rst | 458 :mod:`Carbon.Res` --- Resource Manager and Handles 463 :synopsis: Interface to the Resource Manager and Handles. 466 :mod:`Carbon.Resources` --- Resource Manager and Handles constants 471 :synopsis: Constants for the interface to the Resource Manager and Handles.
|
D | 2to3.rst | 272 Handles module renames in the standard library. 276 Handles other modules renames in the standard library. It is separate from 364 Handles the move of :func:`reduce` to :func:`functools.reduce`. 408 Handles the rename of :mod:`urllib` and :mod:`urllib2` to the :mod:`urllib`
|
/external/llvm/include/llvm/Analysis/ |
D | GlobalsModRef.h | 74 std::list<DeletionCallbackHandle> Handles; variable
|
D | CFLSteensAliasAnalysis.h | 124 std::forward_list<FunctionHandle> Handles; variable
|
/external/libchrome/mojo/public/cpp/system/ |
D | README.md | 21 ## Scoped, Typed Handles 160 ## Native Platform Handles (File Descriptors, Windows Handles, *etc.*) 208 ### Watching Handles 312 ### Waiting On Multiple Handles 339 ### Waiting On Handles and Events Simultaneously
|
/external/python/cpython3/Doc/library/ |
D | 2to3.rst | 272 Handles module renames in the standard library. 276 Handles other modules renames in the standard library. It is separate from 384 Handles the move of :func:`reduce` to :func:`functools.reduce`. 432 Handles the rename of :mod:`urllib` and :mod:`urllib2` to the :mod:`urllib`
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMCallingConv.td | 21 // Handles byval parameters. 156 // Handles byval parameters. 200 // Handles byval parameters.
|
/external/llvm/lib/Target/ARM/ |
D | ARMCallingConv.td | 21 // Handles byval parameters. 156 // Handles byval parameters. 199 // Handles byval parameters.
|
/external/libchrome/mojo/public/c/system/ |
D | README.md | 60 ## Handles section in Mojo C System API 63 type `MojoHandle`. Handles can be acquired by creating new objects using various 279 ### Messages With Handles 465 ### Creating Buffer Handles 503 ### Read-Only Handles 530 ## Native Platform Handles (File Descriptors, Windows Handles, *etc.*) 567 ### Wrapping Shared Buffer Handles argument
|