Home
last modified time | relevance | path

Searched refs:Addressable (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h101 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/
DJITLink.h105 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/
DGCNSubtarget.h1166 unsigned getMaxNumSGPRs(unsigned WavesPerEU, bool Addressable) const { in getMaxNumSGPRs() argument
1167 return AMDGPU::IsaInfo::getMaxNumSGPRs(this, WavesPerEU, Addressable); in getMaxNumSGPRs()
DGCNSchedStrategy.cpp85 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/
DAMDGPUSubtarget.h1117 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/
DAMDGPUBaseInfo.cpp377 bool Addressable) { in getMaxNumSGPRs() argument
383 return Addressable ? AddressableNumSGPRs : 108; in getMaxNumSGPRs()
384 if (Version.Major >= 8 && !Addressable) in getMaxNumSGPRs()
DAMDGPUBaseInfo.h142 bool Addressable);
/external/bazelbuild-remote-apis/
DREADME.md23 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/
DAMDGPUBaseInfo.cpp967 bool Addressable) { in getMaxNumSGPRs() argument
973 return Addressable ? AddressableNumSGPRs : 108; in getMaxNumSGPRs()
974 if (Version.Major >= 8 && !Addressable) in getMaxNumSGPRs()
DAMDGPUBaseInfo.h251 bool Addressable);
/external/icu/icu4j/perf-tests/data/collation/
Dthesis.txt2064 Kohonen, T., Content Addressable Memories, Springer-Verlag, New York, 1980
/external/bazelbuild-remote-apis/build/bazel/remote/execution/v2/
Dremote_execution.proto509 // 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/
Dorg_golang_x_tools-deletegopls.patch68544 - c.methodsAndFields(tv.Type, tv.Addressable(), nil, c.deepState.enqueue)