Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp283 std::pair<unsigned, unsigned> Requested = AMDGPU::getIntegerPairAttribute( in getFlatWorkGroupSizes()
324 std::pair<unsigned, unsigned> Requested = AMDGPU::getIntegerPairAttribute( in getWavesPerEU()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h263 std::pair<int, int> getIntegerPairAttribute(const Function &F,
DAMDGPUBaseInfo.cpp491 std::pair<int, int> getIntegerPairAttribute(const Function &F, in getIntegerPairAttribute() function