Home
last modified time | relevance | path

Searched refs:IsGFX10Plus (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp1833 const bool IsGFX10Plus = AMDGPU::isGFX10Plus(STI); in selectImageIntrinsic() local
1964 } else if (IsGFX10Plus) { in selectImageIntrinsic()
2030 if (IsGFX10Plus) in selectImageIntrinsic()
2038 if (IsGFX10Plus) in selectImageIntrinsic()
2050 if (!IsGFX10Plus) in selectImageIntrinsic()
H A DSIISelLowering.cpp7468 bool IsGFX10Plus = AMDGPU::isGFX10Plus(*Subtarget); in lowerImage() local
7751 if (IsGFX10Plus) in lowerImage()
7758 if (IsGFX10Plus) in lowerImage()
7767 if (!IsGFX10Plus) in lowerImage()
7786 } else if (IsGFX10Plus) { in lowerImage()