Home
last modified time | relevance | path

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

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