Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 …]
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp10581 auto GlobalAS = getContext().getTargetAddressSpace(LangAS::cuda_device); in classifyKernelArgumentType() local
10584 LTy = llvm::PointerType::getWithSamePointeeType(PtrTy, GlobalAS); in classifyKernelArgumentType()