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.h343 LangAS getOpenCLBuiltinAddressSpace(unsigned AS) const override { in getOpenCLBuiltinAddressSpace() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1664 virtual LangAS getOpenCLBuiltinAddressSpace(unsigned AS) const { in getOpenCLBuiltinAddressSpace() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp14712 return getTargetInfo().getOpenCLBuiltinAddressSpace(AS); in getLangASForBuiltinAddressSpace()