Searched refs:GenericAS (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | OpenCLBuiltins.td | 41 def GenericAS : AddressSpace<"clang::LangAS::opencl_generic">; 367 foreach AS = [PrivateAS, GlobalAS, ConstantAS, LocalAS, GenericAS] in { 638 defm : MathWithPointer<[GenericAS]>; 887 defm : VloadVstore<[GenericAS], 1>; 921 defm : VloadVstoreHalf<[GenericAS], 1>; 945 def : Builtin<"get_fence", [MemFenceFlags, PointerType<Void, GenericAS>]>; 946 def : Builtin<"get_fence", [MemFenceFlags, PointerType<ConstType<Void>, GenericAS>]>; 962 def : Builtin<name, [Void, Int, PointerType<Event, GenericAS>]>; 1070 def : Builtin<name, [Type, PointerType<VolatileType<Type>, GenericAS>, Type]>; 1073 def : Builtin<name, [Type, PointerType<VolatileType<Type>, GenericAS>]>; [all …]
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 5546 unsigned GenericAS = in EmitBuiltinExpr() local 5548 llvm::Type *I8PTy = llvm::PointerType::get(getLLVMContext(), GenericAS); in EmitBuiltinExpr()
|