Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DLoopExtractor.h24 LoopExtractorPass(unsigned NumLoops = ~0) : NumLoops(NumLoops) {} in NumLoops() function
/llvm-project/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp39 unsigned NumLoops; member
71 unsigned NumLoops; member
[all...]
/llvm-project/bolt/include/bolt/Passes/
H A DStokeInfo.h46 unsigned NumLoops; member
/llvm-project/polly/include/polly/
H A DScopDetection.h196 int NumLoops; member
/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp359 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(2 * NumLoops)); in CreateEmpty() argument
344 Create(const ASTContext & C,Expr * Num,unsigned NumLoops,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc) Create() argument
1058 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc,DependDataTy Data,Expr * DepModifier,ArrayRef<Expr * > VL,unsigned NumLoops) 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 DStmtOpenMP.cpp126 Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoops() argument
180 Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoopsBodies() argument
412 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation EndLoc,ArrayRef<OMPClause * > Clauses,unsigned NumLoops,Stmt * AssociatedStmt,Stmt * TransformedStmt,Stmt * PreInits) Create() argument
424 CreateEmpty(const ASTContext & C,unsigned NumClauses,unsigned NumLoops) CreateEmpty() argument
[all...]
/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp981 ExprResult NumLoops = ParseOpenACCClauseParams() local
/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp361 const auto NumLoops = Loops.size(); printInfoComment() local
H A DInlineCost.cpp992 int NumLoops = 0; finalizeAnalysis() local
/llvm-project/polly/lib/Transform/
H A DScheduleTreeTransform.cpp616 int NumLoops = unsignedFromIslSize(Band.n_member()); in visitBand() local
633 int NumLoops = unsignedFromIslSize(Band.n_member()); in visitBand() local
/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h943 const Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoops() argument
916 doForAllLoops(const Stmt * CurStmt,bool TryImperfectlyNestedLoops,unsigned NumLoops,llvm::function_ref<bool (unsigned,const Stmt *)> Callback,llvm::function_ref<void (const OMPLoopTransformationDirective *)> OnTransformationCallback) doForAllLoops() argument
935 doForAllLoops(Stmt * CurStmt,bool TryImperfectlyNestedLoops,unsigned NumLoops,llvm::function_ref<bool (unsigned,Stmt *)> Callback) doForAllLoops() argument
958 doForAllLoopsBodies(const Stmt * CurStmt,bool TryImperfectlyNestedLoops,unsigned NumLoops,llvm::function_ref<void (unsigned,const Stmt *,const Stmt *)> Callback) doForAllLoopsBodies() argument
5576 OMPTileDirective(SourceLocation StartLoc,SourceLocation EndLoc,unsigned NumLoops) OMPTileDirective() argument
[all...]
H A DOpenMPClause.h1852 OMPOrderedClause(Expr * Num,unsigned NumLoops,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc) OMPOrderedClause() argument
1858 OMPOrderedClause(unsigned NumLoops) OMPOrderedClause() argument
4947 unsigned NumLoops = 0; global() variable
4958 OMPDependClause(SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc,unsigned N,unsigned NumLoops) OMPDependClause() argument
4968 OMPDependClause(unsigned N,unsigned NumLoops) OMPDependClause() argument
9210 unsigned NumLoops = 0; global() variable
9220 OMPDoacrossClause(SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc,unsigned N,unsigned NumLoops) OMPDoacrossClause() argument
9229 OMPDoacrossClause(unsigned N,unsigned NumLoops) OMPDoacrossClause() argument
[all...]
/llvm-project/polly/lib/Analysis/
H A DScopDetection.cpp1370 int NumLoops = 1; countBeneficialSubLoops() local
1727 int NumLoops = isProfitableRegion() local
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9309 unsigned NumLoops = checkOpenMPIterationSpace() local
9618 unsigned NumLoops = std::max(OrderedLoopCount, NestedLoopCount); checkOpenMPLoop() local
14018 checkTransformableLoopNest(OpenMPDirectiveKind Kind,Stmt * AStmt,int NumLoops,SmallVectorImpl<OMPLoopBasedDirective::HelperExprs> & LoopHelpers,Stmt * & Body,SmallVectorImpl<SmallVector<Stmt *,0>> & OriginalInits) checkTransformableLoopNest() argument
14106 size_t NumLoops = LoopStmts.size(); collectLoopStmts() local
14130 unsigned NumLoops = SizesClause->getNumSizes(); ActOnOpenMPTileDirective() local
14411 constexpr unsigned NumLoops = 1; ActOnOpenMPUnrollDirective() local
[all...]
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4644 size_t NumLoops = Loops.size(); collapseLoops() local
4773 int NumLoops = Loops.size(); tileLoops() local
5561 createOrderedDepend(const LocationDescription & Loc,InsertPointTy AllocaIP,unsigned NumLoops,ArrayRef<llvm::Value * > StoreValues,const Twine & Name,bool IsDependSource) createOrderedDepend() argument
[all...]
/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp3447 unsigned NumLoops = Record[ASTStmtReader::NumStmtFields]; ReadStmtFromStream() local
H A DASTReader.cpp10558 unsigned NumLoops = Record.readInt(); readClause() local
10705 unsigned NumLoops = Record.readInt(); readClause() local
/llvm-project/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp2957 unsigned NumLoops = 2; TEST_F() local
3042 unsigned NumLoops = 2; TEST_F() local
/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5889 unsigned NumLoops = C->getNumLoops(); emitRestoreIP() local