Home
last modified time | relevance | path

Searched defs:hasHIPImageSupport (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/Basic/Targets/
H A DAMDGPU.h464 bool hasHIPImageSupport() const override { return HasImage; } hasHIPImageSupport() function
/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1809 virtual bool hasHIPImageSupport() const { return true; } hasHIPImageSupport() function