Searched refs:GenericAS (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | OpenCLBuiltins.td | 41 def GenericAS : AddressSpace<"clang::LangAS::opencl_generic">; 516 def : Builtin<name, [FGenTypeN, FGenTypeN, PointerType<FGenTypeN, GenericAS>]>; 520 def : Builtin<name, [Type, Type, PointerType<GenTypeIntVecAndScalar, GenericAS>]>; 524 def : Builtin<name, [Type, Type, Type, PointerType<GenTypeIntVecAndScalar, GenericAS>]>; 777 def : Builtin<name, [VectorType<Char, VSize>, Size, PointerType<ConstType<Char>, GenericAS>]>; 778 … def : Builtin<name, [VectorType<UChar, VSize>, Size, PointerType<ConstType<UChar>, GenericAS>]>; 779 … def : Builtin<name, [VectorType<Short, VSize>, Size, PointerType<ConstType<Short>, GenericAS>]>; 780 … def : Builtin<name, [VectorType<UShort, VSize>, Size, PointerType<ConstType<UShort>, GenericAS>]>; 781 def : Builtin<name, [VectorType<Int, VSize>, Size, PointerType<ConstType<Int>, GenericAS>]>; 782 def : Builtin<name, [VectorType<UInt, VSize>, Size, PointerType<ConstType<UInt>, GenericAS>]>; [all …]
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGBlocks.cpp | 455 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()
|
D | CGBuiltin.cpp | 4300 unsigned GenericAS = in EmitBuiltinExpr() local 4303 llvm::Type::getInt8Ty(getLLVMContext()), GenericAS); in EmitBuiltinExpr()
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 2067 unsigned GenericAS = in EmitBuiltinExpr() local 2070 llvm::Type::getInt8Ty(getLLVMContext()), GenericAS); in EmitBuiltinExpr()
|