Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp403 std::pair<unsigned, unsigned> Requested = AMDGPU::getIntegerPairAttribute( in getFlatWorkGroupSizes()
433 std::pair<unsigned, unsigned> Requested = AMDGPU::getIntegerPairAttribute( in getWavesPerEU()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h814 std::pair<int, int> getIntegerPairAttribute(const Function &F,
H A DAMDGPUBaseInfo.cpp1208 std::pair<int, int> getIntegerPairAttribute(const Function &F, in getIntegerPairAttribute() function