Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Basic/Targets/ !
H A DAMDGPU.h464 bool hasHIPImageSupport() const override { return HasImage; } in hasHIPImageSupport() function
/src/contrib/llvm-project/clang/include/clang/Basic/ !
H A DTargetInfo.h1829 virtual bool hasHIPImageSupport() const { return true; } in hasHIPImageSupport() function
/src/contrib/llvm-project/clang/lib/Frontend/ !
H A DInitPreprocessor.cpp620 if (!TI.hasHIPImageSupport()) { in InitializeStandardPredefinedMacros()