Searched defs:hasHIPImageSupport (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/Basic/Targets/ | ||
H A D | AMDGPU.h | 464 bool hasHIPImageSupport() const override { return HasImage; } hasHIPImageSupport() function |
/llvm-project/clang/include/clang/Basic/ | ||
H A D | TargetInfo.h | 1809 virtual bool hasHIPImageSupport() const { return true; } hasHIPImageSupport() function |