Searched defs:NumIterations (Results 1 – 10 of 10) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | StackColoring.cpp | 436 unsigned NumIterations; member in __anonb9a8fc190111::StackColoring
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | StraightLineStrengthReduce.cpp | 361 unsigned NumIterations = 0; in allocateCandidatesAndFindBasis() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 1609 Value *NumIterations; global() member
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 9371 if (llvm::Value *NumIterations = SizeEmitter(CGF, *LD)) emitTargetNumIterationsCall() local 9578 llvm::Value *NumIterations = emitTargetCallKernelLaunch() local 11111 emitDoacrossInit(CodeGenFunction & CGF,const OMPLoopDirective & D,ArrayRef<Expr * > NumIterations) emitDoacrossInit() argument 12206 emitDoacrossInit(CodeGenFunction & CGF,const OMPLoopDirective & D,ArrayRef<Expr * > NumIterations) emitDoacrossInit() argument [all...] |
H A D | CGStmtOpenMP.cpp | 6679 llvm::Value *NumIterations = CGF.EmitScalarExpr(D.getNumIterations()); emitCommonOMPTargetDirective() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 370 Expr *NumIterations) { in setLoopNumIterations() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 7916 Expr *NumIterations = nullptr; global() member 9936 ExprResult NumIterations = LastIteration; checkOpenMPLoop() local 15057 Expr *NumIterations = LoopHelper.NumIterations; ActOnOpenMPTileDirective() local 15133 Expr *NumIterations = LoopHelper.NumIterations; ActOnOpenMPTileDirective() local 20418 FinishOpenMPLinearClause(OMPLinearClause & Clause,DeclRefExpr * IV,Expr * NumIterations,Sema & SemaRef,Scope * S,DSAStackTy * Stack) FinishOpenMPLinearClause() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 762 Expr *NumIterations; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 5148 Value *NumIterations = Builder.getInt64(0); emitTargetCall() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 9599 unsigned NumIterations = BEs.getZExtValue(); // must be in range getConstantEvolutionLoopExitValue() local
|