Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp2039 const bool IsGFX10Plus = AMDGPU::isGFX10Plus(STI); in selectImageIntrinsic() local
2172 } else if (IsGFX10Plus) { in selectImageIntrinsic()
2238 if (IsGFX10Plus) in selectImageIntrinsic()
2246 if (IsGFX10Plus) in selectImageIntrinsic()
2258 if (!IsGFX10Plus) in selectImageIntrinsic()
H A DSIISelLowering.cpp8469 bool IsGFX10Plus = AMDGPU::isGFX10Plus(*Subtarget); in lowerImage() local
8758 if (IsGFX10Plus) in lowerImage()
8767 if (IsGFX10Plus) in lowerImage()
8780 if (!IsGFX10Plus) in lowerImage()
8799 } else if (IsGFX10Plus) { in lowerImage()