/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/ |
D | JITLink.h | 101 class Addressable { 105 Addressable(JITTargetAddress Address, bool IsDefined) in Addressable() function 108 Addressable(JITTargetAddress Address) in Addressable() function 115 Addressable(const Addressable &) = delete; 116 Addressable &operator=(const Addressable &) = default; 117 Addressable(Addressable &&) = delete; 118 Addressable &operator=(Addressable &&) = default; 137 class Block : public Addressable { 144 : Addressable(Address, true), Parent(Parent), Size(Size) { in Block() 157 : Addressable(Address, true), Parent(Parent), Data(Content.data()), in Block() [all …]
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/JITLink/ |
D | JITLink.h | 105 class Addressable { 109 Addressable(orc::ExecutorAddr Address, bool IsDefined) in Addressable() function 112 Addressable(orc::ExecutorAddr Address) in Addressable() function 119 Addressable(const Addressable &) = delete; 120 Addressable &operator=(const Addressable &) = default; 121 Addressable(Addressable &&) = delete; 122 Addressable &operator=(Addressable &&) = default; 152 class Block : public Addressable { 159 : Addressable(Address, true), Parent(&Parent), Size(Size) { in Block() 175 : Addressable(Address, true), Parent(&Parent), Data(Content.data()), in Block() [all …]
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
D | GCNSubtarget.h | 1166 unsigned getMaxNumSGPRs(unsigned WavesPerEU, bool Addressable) const { in getMaxNumSGPRs() argument 1167 return AMDGPU::IsaInfo::getMaxNumSGPRs(this, WavesPerEU, Addressable); in getMaxNumSGPRs()
|
D | GCNSchedStrategy.cpp | 85 unsigned Addressable = AMDGPU::IsaInfo::getAddressableNumVGPRs(&ST); in initialize() local 86 unsigned VGPRBudget = alignDown(Addressable / TargetOccupancy, Granule); in initialize()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUSubtarget.h | 1117 unsigned getMaxNumSGPRs(unsigned WavesPerEU, bool Addressable) const { in getMaxNumSGPRs() argument 1118 return AMDGPU::IsaInfo::getMaxNumSGPRs(this, WavesPerEU, Addressable); in getMaxNumSGPRs()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUBaseInfo.cpp | 377 bool Addressable) { in getMaxNumSGPRs() argument 383 return Addressable ? AddressableNumSGPRs : 108; in getMaxNumSGPRs() 384 if (Version.Major >= 8 && !Addressable) in getMaxNumSGPRs()
|
D | AMDGPUBaseInfo.h | 142 bool Addressable);
|
/external/bazelbuild-remote-apis/ |
D | README.md | 23 Content Addressable Storage. It is primary intended to allow clients to use semantically
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUBaseInfo.cpp | 967 bool Addressable) { in getMaxNumSGPRs() argument 973 return Addressable ? AddressableNumSGPRs : 108; in getMaxNumSGPRs() 974 if (Version.Major >= 8 && !Addressable) in getMaxNumSGPRs()
|
D | AMDGPUBaseInfo.h | 251 bool Addressable);
|
/external/icu/icu4j/perf-tests/data/collation/ |
D | thesis.txt | 2064 Kohonen, T., Content Addressable Memories, Springer-Verlag, New York, 1980
|
/external/bazelbuild-remote-apis/build/bazel/remote/execution/v2/ |
D | remote_execution.proto | 509 // itself (e.g., lazily loading data from the Content Addressable Storage, 1027 // Addressable Storage, live migration of virtual machines, emulation
|
/external/bazelbuild-rules_go/third_party/ |
D | org_golang_x_tools-deletegopls.patch | 68544 - c.methodsAndFields(tv.Type, tv.Addressable(), nil, c.deepState.enqueue)
|