Searched refs:getIntegerPairAttribute (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUSubtarget.cpp | 166 std::pair<unsigned, unsigned> Requested = AMDGPU::getIntegerPairAttribute( in getFlatWorkGroupSizes() 213 unsigned LDSBytes = AMDGPU::getIntegerPairAttribute(F, "amdgpu-lds-size", in getWavesPerEU() 222 unsigned LDSBytes = AMDGPU::getIntegerPairAttribute(F, "amdgpu-lds-size", in getWavesPerEU() 236 AMDGPU::getIntegerPairAttribute(F, "amdgpu-waves-per-eu", Default, true); in getWavesPerEU()
|
| H A D | AMDGPUAttributor.cpp | 173 auto R = AMDGPU::getIntegerPairAttribute(F, "amdgpu-flat-work-group-size"); in getFlatWorkGroupSizeAttr() 211 auto Val = AMDGPU::getIntegerPairAttribute(F, "amdgpu-waves-per-eu", in getWavesPerEUAttr() 260 return AMDGPU::getIntegerPairAttribute(F, "amdgpu-lds-size", in getLDSSize() 1234 AMDGPU::getIntegerPairAttribute(*F, "amdgpu-agpr-alloc", {~0u, ~0u}, in initialize() 1323 AMDGPU::getIntegerPairAttribute(F, "amdgpu-flat-work-group-size"); in updateWavesPerEU()
|
| H A D | AMDGPUMachineFunction.cpp | 70 std::pair<unsigned, unsigned> LDSSizeRange = AMDGPU::getIntegerPairAttribute( in AMDGPUMachineFunction()
|
| H A D | AMDGPUAsmPrinter.cpp | 468 const auto [MinWEU, MaxWEU] = AMDGPU::getIntegerPairAttribute( in validateMCResourceInfo() 1265 AMDGPU::getIntegerPairAttribute(F, "amdgpu-waves-per-eu", {0, 0}, true); in getSIProgramInfo()
|
| H A D | SIMachineFunctionInfo.cpp | 794 AMDGPU::getIntegerPairAttribute(F, "amdgpu-agpr-alloc", {~0u, ~0u}, in mayUseAGPRs()
|
| H A D | SIRegisterInfo.cpp | 599 std::tie(MinNumAGPRs, MaxNumAGPRs) = AMDGPU::getIntegerPairAttribute( in getMaxNumVectorRegs()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.h | 1016 getIntegerPairAttribute(const Function &F, StringRef Name, 1030 getIntegerPairAttribute(const Function &F, StringRef Name,
|
| H A D | AMDGPUBaseInfo.cpp | 1516 getIntegerPairAttribute(const Function &F, StringRef Name, in getIntegerPairAttribute() function 1519 if (auto Attr = getIntegerPairAttribute(F, Name, OnlyFirstRequired)) in getIntegerPairAttribute() 1525 getIntegerPairAttribute(const Function &F, StringRef Name, in getIntegerPairAttribute() function
|