Searched refs:getIntegerAttribute (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUBaseInfo.cpp | 112 int getIntegerAttribute(const Function &F, StringRef Name, int Default) { in getIntegerAttribute() function 128 return getIntegerAttribute(F, "amdgpu-max-work-group-size", 256); in getMaximumWorkGroupSize() 132 return getIntegerAttribute(F, "InitialPSInputAddr", 0); in getInitialPSInputAddr()
|
D | AMDGPUBaseInfo.h | 48 int getIntegerAttribute(const Function &F, StringRef Name, int Default);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUSubtarget.cpp | 278 Default.second = AMDGPU::getIntegerAttribute( in getFlatWorkGroupSizes() 559 unsigned Requested = AMDGPU::getIntegerAttribute( in getMaxNumSGPRs() 608 unsigned Requested = AMDGPU::getIntegerAttribute( in getMaxNumVGPRs()
|
D | AMDGPUSubtarget.h | 239 return AMDGPU::getIntegerAttribute(F, "amdgpu-implicitarg-num-bytes", 0); in getImplicitArgNumBytes()
|
D | AMDGPUHSAMetadataStreamer.cpp | 409 getIntegerAttribute(Func, "amdgpu-implicitarg-num-bytes", 0); in emitHiddenKernelArgs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUBaseInfo.h | 252 int getIntegerAttribute(const Function &F, StringRef Name, int Default);
|
D | AMDGPUBaseInfo.cpp | 476 int getIntegerAttribute(const Function &F, StringRef Name, int Default) { in getIntegerAttribute() function 603 return getIntegerAttribute(F, "InitialPSInputAddr", 0); in getInitialPSInputAddr()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 188 = AMDGPU::getIntegerAttribute(F, "amdgpu-max-waves-per-eu", 0); in runOnFunction()
|