Searched refs:NumOfElements (Results 1 – 3 of 3) sorted by relevance
38 explicit SimpleVLA(unsigned NumOfElements) noexcept { in SimpleVLA() argument39 if (NumOfElements > N) { in SimpleVLA()41 reinterpret_cast<T *>(__kmp_allocate(NumOfElements * sizeof(T))); in SimpleVLA()
332 unsigned NumOfElements = AL->getNumElements(); in checkPostStmt() local333 for (unsigned i = 0; i < NumOfElements; ++i) { in checkPostStmt()340 unsigned NumOfElements = DL->getNumElements(); in checkPostStmt() local341 for (unsigned i = 0; i < NumOfElements; ++i) { in checkPostStmt()
3798 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() local4265 NumOfElements = in emitDependClause()4269 NumOfElements = in emitDependClause()4286 NumOfElements = CGF.Builder.CreateIntCast(NumOfElements, CGF.Int32Ty, in emitDependClause()4512 llvm::Value *NumOfElements; in emitTaskCall() local4530 DepTaskArgs[3] = NumOfElements; in emitTaskCall()[all …]