Home
last modified time | relevance | path

Searched defs:NumLoops (Results 1 – 16 of 16) 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 DOpenMPClause.cpp344 unsigned NumLoops, in Create()
359 unsigned NumLoops) { in CreateEmpty()
1058 ArrayRef<Expr *> VL, unsigned NumLoops) { in Create()
1076 unsigned NumLoops) { in CreateEmpty()
1683 ArrayRef<Expr *> VL, unsigned NumLoops) { in Create()
1699 unsigned NumLoops) { in CreateEmpty()
H A DStmtOpenMP.cpp126 Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoops()
180 Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoopsBodies()
412 unsigned NumLoops, Stmt *AssociatedStmt, in Create()
424 unsigned NumLoops) { in CreateEmpty()
472 ArrayRef<OMPClause *> Clauses, unsigned NumLoops, Stmt *AssociatedStmt, in Create()
484 unsigned NumLoops) { in CreateEmpty()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp981 ExprResult NumLoops = in ParseOpenACCClauseParams() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h916 unsigned NumLoops, in doForAllLoops()
935 unsigned NumLoops, in doForAllLoops()
943 unsigned NumLoops, in doForAllLoops()
958 const Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoopsBodies()
5577 unsigned NumLoops) in OMPTileDirective()
5798 SourceLocation EndLoc, unsigned NumLoops) in OMPInterchangeDirective()
H A DOpenMPClause.h1852 OMPOrderedClause(Expr *Num, unsigned NumLoops, SourceLocation StartLoc, in OMPOrderedClause()
1858 explicit OMPOrderedClause(unsigned NumLoops) in OMPOrderedClause()
4947 unsigned NumLoops = 0; variable
4958 SourceLocation EndLoc, unsigned N, unsigned NumLoops) in OMPDependClause()
4968 explicit OMPDependClause(unsigned N, unsigned NumLoops) in OMPDependClause()
9210 unsigned NumLoops = 0; variable
9220 SourceLocation EndLoc, unsigned N, unsigned NumLoops) in OMPDoacrossClause()
9229 explicit OMPDoacrossClause(unsigned N, unsigned NumLoops) in OMPDoacrossClause()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp361 const auto NumLoops = Loops.size(); in printInfoComment() local
H A DInlineCost.cpp992 int NumLoops = 0; in finalizeAnalysis() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp3452 unsigned NumLoops = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local
3475 unsigned NumLoops = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local
H A DASTReader.cpp10559 unsigned NumLoops = Record.readInt(); in readClause() local
10706 unsigned NumLoops = Record.readInt(); in readClause() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9312 unsigned NumLoops = in checkOpenMPIterationSpace() local
9621 unsigned NumLoops = std::max(OrderedLoopCount, NestedLoopCount); in checkOpenMPLoop() local
14021 OpenMPDirectiveKind Kind, Stmt *AStmt, int NumLoops, in checkTransformableLoopNest()
14113 size_t NumLoops = LoopStmts.size(); in collectLoopStmts() local
14137 unsigned NumLoops = SizesClause->getNumSizes(); in ActOnOpenMPTileDirective() local
14418 constexpr unsigned NumLoops = 1; in ActOnOpenMPUnrollDirective() local
14687 constexpr unsigned NumLoops = 1; in ActOnOpenMPReverseDirective() local
14876 constexpr size_t NumLoops = 2; in ActOnOpenMPInterchangeDirective() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4710 size_t NumLoops = Loops.size(); in collapseLoops() local
4839 int NumLoops = Loops.size(); in tileLoops() local
5627 InsertPointTy AllocaIP, unsigned NumLoops, in createOrderedDepend()
/freebsd/sys/contrib/dev/acpica/include/
H A Daclocal.h1541 UINT32 NumLoops; member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5907 unsigned NumLoops = C->getNumLoops(); in emitRestoreIP() local