Home
last modified time | relevance | path

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/
DAMDGPUSubtarget.cpp652 unsigned Requested = AMDGPU::getIntegerAttribute( in getMaxNumSGPRs()
701 unsigned Requested = AMDGPU::getIntegerAttribute( in getMaxNumVGPRs()
DSIFormMemoryClauses.cpp323 unsigned FuncMaxClause = AMDGPU::getIntegerAttribute( in runOnMachineFunction()
DAMDGPUHSAMetadataStreamer.cpp401 getIntegerAttribute(Func, "amdgpu-implicitarg-num-bytes", 0); in emitHiddenKernelArgs()
839 getIntegerAttribute(Func, "amdgpu-implicitarg-num-bytes", 0); in emitHiddenKernelArgs()
DAMDGPUSubtarget.h244 return AMDGPU::getIntegerAttribute(F, "amdgpu-implicitarg-num-bytes", 0); in getImplicitArgNumBytes()
DAMDGPUTargetTransformInfo.cpp94 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/
DAMDGPUBaseInfo.h342 int getIntegerAttribute(const Function &F, StringRef Name, int Default);
DAMDGPUBaseInfo.cpp565 int getIntegerAttribute(const Function &F, StringRef Name, int Default) { in getIntegerAttribute() function
882 return getIntegerAttribute(F, "InitialPSInputAddr", 0); in getInitialPSInputAddr()