| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 358 Dir->setNumIterations(Exprs.NumIterations); in Create() 474 Dir->setNumIterations(Exprs.NumIterations); in Create() 621 Dir->setNumIterations(Exprs.NumIterations); in Create() 666 Dir->setNumIterations(Exprs.NumIterations); in Create() 998 Dir->setNumIterations(Exprs.NumIterations); in Create() 1102 Dir->setNumIterations(Exprs.NumIterations); in Create() 1147 Dir->setNumIterations(Exprs.NumIterations); in Create() 1190 Dir->setNumIterations(Exprs.NumIterations); in Create() 1235 Dir->setNumIterations(Exprs.NumIterations); in Create() 1280 Dir->setNumIterations(Exprs.NumIterations); in Create() [all …]
|
| H A D | OpenMPClause.cpp | 370 Expr *NumIterations) { in setLoopNumIterations() argument 372 getTrailingObjects<Expr *>()[NumLoop] = NumIterations; in setLoopNumIterations()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | StraightLineStrengthReduce.cpp | 361 unsigned NumIterations = 0; in allocateCandidatesAndFindBasis() local 365 Basis != Candidates.rend() && NumIterations < MaxNumIterations; in allocateCandidatesAndFindBasis() 366 ++Basis, ++NumIterations) { in allocateCandidatesAndFindBasis()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | StackColoring.cpp | 436 unsigned NumIterations; member in __anon4e68b37d0111::StackColoring 822 NumIterations = NumIters; in calculateLocalLiveness() 1234 LLVM_DEBUG(dbgs() << "Dataflow iterations: " << NumIterations << "\n"); in runOnMachineFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 1609 Value *NumIterations; member 1621 Value *NumIterations, Value *NumTeams, Value *NumThreads, in TargetKernelArgs() 1624 NumIterations(NumIterations), NumTeams(NumTeams), in TargetKernelArgs()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 7916 Expr *NumIterations = nullptr; member 9859 Expr *N0 = IterSpaces[0].NumIterations; in checkOpenMPLoop() 9890 Expr *N = IterSpaces[Cnt].NumIterations; in checkOpenMPLoop() 9936 ExprResult NumIterations = LastIteration; in checkOpenMPLoop() local 9956 NumIterations = SemaRef.BuildBinOp( in checkOpenMPLoop() 9959 if (!NumIterations.isUsable()) in checkOpenMPLoop() 10120 NumIterations.get()); in checkOpenMPLoop() 10395 Built.NumIterations = NumIterations.get(); in checkOpenMPLoop() 15057 Expr *NumIterations = LoopHelper.NumIterations; in ActOnOpenMPTileDirective() local 15087 NumIterations, EndOfTile.get()); in ActOnOpenMPTileDirective() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 1497 ArrayRef<Expr *> NumIterations); 2255 ArrayRef<Expr *> NumIterations) override;
|
| H A D | CGOpenMPRuntime.cpp | 9371 if (llvm::Value *NumIterations = SizeEmitter(CGF, *LD)) in emitTargetNumIterationsCall() local 9372 return NumIterations; in emitTargetNumIterationsCall() 9578 llvm::Value *NumIterations = in emitTargetCallKernelLaunch() local 9589 NumTargetItems, RTArgs, NumIterations, NumTeams, NumThreads, in emitTargetCallKernelLaunch() 11111 ArrayRef<Expr *> NumIterations) { in emitDoacrossInit() argument 11134 llvm::APInt Size(/*numBits=*/32, NumIterations.size()); in emitDoacrossInit() 11142 for (unsigned I = 0, E = NumIterations.size(); I < E; ++I) { in emitDoacrossInit() 11149 CGF.EmitScalarExpr(NumIterations[I]), NumIterations[I]->getType(), in emitDoacrossInit() 11150 Int64Ty, NumIterations[I]->getExprLoc()); in emitDoacrossInit() 11164 llvm::ConstantInt::getSigned(CGM.Int32Ty, NumIterations.size()), in emitDoacrossInit() [all …]
|
| H A D | CGStmtOpenMP.cpp | 6679 llvm::Value *NumIterations = CGF.EmitScalarExpr(D.getNumIterations()); in emitCommonOMPTargetDirective() local 6680 NumIterations = CGF.Builder.CreateIntCast(NumIterations, CGF.Int64Ty, in emitCommonOMPTargetDirective() 6682 return NumIterations; in emitCommonOMPTargetDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 762 Expr *NumIterations; member 832 NumIterations != nullptr && PreCond != nullptr && in builtAll() 855 NumIterations = nullptr; in clear()
|
| H A D | OpenMPClause.h | 1891 void setLoopNumIterations(unsigned NumLoop, Expr *NumIterations);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 513 KernelArgs.NumIterations, in getKernelArgsVector() 5148 Value *NumIterations = Builder.getInt64(0); in emitTargetCall() local 5154 OpenMPIRBuilder::TargetKernelArgs KArgs(NumTargetItems, RTArgs, NumIterations, in emitTargetCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 9599 unsigned NumIterations = BEs.getZExtValue(); // must be in range in getConstantEvolutionLoopExitValue() local 9603 if (IterationNum == NumIterations) in getConstantEvolutionLoopExitValue()
|