/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | LoopExtractor.cpp | 44 unsigned NumLoops; member 46 explicit LoopExtractorLegacyPass(unsigned NumLoops = ~0) in LoopExtractorLegacyPass() 47 : ModulePass(ID), NumLoops(NumLoops) { in LoopExtractorLegacyPass() 65 unsigned NumLoops, in LoopExtractor() 69 : NumLoops(NumLoops), LookupDomTree(LookupDomTree), in LoopExtractor() 76 unsigned NumLoops; member 133 return LoopExtractor(NumLoops, LookupDomTree, LookupLoopInfo, LookupACT) in runOnModule() 142 if (!NumLoops) in runOnModule() 154 if (!NumLoops) in runOnModule() 238 if (!NumLoops) in extractLoops() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/ |
H A D | LoopExtractor.h | 24 LoopExtractorPass(unsigned NumLoops = ~0) : NumLoops(NumLoops) {} in NumLoops() function 28 unsigned NumLoops;
|
/netbsd-src/sys/external/bsd/acpica/dist/debugger/ |
H A D | dbexec.c | 656 for (i = 0; i < Info->NumLoops; i++) in AcpiDbMethodThread() 854 UINT32 NumLoops; in AcpiDbCreateExecutionThreads() local 865 NumLoops = strtoul (NumLoopsArg, NULL, 0); in AcpiDbCreateExecutionThreads() 867 if (!NumThreads || !NumLoops) in AcpiDbCreateExecutionThreads() 870 NumThreads, NumLoops); in AcpiDbCreateExecutionThreads() 936 AcpiGbl_DbMethodInfo.NumLoops = NumLoops; in AcpiDbCreateExecutionThreads() 977 NumThreads, NumLoops); in AcpiDbCreateExecutionThreads()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 324 unsigned NumLoops, in Create() argument 328 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(2 * NumLoops)); in Create() 330 new (Mem) OMPOrderedClause(Num, NumLoops, StartLoc, LParenLoc, EndLoc); in Create() 331 for (unsigned I = 0; I < NumLoops; ++I) { in Create() 339 unsigned NumLoops) { in CreateEmpty() argument 340 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(2 * NumLoops)); in CreateEmpty() 341 auto *Clause = new (Mem) OMPOrderedClause(NumLoops); in CreateEmpty() 342 for (unsigned I = 0; I < NumLoops; ++I) { in CreateEmpty() 1000 ArrayRef<Expr *> VL, unsigned NumLoops) { in Create() argument 1002 totalSizeToAlloc<Expr *>(VL.size() + /*depend-modifier*/ 1 + NumLoops), in Create() [all …]
|
H A D | StmtOpenMP.cpp | 126 Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoops() argument 129 for (unsigned Cnt = 0; Cnt < NumLoops; ++Cnt) { in doForAllLoops() 155 Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoopsBodies() argument 158 CurStmt, TryImperfectlyNestedLoops, NumLoops, in doForAllLoopsBodies() 340 unsigned NumLoops, Stmt *AssociatedStmt, in Create() argument 344 NumLoops); in Create() 352 unsigned NumLoops) { in CreateEmpty() argument 355 SourceLocation(), SourceLocation(), NumLoops); in CreateEmpty()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 1561 size_t NumLoops = Loops.size(); in collapseLoops() local 1564 if (NumLoops == 1) in collapseLoops() 1608 NewIndVars.set_size(NumLoops); in collapseLoops() 1609 for (int i = NumLoops - 1; i >= 1; --i) { in collapseLoops() 1644 for (size_t i = 0; i < NumLoops - 1; ++i) in collapseLoops() 1651 for (size_t i = NumLoops - 1; i > 0; --i) in collapseLoops() 1662 for (size_t i = 0; i < NumLoops; ++i) in collapseLoops() 1683 int NumLoops = Loops.size(); in tileLoops() local 1684 assert(NumLoops >= 1 && "At least one loop to tile required"); in tileLoops() 1709 for (int i = 0; i < NumLoops - 1; ++i) { in tileLoops() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | MustExecute.cpp | 449 const auto NumLoops = Loops.size(); in printInfoComment() local 450 if (NumLoops > 1) in printInfoComment() 451 OS << " ; (mustexec in " << NumLoops << " loops: "; in printInfoComment()
|
H A D | InlineCost.cpp | 817 int NumLoops = 0; in finalizeAnalysis() local 822 NumLoops++; in finalizeAnalysis() 824 addCost(NumLoops * InlineConstants::CallPenalty); in finalizeAnalysis()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 889 unsigned NumLoops, 893 unsigned NumLoops, in doForAllLoops() argument 899 NumLoops, NewCallback); in doForAllLoops() 905 Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, 908 const Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoopsBodies() argument 914 NumLoops, NewCallback); in doForAllLoopsBodies() 4973 unsigned NumLoops) in OMPTileDirective() argument 4975 StartLoc, EndLoc, NumLoops) {} in OMPTileDirective() 5001 unsigned NumLoops, Stmt *AssociatedStmt, 5010 unsigned NumLoops);
|
H A D | OpenMPClause.h | 1604 OMPOrderedClause(Expr *Num, unsigned NumLoops, SourceLocation StartLoc, in OMPOrderedClause() argument 1607 LParenLoc(LParenLoc), NumForLoops(Num), NumberOfLoops(NumLoops) {} in OMPOrderedClause() 1610 explicit OMPOrderedClause(unsigned NumLoops) in OMPOrderedClause() argument 1612 NumberOfLoops(NumLoops) {} in OMPOrderedClause() 1626 unsigned NumLoops, SourceLocation StartLoc, 1631 static OMPOrderedClause* CreateEmpty(const ASTContext &C, unsigned NumLoops); 4534 unsigned NumLoops = 0; variable 4545 SourceLocation EndLoc, unsigned N, unsigned NumLoops) in OMPDependClause() argument 4548 NumLoops(NumLoops) {} in OMPDependClause() 4555 explicit OMPDependClause(unsigned N, unsigned NumLoops) in OMPDependClause() argument [all …]
|
/netbsd-src/sys/external/bsd/acpica/dist/include/ |
H A D | aclocal.h | 1433 UINT32 NumLoops; 1431 UINT32 NumLoops; global() member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 8945 unsigned NumLoops = std::max(OrderedLoopCount, NestedLoopCount); in checkOpenMPLoop() local 8946 SmallVector<LoopIterationSpace, 4> IterSpaces(NumLoops); in checkOpenMPLoop() 8949 SupportsNonPerfectlyNested, NumLoops, in checkOpenMPLoop() 8950 [DKind, &SemaRef, &DSA, NumLoops, NestedLoopCount, in checkOpenMPLoop() 8955 NumLoops, CollapseLoopCountExpr, OrderedLoopCountExpr, in checkOpenMPLoop() 12558 unsigned NumLoops = SizesClause->getNumSizes(); in ActOnOpenMPTileDirective() local 12565 SmallVector<OMPLoopBasedDirective::HelperExprs, 4> LoopHelpers(NumLoops); in ActOnOpenMPTileDirective() 12570 NumLoops, in ActOnOpenMPTileDirective() 12597 NumLoops, AStmt, nullptr, nullptr); in ActOnOpenMPTileDirective() 12605 FloorIndVars.resize(NumLoops); in ActOnOpenMPTileDirective() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 3184 unsigned NumLoops = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local 3186 S = OMPTileDirective::CreateEmpty(Context, NumClauses, NumLoops); in ReadStmtFromStream()
|
H A D | ASTReader.cpp | 11845 unsigned NumLoops = Record.readInt(); in readClause() local 11846 C = OMPDependClause::CreateEmpty(Context, NumVars, NumLoops); in readClause()
|