Searched refs:getIntegerPairAttribute (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMachineFunction.cpp | 70 std::pair<unsigned, unsigned> LDSSizeRange = AMDGPU::getIntegerPairAttribute( in AMDGPUMachineFunction()
|
H A D | AMDGPUSubtarget.cpp | 431 std::pair<unsigned, unsigned> Requested = AMDGPU::getIntegerPairAttribute( in getFlatWorkGroupSizes() 485 AMDGPU::getIntegerPairAttribute(F, "amdgpu-waves-per-eu", Default, true); in getWavesPerEU()
|
H A D | AMDGPUAsmPrinter.cpp | 1088 AMDGPU::getIntegerPairAttribute(F, "amdgpu-waves-per-eu", {0, 0}, true); in getSIProgramInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUBaseInfo.h | 905 getIntegerPairAttribute(const Function &F, StringRef Name,
|
H A D | AMDGPUBaseInfo.cpp | 1296 getIntegerPairAttribute(const Function &F, StringRef Name, in getIntegerPairAttribute() function
|