Searched refs:getIntegerAttribute (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUSubtarget.cpp | 652 unsigned Requested = AMDGPU::getIntegerAttribute( in getMaxNumSGPRs() 701 unsigned Requested = AMDGPU::getIntegerAttribute( in getMaxNumVGPRs()
|
D | SIFormMemoryClauses.cpp | 323 unsigned FuncMaxClause = AMDGPU::getIntegerAttribute( in runOnMachineFunction()
|
D | AMDGPUHSAMetadataStreamer.cpp | 401 getIntegerAttribute(Func, "amdgpu-implicitarg-num-bytes", 0); in emitHiddenKernelArgs() 839 getIntegerAttribute(Func, "amdgpu-implicitarg-num-bytes", 0); in emitHiddenKernelArgs()
|
D | AMDGPUSubtarget.h | 244 return AMDGPU::getIntegerAttribute(F, "amdgpu-implicitarg-num-bytes", 0); in getImplicitArgNumBytes()
|
D | AMDGPUTargetTransformInfo.cpp | 94 UP.Threshold = AMDGPU::getIntegerAttribute(F, "amdgpu-unroll-threshold", 300); in getUnrollingPreferences()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUBaseInfo.h | 342 int getIntegerAttribute(const Function &F, StringRef Name, int Default);
|
D | AMDGPUBaseInfo.cpp | 565 int getIntegerAttribute(const Function &F, StringRef Name, int Default) { in getIntegerAttribute() function 882 return getIntegerAttribute(F, "InitialPSInputAddr", 0); in getInitialPSInputAddr()
|