Searched refs:GenericAS (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/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>]>; 962 def : Builtin<name, [Void, Int, PointerType<Event, GenericAS>]>; 1118 !eq(BaseExt, FuncExtOpenCLCGenericAddressSpace): [GenericAS], 1166 defm : OpenCL2Atomics<GenericAS, FuncExtOpenCLCGenericAddressSpace>; 1173 foreach addrspace = [GlobalAS, LocalAS, GenericAS] in { [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 5291 unsigned GenericAS = in EmitBuiltinExpr() local 5293 llvm::Type *I8PTy = llvm::PointerType::get(getLLVMContext(), GenericAS); in EmitBuiltinExpr()
|