Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp432 std::pair<unsigned, unsigned> Requested = AMDGPU::getIntegerPairAttribute( in getFlatWorkGroupSizes()
467 std::pair<unsigned, unsigned> Requested = AMDGPU::getIntegerPairAttribute( in getWavesPerEU()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h460 std::pair<int, int> getIntegerPairAttribute(const Function &F,
H A DAMDGPUBaseInfo.cpp867 std::pair<int, int> getIntegerPairAttribute(const Function &F, in getIntegerPairAttribute() function