Searched refs:NDRange (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | OpenCLBuiltins.td | 404 def NDRange : TypedefType<"ndrange_t">; 1488 def : Builtin<"ndrange_1D", [NDRange, Size]>; 1489 def : Builtin<"ndrange_1D", [NDRange, Size, Size]>; 1490 def : Builtin<"ndrange_1D", [NDRange, Size, Size, Size]>; 1491 def : Builtin<"ndrange_2D", [NDRange, PointerType<ConstType<Size>, PrivateAS>]>; 1492 def : Builtin<"ndrange_2D", [NDRange, PointerType<ConstType<Size>, PrivateAS>, 1494 def : Builtin<"ndrange_2D", [NDRange, PointerType<ConstType<Size>, PrivateAS>, 1497 def : Builtin<"ndrange_3D", [NDRange, PointerType<ConstType<Size>, PrivateAS>]>; 1498 def : Builtin<"ndrange_3D", [NDRange, PointerType<ConstType<Size>, PrivateAS>, 1500 def : Builtin<"ndrange_3D", [NDRange, PointerType<ConstType<Size>, PrivateAS>,
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 5941 llvm::Value *NDRange = NDRangeL.getAddress().emitRawPointer(*this); in EmitBuiltinExpr() local 5954 IntTy, {NDRange->getType(), GenericVoidPtrTy, GenericVoidPtrTy}, in EmitBuiltinExpr() 5957 {NDRange, Kernel, Block})); in EmitBuiltinExpr()
|