Home
last modified time | relevance | path

Searched refs:GlobalAS (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DOpenCLBuiltins.td38 def GlobalAS : AddressSpace<"clang::LangAS::opencl_global">;
371 foreach AS = [PrivateAS, GlobalAS, ConstantAS, LocalAS, GenericAS] in {
639 defm : MathWithPointer<[GlobalAS, LocalAS, PrivateAS]>;
888 defm : VloadVstore<[GlobalAS, LocalAS, PrivateAS], 1>;
922 defm : VloadVstoreHalf<[GlobalAS, LocalAS, PrivateAS], 1>;
958 …Event, PointerType<AGenTypeN, LocalAS>, PointerType<ConstType<AGenTypeN>, GlobalAS>, Size, Event]>;
959 …def : Builtin<name, [Event, PointerType<AGenTypeN, GlobalAS>, PointerType<ConstType<AGenTypeN>, Lo…
962 …ent, PointerType<AGenTypeN, LocalAS>, PointerType<ConstType<AGenTypeN>, GlobalAS>, Size, Size, Eve…
963 …def : Builtin<name, [Event, PointerType<AGenTypeN, GlobalAS>, PointerType<ConstType<AGenTypeN>, Lo…
966 def : Builtin<name, [Void, PointerType<ConstType<AGenTypeN>, GlobalAS>, Size]>;
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSPIR.cpp143 auto GlobalAS = getContext().getTargetAddressSpace(LangAS::cuda_device); in classifyKernelArgumentType() local
146 LTy = llvm::PointerType::get(PtrTy->getContext(), GlobalAS); in classifyKernelArgumentType()