Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_utils.h38 explicit SimpleVLA(unsigned NumOfElements) noexcept { in SimpleVLA() argument
39 if (NumOfElements > N) { in SimpleVLA()
41 reinterpret_cast<T *>(__kmp_allocate(NumOfElements * sizeof(T))); in SimpleVLA()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp332 unsigned NumOfElements = AL->getNumElements(); in checkPostStmt() local
333 for (unsigned i = 0; i < NumOfElements; ++i) { in checkPostStmt()
340 unsigned NumOfElements = DL->getNumElements(); in checkPostStmt() local
341 for (unsigned i = 0; i < NumOfElements; ++i) { in checkPostStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3798 NumOfElements = in emitTaskInit()
3799 NumOfElements ? CGF.Builder.CreateNUWMul(NumOfElements, Sz) : Sz; in emitTaskInit()
3810 if (NumOfElements) { in emitTaskInit()
3827 NumOfElements = CGF.Builder.CreateIntCast(NumOfElements, CGF.Int32Ty, in emitTaskInit()
4216 llvm::Value *NumOfElements = nullptr; in emitDependClause() local
4265 NumOfElements = in emitDependClause()
4269 NumOfElements = in emitDependClause()
4286 NumOfElements = CGF.Builder.CreateIntCast(NumOfElements, CGF.Int32Ty, in emitDependClause()
4512 llvm::Value *NumOfElements; in emitTaskCall() local
4530 DepTaskArgs[3] = NumOfElements; in emitTaskCall()
[all …]