Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSPIR.cpp74 auto GlobalAS = getContext().getTargetAddressSpace(LangAS::cuda_device); in classifyKernelArgumentType() local
77 LTy = llvm::PointerType::get(PtrTy->getContext(), GlobalAS); in classifyKernelArgumentType()
/src/contrib/llvm-project/clang/lib/Sema/
H A DOpenCLBuiltins.td38 def GlobalAS : AddressSpace<"clang::LangAS::opencl_global">;
367 foreach AS = [PrivateAS, GlobalAS, ConstantAS, LocalAS, GenericAS] in {
635 defm : MathWithPointer<[GlobalAS, LocalAS, PrivateAS]>;
884 defm : VloadVstore<[GlobalAS, LocalAS, PrivateAS], 1>;
918 defm : VloadVstoreHalf<[GlobalAS, LocalAS, PrivateAS], 1>;
954 …Event, PointerType<AGenTypeN, LocalAS>, PointerType<ConstType<AGenTypeN>, GlobalAS>, Size, Event]>;
955 …def : Builtin<name, [Event, PointerType<AGenTypeN, GlobalAS>, PointerType<ConstType<AGenTypeN>, Lo…
958 …ent, PointerType<AGenTypeN, LocalAS>, PointerType<ConstType<AGenTypeN>, GlobalAS>, Size, Size, Eve…
959 …def : Builtin<name, [Event, PointerType<AGenTypeN, GlobalAS>, PointerType<ConstType<AGenTypeN>, Lo…
965 def : Builtin<name, [Void, PointerType<ConstType<AGenTypeN>, GlobalAS>, Size]>;
[all …]