Searched refs:Addressable (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 102 class Addressable { 106 Addressable(JITTargetAddress Address, bool IsDefined) in Addressable() function 109 Addressable(JITTargetAddress Address) in Addressable() function 116 Addressable(const Addressable &) = delete; 117 Addressable &operator=(const Addressable &) = default; 118 Addressable(Addressable &&) = delete; 119 Addressable &operator=(Addressable &&) = default; 148 class Block : public Addressable { 155 : Addressable(Address, true), Parent(Parent), Size(Size) { in Block() 168 : Addressable(Address, true), Parent(Parent), Data(Content.data()), in Block() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | GCNSubtarget.h | 1027 unsigned getMaxNumSGPRs(unsigned WavesPerEU, bool Addressable) const { in getMaxNumSGPRs() argument 1028 return AMDGPU::IsaInfo::getMaxNumSGPRs(this, WavesPerEU, Addressable); in getMaxNumSGPRs()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUBaseInfo.cpp | 641 bool Addressable) { in getMaxNumSGPRs() argument 647 return Addressable ? AddressableNumSGPRs : 108; in getMaxNumSGPRs() 648 if (Version.Major >= 8 && !Addressable) in getMaxNumSGPRs()
|
H A D | AMDGPUBaseInfo.h | 218 bool Addressable);
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | JITLink.rst | 199 * ``Addressable`` -- A node in the link graph that can be assigned an address 202 Absolute and external symbols are represented using plain ``Addressable`` 206 * ``Block`` -- An ``Addressable`` node that has ``Content`` (or is marked as 243 * ``Symbol`` -- An offset from an ``Addressable`` (often a ``Block``), with an 324 ``Symbol`` nodes and one set of ``Addressable`` nodes. Each ``Symbol`` node has 325 one (implicit) edge to its target ``Addressable``. Each ``Block`` has a set of
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/iq2000/ |
H A D | abi | 91 Addressable automatic variables on the stack are addressed with positive
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/iq2000/ |
H A D | abi | 91 Addressable automatic variables on the stack are addressed with positive
|