Searched refs:NumIterations (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 332 Dir->setNumIterations(Exprs.NumIterations); in Create() 418 Dir->setNumIterations(Exprs.NumIterations); in Create() 548 Dir->setNumIterations(Exprs.NumIterations); in Create() 593 Dir->setNumIterations(Exprs.NumIterations); in Create() 886 Dir->setNumIterations(Exprs.NumIterations); in Create() 990 Dir->setNumIterations(Exprs.NumIterations); in Create() 1035 Dir->setNumIterations(Exprs.NumIterations); in Create() 1078 Dir->setNumIterations(Exprs.NumIterations); in Create() 1123 Dir->setNumIterations(Exprs.NumIterations); in Create() 1167 Dir->setNumIterations(Exprs.NumIterations); in Create() [all …]
|
| H A D | OpenMPClause.cpp | 350 Expr *NumIterations) { in setLoopNumIterations() argument 352 getTrailingObjects<Expr *>()[NumLoop] = NumIterations; in setLoopNumIterations()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | StraightLineStrengthReduce.cpp | 366 unsigned NumIterations = 0; in allocateCandidatesAndFindBasis() local 370 Basis != Candidates.rend() && NumIterations < MaxNumIterations; in allocateCandidatesAndFindBasis() 371 ++Basis, ++NumIterations) { in allocateCandidatesAndFindBasis()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | StackColoring.cpp | 471 unsigned NumIterations; member in __anon034ec13b0111::StackColoring 855 NumIterations = NumIters; in calculateLocalLiveness() 1263 LLVM_DEBUG(dbgs() << "Dataflow iterations: " << NumIterations << "\n"); in runOnMachineFunction()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 7151 Expr *NumIterations = nullptr; member 9031 Expr *N0 = IterSpaces[0].NumIterations; in checkOpenMPLoop() 9062 Expr *N = IterSpaces[Cnt].NumIterations; in checkOpenMPLoop() 9108 ExprResult NumIterations = LastIteration; in checkOpenMPLoop() local 9128 NumIterations = SemaRef.BuildBinOp( in checkOpenMPLoop() 9131 if (!NumIterations.isUsable()) in checkOpenMPLoop() 9288 NumIterations.get()); in checkOpenMPLoop() 9566 Built.NumIterations = NumIterations.get(); in checkOpenMPLoop() 12706 Expr *NumIterations = LoopHelper.NumIterations; in ActOnOpenMPTileDirective() local 12736 NumIterations, EndOfTile.get()); in ActOnOpenMPTileDirective() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 1752 ArrayRef<Expr *> NumIterations); 2502 ArrayRef<Expr *> NumIterations) override;
|
| H A D | CGOpenMPRuntime.cpp | 10197 if (llvm::Value *NumIterations = SizeEmitter(CGF, *LD)) { in emitTargetNumIterationsCall() local 10199 llvm::Value *Args[] = {RTLoc, DeviceID, NumIterations}; in emitTargetNumIterationsCall() 11988 ArrayRef<Expr *> NumIterations) { in emitDoacrossInit() argument 12011 llvm::APInt Size(/*numBits=*/32, NumIterations.size()); in emitDoacrossInit() 12019 for (unsigned I = 0, E = NumIterations.size(); I < E; ++I) { in emitDoacrossInit() 12026 CGF.EmitScalarExpr(NumIterations[I]), NumIterations[I]->getType(), in emitDoacrossInit() 12027 Int64Ty, NumIterations[I]->getExprLoc()); in emitDoacrossInit() 12041 llvm::ConstantInt::getSigned(CGM.Int32Ty, NumIterations.size()), in emitDoacrossInit() 13035 ArrayRef<Expr *> NumIterations) { in emitDoacrossInit() argument
|
| H A D | CGStmtOpenMP.cpp | 5998 llvm::Value *NumIterations = CGF.EmitScalarExpr(D.getNumIterations()); in emitCommonOMPTargetDirective() local 5999 NumIterations = CGF.Builder.CreateIntCast(NumIterations, CGF.Int64Ty, in emitCommonOMPTargetDirective() 6001 return NumIterations; in emitCommonOMPTargetDirective()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 746 Expr *NumIterations; member 816 NumIterations != nullptr && PreCond != nullptr && in builtAll() 839 NumIterations = nullptr; in clear()
|
| H A D | OpenMPClause.h | 1751 void setLoopNumIterations(unsigned NumLoop, Expr *NumIterations);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 8593 unsigned NumIterations = BEs.getZExtValue(); // must be in range in getConstantEvolutionLoopExitValue() local 8597 if (IterationNum == NumIterations) in getConstantEvolutionLoopExitValue()
|