Searched refs:Addressable (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLink.h | 112 class Addressable { 116 Addressable(orc::ExecutorAddr Address, bool IsDefined) in Addressable() function 119 Addressable(orc::ExecutorAddr Address) in Addressable() function 126 Addressable(const Addressable &) = delete; 127 Addressable &operator=(const Addressable &) = default; 128 Addressable(Addressable &&) = delete; 129 Addressable &operator=(Addressable &&) = default; 159 class Block : public Addressable { 166 : Addressable(Address, true), Parent(&Parent), Size(Size) { in Block() 182 : Addressable(Address, true), Parent(&Parent), Data(Content.data()), in Block() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUFeatures.td | 21 // Addressable local memory size is the maximum number of bytes of LDS that can
|
| H A D | GCNSubtarget.h | 1524 unsigned getMaxNumSGPRs(unsigned WavesPerEU, bool Addressable) const { in getMaxNumSGPRs() argument 1525 return AMDGPU::IsaInfo::getMaxNumSGPRs(this, WavesPerEU, Addressable); in getMaxNumSGPRs()
|
| H A D | GCNSchedStrategy.cpp | 114 unsigned Addressable = in initialize() local 116 unsigned VGPRBudget = alignDown(Addressable / TargetOccupancy, Granule); in initialize()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.cpp | 1237 bool Addressable) { in getMaxNumSGPRs() argument 1243 return Addressable ? AddressableNumSGPRs : 108; in getMaxNumSGPRs() 1244 if (Version.Major >= 8 && !Addressable) in getMaxNumSGPRs()
|
| H A D | AMDGPUBaseInfo.h | 278 bool Addressable);
|