Home
last modified time | relevance | path

Searched defs:NumLoops (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DLoopExtractor.h24 LoopExtractorPass(unsigned NumLoops = ~0) : NumLoops(NumLoops) {} in NumLoops() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp39 unsigned NumLoops; member
71 unsigned NumLoops; member
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbexec.c960 UINT32 NumLoops; in AcpiDbCreateExecutionThreads() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp126 Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoops()
180 Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoopsBodies()
410 unsigned NumLoops, Stmt *AssociatedStmt, in Create()
422 unsigned NumLoops) { in CreateEmpty()
431 unsigned NumLoops, Stmt *AssociatedStmt, in Create()
443 unsigned NumLoops) { in CreateEmpty()
474 unsigned NumLoops, Stmt *TransformedStmt, in Create()
485 unsigned NumLoops) { in CreateEmpty()
493 ArrayRef<OMPClause *> Clauses, unsigned NumLoops, Stmt *AssociatedStmt, in Create()
505 unsigned NumLoops) { in CreateEmpty()
H A DOpenMPClause.cpp345 unsigned NumLoops, in Create()
360 unsigned NumLoops) { in CreateEmpty()
988 unsigned NumLoops) { in CreateEmpty()
1081 ArrayRef<Expr *> VL, unsigned NumLoops) { in Create()
1099 unsigned NumLoops) { in CreateEmpty()
1702 ArrayRef<Expr *> VL, unsigned NumLoops) { in Create()
1718 unsigned NumLoops) { in CreateEmpty()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h900 unsigned NumLoops, in doForAllLoops()
919 unsigned NumLoops, in doForAllLoops()
927 unsigned NumLoops, in doForAllLoops()
942 const Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoopsBodies()
5559 unsigned NumLoops) in OMPTileDirective()
5636 unsigned NumLoops) in OMPStripeDirective()
5790 unsigned NumLoops) in OMPReverseDirective()
5862 SourceLocation EndLoc, unsigned NumLoops) in OMPInterchangeDirective()
H A DOpenMPClause.h1054 unsigned NumLoops; variable
1063 explicit OMPPermutationClause(int NumLoops) in OMPPermutationClause()
2149 OMPOrderedClause(Expr *Num, unsigned NumLoops, SourceLocation StartLoc, in OMPOrderedClause()
2155 explicit OMPOrderedClause(unsigned NumLoops) in OMPOrderedClause()
5501 unsigned NumLoops = 0; variable
5512 SourceLocation EndLoc, unsigned N, unsigned NumLoops) in OMPDependClause()
5522 explicit OMPDependClause(unsigned N, unsigned NumLoops) in OMPDependClause()
9796 unsigned NumLoops = 0; variable
9806 SourceLocation EndLoc, unsigned N, unsigned NumLoops) in OMPDoacrossClause()
9815 explicit OMPDoacrossClause(unsigned N, unsigned NumLoops) in OMPDoacrossClause()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp369 const auto NumLoops = Loops.size(); in printInfoComment() local
H A DInlineCost.cpp1091 int NumLoops = 0; in finalizeAnalysis() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp3583 unsigned NumLoops = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local
3590 unsigned NumLoops = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local
3604 unsigned NumLoops = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local
3612 unsigned NumLoops = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local
H A DASTReader.cpp11101 unsigned NumLoops = Record.readInt(); in readClause() local
11279 unsigned NumLoops = Record.readInt(); in readClause() local
11426 unsigned NumLoops = Record.readInt(); in readClause() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9353 unsigned NumLoops = in checkOpenMPIterationSpace() local
9707 unsigned NumLoops = std::max(OrderedLoopCount, NestedLoopCount); in checkOpenMPLoop() local
14193 OpenMPDirectiveKind Kind, Stmt *AStmt, int NumLoops, in checkTransformableLoopNest()
14287 size_t NumLoops = LoopStmts.size(); in collectLoopStmts() local
14319 unsigned NumLoops = SizesClause->getNumSizes(); in ActOnOpenMPTileDirective() local
14596 unsigned NumLoops = SizesClause->getNumSizes(); in ActOnOpenMPStripeDirective() local
14862 constexpr unsigned NumLoops = 1; in ActOnOpenMPUnrollDirective() local
15130 constexpr unsigned NumLoops = 1; in ActOnOpenMPReverseDirective() local
15321 size_t NumLoops = PermutationClause ? PermutationClause->getNumLoops() : 2; in ActOnOpenMPInterchangeDirective() local
16574 size_t NumLoops = PermExprs.size(); in ActOnOpenMPPermutationClause() local
/freebsd/sys/contrib/dev/acpica/include/
H A Daclocal.h1542 UINT32 NumLoops; member
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4998 size_t NumLoops = Loops.size(); in collapseLoops() local
5127 int NumLoops = Loops.size(); in tileLoops() local
5948 InsertPointTy AllocaIP, unsigned NumLoops, in createOrderedDepend()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6123 unsigned NumLoops = C->getNumLoops(); in emitRestoreIP() local