Home
last modified time | relevance | path

Searched refs:getIntegerAttribute (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp112 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()
DAMDGPUBaseInfo.h48 int getIntegerAttribute(const Function &F, StringRef Name, int Default);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp278 Default.second = AMDGPU::getIntegerAttribute( in getFlatWorkGroupSizes()
559 unsigned Requested = AMDGPU::getIntegerAttribute( in getMaxNumSGPRs()
608 unsigned Requested = AMDGPU::getIntegerAttribute( in getMaxNumVGPRs()
DAMDGPUSubtarget.h239 return AMDGPU::getIntegerAttribute(F, "amdgpu-implicitarg-num-bytes", 0); in getImplicitArgNumBytes()
DAMDGPUHSAMetadataStreamer.cpp409 getIntegerAttribute(Func, "amdgpu-implicitarg-num-bytes", 0); in emitHiddenKernelArgs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h252 int getIntegerAttribute(const Function &F, StringRef Name, int Default);
DAMDGPUBaseInfo.cpp476 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/
DAMDGPUPromoteAlloca.cpp188 = AMDGPU::getIntegerAttribute(F, "amdgpu-max-waves-per-eu", 0); in runOnFunction()