Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DOpenCLBuiltins.td41 def GenericAS : AddressSpace<"clang::LangAS::opencl_generic">;
371 foreach AS = [PrivateAS, GlobalAS, ConstantAS, LocalAS, GenericAS] in {
642 defm : MathWithPointer<[GenericAS]>;
891 defm : VloadVstore<[GenericAS], 1>;
925 defm : VloadVstoreHalf<[GenericAS], 1>;
949 def : Builtin<"get_fence", [MemFenceFlags, PointerType<Void, GenericAS>]>;
950 def : Builtin<"get_fence", [MemFenceFlags, PointerType<ConstType<Void>, GenericAS>]>;
981 defm : BuiltinWithDefaultPointerArg<GenericAS>;
1086 def : Builtin<name, [Type, PointerType<VolatileType<Type>, GenericAS>, Type]>;
1089 def : Builtin<name, [Type, PointerType<VolatileType<Type>, GenericAS>]>;
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp5747 unsigned GenericAS = in EmitBuiltinExpr() local
5749 llvm::Type *I8PTy = llvm::PointerType::get(getLLVMContext(), GenericAS); in EmitBuiltinExpr()