Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DOpenCLBuiltins.td41 def GenericAS : AddressSpace<"clang::LangAS::opencl_generic">;
913 foreach AS = [GenericAS] in {
982 def : Builtin<name, [Void, Int, PointerType<Event, GenericAS>]>;
1117 [TypePair[1], PointerType<VolatileType<TypePair[0]>, GenericAS>]>;
1130 [Bool, PointerType<VolatileType<TypePair[0]>, GenericAS>,
1131 PointerType<TypePair[1], GenericAS>, TypePair[1]]>;
1133 [Bool, PointerType<VolatileType<TypePair[0]>, GenericAS>,
1136 [Bool, PointerType<VolatileType<TypePair[0]>, GenericAS>,
1166 [Void, PointerType<VolatileType<AtomicFlag>, GenericAS>]>;
1173 [Bool, PointerType<VolatileType<AtomicFlag>, GenericAS>]>;
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp455 auto GenericAS = in initializeForBlockHeader() local
458 CharUnits::fromQuantity(CGM.getTarget().getPointerAlign(GenericAS) / 8); in initializeForBlockHeader()
460 CharUnits::fromQuantity(CGM.getTarget().getPointerWidth(GenericAS) / 8); in initializeForBlockHeader()
H A DCGBuiltin.cpp4607 unsigned GenericAS = in EmitBuiltinExpr() local
4610 llvm::Type::getInt8Ty(getLLVMContext()), GenericAS); in EmitBuiltinExpr()