Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAMDGPU.h337 LangAS getOpenCLBuiltinAddressSpace(unsigned AS) const override { in getOpenCLBuiltinAddressSpace() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1389 virtual LangAS getOpenCLBuiltinAddressSpace(unsigned AS) const { in getOpenCLBuiltinAddressSpace() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11459 return getTargetInfo().getOpenCLBuiltinAddressSpace(AS); in getLangASForBuiltinAddressSpace()