Home
last modified time | relevance | path

Searched refs:getIntegerPairAttribute (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp370 std::pair<unsigned, unsigned> Requested = AMDGPU::getIntegerPairAttribute( in getFlatWorkGroupSizes()
408 std::pair<unsigned, unsigned> Requested = AMDGPU::getIntegerPairAttribute( in getWavesPerEU()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h353 std::pair<int, int> getIntegerPairAttribute(const Function &F,
DAMDGPUBaseInfo.cpp580 std::pair<int, int> getIntegerPairAttribute(const Function &F, in getIntegerPairAttribute() function