Home
last modified time | relevance | path

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

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