Searched refs:MinBlocks (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaDeclAttr.cpp | 3588 Expr *MinBlocks, unsigned SpellingListIndex) { in AddLaunchBoundsAttr() argument 3589 CUDALaunchBoundsAttr TmpAttr(AttrRange, Context, MaxThreads, MinBlocks, in AddLaunchBoundsAttr() 3595 if (MinBlocks && !checkLaunchBoundsArgument(*this, MinBlocks, TmpAttr, 1)) in AddLaunchBoundsAttr() 3599 AttrRange, Context, MaxThreads, MinBlocks, SpellingListIndex)); in AddLaunchBoundsAttr()
|
| HD | SemaTemplateInstantiateDecl.cpp | 218 Expr *MinBlocks = nullptr; in instantiateDependentCUDALaunchBoundsAttr() local 223 MinBlocks = Result.getAs<Expr>(); in instantiateDependentCUDALaunchBoundsAttr() 226 S.AddLaunchBoundsAttr(Attr.getLocation(), New, MaxThreads, MinBlocks, in instantiateDependentCUDALaunchBoundsAttr()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | TargetInfo.cpp | 5179 llvm::APSInt MinBlocks(32); in setTargetAttributes() local 5180 MinBlocks = Attr->getMinBlocks()->EvaluateKnownConstInt(M.getContext()); in setTargetAttributes() 5181 if (MinBlocks > 0) in setTargetAttributes() 5183 addNVVMMetadata(F, "minctasm", MinBlocks.getExtValue()); in setTargetAttributes()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | Attr.td | 586 let Args = [ExprArgument<"MaxThreads">, ExprArgument<"MinBlocks", 1>];
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 7675 Expr *MinBlocks, unsigned SpellingListIndex);
|