Home
last modified time | relevance | path

Searched refs:cuda_constant (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAddressSpaces.h44 cuda_constant, enumerator
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAMDGPU.h369 return LangAS::cuda_constant; in getCUDABuiltinAddressSpace()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp2061 AS = LangAS::cuda_constant; in getAddressOfLocalVariable()
2216 AS = LangAS::cuda_constant; in hasAllocateAttributeForGlobalVar()
H A DCodeGenModule.cpp5554 return LangAS::cuda_constant; in GetGlobalVarAddressSpace()
5560 return LangAS::cuda_constant; in GetGlobalVarAddressSpace()
H A DCGDebugInfo.cpp5932 CGM.getContext().getTargetAddressSpace(LangAS::cuda_constant); in EmitGlobalVariable()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp2672 case LangAS::cuda_constant: in getAddrSpaceAsString()
H A DMicrosoftMangle.cpp2506 case LangAS::cuda_constant: in mangleAddressSpaceType()
H A DType.cpp95 (B == LangAS::cuda_constant || B == LangAS::cuda_device || in isTargetAddressSpaceSupersetOf()
H A DItaniumMangle.cpp2846 case LangAS::cuda_constant: in mangleQualifiers()