Home
last modified time | relevance | path

Searched refs:NumIterations (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Duser_counters_test.cc48 double its = e.NumIterations(); in CheckSimple()
277 double its = e.NumIterations(); in CheckIterationInvariant()
318 double its = e.NumIterations(); in CheckIsIterationInvariantRate()
357 double its = e.NumIterations(); in CheckAvgIterations()
395 double its = e.NumIterations(); in CheckAvgIterationsRate()
H A Doutput_test.h102 double NumIterations() const;
113 return NumIterations() * GetTime(kRealTime); in DurationRealTime()
117 return NumIterations() * GetTime(kCpuTime); in DurationCPUTime()
H A Doutput_test_helper.cc311 double Results::NumIterations() const { in NumIterations() function in Results
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp313 Dir->setNumIterations(Exprs.NumIterations); in Create()
380 Dir->setNumIterations(Exprs.NumIterations); in Create()
510 Dir->setNumIterations(Exprs.NumIterations); in Create()
555 Dir->setNumIterations(Exprs.NumIterations); in Create()
848 Dir->setNumIterations(Exprs.NumIterations); in Create()
952 Dir->setNumIterations(Exprs.NumIterations); in Create()
997 Dir->setNumIterations(Exprs.NumIterations); in Create()
1040 Dir->setNumIterations(Exprs.NumIterations); in Create()
1085 Dir->setNumIterations(Exprs.NumIterations); in Create()
1129 Dir->setNumIterations(Exprs.NumIterations); in Create()
[all …]
H A DOpenMPClause.cpp350 Expr *NumIterations) { in setLoopNumIterations() argument
352 getTrailingObjects<Expr *>()[NumLoop] = NumIterations; in setLoopNumIterations()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp366 unsigned NumIterations = 0; in allocateCandidatesAndFindBasis() local
370 Basis != Candidates.rend() && NumIterations < MaxNumIterations; in allocateCandidatesAndFindBasis()
371 ++Basis, ++NumIterations) { in allocateCandidatesAndFindBasis()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackColoring.cpp471 unsigned NumIterations; member in __anon1be926320111::StackColoring
855 NumIterations = NumIters; in calculateLocalLiveness()
1263 LLVM_DEBUG(dbgs() << "Dataflow iterations: " << NumIterations << "\n"); in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp2740 Expr *NumIterations, Sema &SemaRef,
7135 Expr *NumIterations = nullptr; member
8642 ResultIterSpaces[CurrentNestedLoopCount].NumIterations = in checkOpenMPIterationSpace()
8677 ResultIterSpaces[CurrentNestedLoopCount].NumIterations == nullptr || in checkOpenMPIterationSpace()
8688 ResultIterSpaces[CurrentNestedLoopCount].NumIterations); in checkOpenMPIterationSpace()
9007 Expr *N0 = IterSpaces[0].NumIterations; in checkOpenMPLoop()
9038 Expr *N = IterSpaces[Cnt].NumIterations; in checkOpenMPLoop()
9084 ExprResult NumIterations = LastIteration; in checkOpenMPLoop() local
9104 NumIterations = SemaRef.BuildBinOp( in checkOpenMPLoop()
9107 if (!NumIterations.isUsable()) in checkOpenMPLoop()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1732 ArrayRef<Expr *> NumIterations);
2482 ArrayRef<Expr *> NumIterations) override;
H A DCGOpenMPRuntime.cpp10023 if (llvm::Value *NumIterations = SizeEmitter(CGF, *LD)) { in emitTargetNumIterationsCall() local
10025 llvm::Value *Args[] = {RTLoc, DeviceID, NumIterations}; in emitTargetNumIterationsCall()
11828 ArrayRef<Expr *> NumIterations) { in emitDoacrossInit() argument
11851 llvm::APInt Size(/*numBits=*/32, NumIterations.size()); in emitDoacrossInit()
11859 for (unsigned I = 0, E = NumIterations.size(); I < E; ++I) { in emitDoacrossInit()
11866 CGF.EmitScalarExpr(NumIterations[I]), NumIterations[I]->getType(), in emitDoacrossInit()
11867 Int64Ty, NumIterations[I]->getExprLoc()); in emitDoacrossInit()
11881 llvm::ConstantInt::getSigned(CGM.Int32Ty, NumIterations.size()), in emitDoacrossInit()
12874 ArrayRef<Expr *> NumIterations) { in emitDoacrossInit() argument
H A DCGStmtOpenMP.cpp5965 llvm::Value *NumIterations = CGF.EmitScalarExpr(D.getNumIterations()); in emitCommonOMPTargetDirective() local
5966 NumIterations = CGF.Builder.CreateIntCast(NumIterations, CGF.Int64Ty, in emitCommonOMPTargetDirective()
5968 return NumIterations; in emitCommonOMPTargetDirective()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h741 Expr *NumIterations; member
811 NumIterations != nullptr && PreCond != nullptr && in builtAll()
834 NumIterations = nullptr; in clear()
H A DOpenMPClause.h1643 void setLoopNumIterations(unsigned NumLoop, Expr *NumIterations);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp8336 unsigned NumIterations = BEs.getZExtValue(); // must be in range in getConstantEvolutionLoopExitValue() local
8340 if (IterationNum == NumIterations) in getConstantEvolutionLoopExitValue()