Searched defs:MaxBlocks (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/CodeGen/Targets/ | ||
H A D | NVPTX.cpp | 343 llvm::APSInt MaxBlocks(32); handleCUDALaunchBoundsAttr() local |
/llvm-project/compiler-rt/lib/scudo/standalone/tests/ | ||
H A D | release_test.cpp | 189 const scudo::uptr MaxBlocks = PagesCount * PageSize / BlockSize; in testReleaseFreeMemoryToOS() local |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaDeclAttr.cpp | 5129 CreateLaunchBoundsAttr(const AttributeCommonInfo & CI,Expr * MaxThreads,Expr * MinBlocks,Expr * MaxBlocks) CreateLaunchBoundsAttr() argument |
H A D | SemaTemplateInstantiateDecl.cpp | 310 Expr *MaxBlocks = nullptr; instantiateDependentCUDALaunchBoundsAttr() local |