Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp1478 const bool IsGFX10Plus = AMDGPU::isGFX10Plus(STI); in selectImageIntrinsic() local
1624 if (IsGFX10Plus) { in selectImageIntrinsic()
1678 if (IsGFX10Plus) in selectImageIntrinsic()
1685 if (IsGFX10Plus) in selectImageIntrinsic()
1690 if (!IsGFX10Plus) in selectImageIntrinsic()
H A DSIISelLowering.cpp5972 bool IsGFX10Plus = AMDGPU::isGFX10Plus(*Subtarget); in lowerImage() local
6240 if (IsGFX10Plus) in lowerImage()
6246 if (IsGFX10Plus) in lowerImage()
6254 if (!IsGFX10Plus) in lowerImage()
6265 if (IsGFX10Plus) { in lowerImage()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp7113 bool IsGFX10Plus = isGFX10Plus(); in cvtMIMG() local
7116 if (IsGFX10Plus) in cvtMIMG()
7121 if (IsGFX10Plus) in cvtMIMG()
7126 if (!IsGFX10Plus) in cvtMIMG()