/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | LoopExtractor.h | 24 LoopExtractorPass(unsigned NumLoops = ~0) : NumLoops(NumLoops) {} in NumLoops() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | LoopExtractor.cpp | 39 unsigned NumLoops; member 71 unsigned NumLoops; member
|
/freebsd-src/sys/contrib/dev/acpica/components/debugger/ |
H A D | dbexec.c | 960 UINT32 NumLoops; in AcpiDbCreateExecutionThreads() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenACC.cpp | 726 ExprResult NumLoops = ParseOpenACCClauseParams() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 344 unsigned NumLoops, in Create() argument 359 unsigned NumLoops) { in CreateEmpty() argument 1058 ArrayRef<Expr *> VL, unsigned NumLoops) { in Create() argument 1076 CreateEmpty(const ASTContext & C,unsigned N,unsigned NumLoops) CreateEmpty() argument 1683 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc,OpenMPDoacrossClauseModifier DepType,SourceLocation DepLoc,SourceLocation ColonLoc,ArrayRef<Expr * > VL,unsigned NumLoops) Create() argument 1699 CreateEmpty(const ASTContext & C,unsigned N,unsigned NumLoops) CreateEmpty() argument [all...] |
H A D | StmtOpenMP.cpp | 126 Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoops() argument 180 Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoopsBodies() argument 412 unsigned NumLoops, Stmt *AssociatedStmt, in Create() argument 424 unsigned NumLoops) { in CreateEmpty() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MustExecute.cpp | 361 const auto NumLoops = Loops.size(); in printInfoComment() local
|
H A D | InlineCost.cpp | 986 int NumLoops = 0; finalizeAnalysis() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 916 unsigned NumLoops, in doForAllLoops() argument 935 unsigned NumLoops, in doForAllLoops() argument 943 unsigned NumLoops, in doForAllLoops() argument 958 const Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoopsBodies() argument 5573 OMPTileDirective(SourceLocation StartLoc,SourceLocation EndLoc,unsigned NumLoops) OMPTileDirective() argument [all...] |
H A D | OpenMPClause.h | 1852 OMPOrderedClause(Expr *Num, unsigned NumLoops, SourceLocation StartLoc, in OMPOrderedClause() argument 1858 explicit OMPOrderedClause(unsigned NumLoops) in OMPOrderedClause() argument 4907 unsigned NumLoops = 0; global() variable 4918 OMPDependClause(SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc,unsigned N,unsigned NumLoops) OMPDependClause() argument 4928 OMPDependClause(unsigned N,unsigned NumLoops) OMPDependClause() argument 9170 unsigned NumLoops = 0; global() variable 9180 OMPDoacrossClause(SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc,unsigned N,unsigned NumLoops) OMPDoacrossClause() argument 9189 OMPDoacrossClause(unsigned N,unsigned NumLoops) OMPDoacrossClause() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 3178 size_t NumLoops = Loops.size(); collapseLoops() local 3307 int NumLoops = Loops.size(); tileLoops() local 4072 createOrderedDepend(const LocationDescription & Loc,InsertPointTy AllocaIP,unsigned NumLoops,ArrayRef<llvm::Value * > StoreValues,const Twine & Name,bool IsDependSource) createOrderedDepend() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 3391 unsigned NumLoops = Record[ASTStmtReader::NumStmtFields]; ReadStmtFromStream() local
|
H A D | ASTReader.cpp | 10415 unsigned NumLoops = Record.readInt(); readClause() local 10562 unsigned NumLoops = Record.readInt(); readClause() local
|
/freebsd-src/sys/contrib/dev/acpica/include/ |
H A D | aclocal.h | 1539 UINT32 NumLoops; global() member
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 9507 unsigned NumLoops = checkOpenMPIterationSpace() local 9786 unsigned NumLoops = std::max(OrderedLoopCount, NestedLoopCount); checkOpenMPLoop() local 14919 checkTransformableLoopNest(OpenMPDirectiveKind Kind,Stmt * AStmt,int NumLoops,SmallVectorImpl<OMPLoopBasedDirective::HelperExprs> & LoopHelpers,Stmt * & Body,SmallVectorImpl<SmallVector<llvm::PointerUnion<Stmt *,Decl * >,0>> & OriginalInits) checkTransformableLoopNest() argument 14977 unsigned NumLoops = SizesClause->getNumSizes(); ActOnOpenMPTileDirective() local 15196 constexpr unsigned NumLoops = 1; ActOnOpenMPUnrollDirective() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 5853 unsigned NumLoops = C->getNumLoops(); emitRestoreIP() local
|