Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp1557 const bool IsGFX10Plus = AMDGPU::isGFX10Plus(STI); in selectImageIntrinsic() local
1680 } else if (IsGFX10Plus) { in selectImageIntrinsic()
1745 if (IsGFX10Plus) in selectImageIntrinsic()
1752 if (IsGFX10Plus) in selectImageIntrinsic()
1763 if (!IsGFX10Plus) in selectImageIntrinsic()
H A DSIISelLowering.cpp6332 bool IsGFX10Plus = AMDGPU::isGFX10Plus(*Subtarget); in lowerImage() local
6597 if (IsGFX10Plus) in lowerImage()
6603 if (IsGFX10Plus) in lowerImage()
6611 if (!IsGFX10Plus) in lowerImage()
6627 } else if (IsGFX10Plus) { in lowerImage()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp7724 bool IsGFX10Plus = isGFX10Plus(); in cvtMIMG() local
7727 if (IsGFX10Plus) in cvtMIMG()
7732 if (IsGFX10Plus) in cvtMIMG()
7737 if (!IsGFX10Plus) in cvtMIMG()