Home
last modified time | relevance | path

Searched refs:getIterationVariable (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2543 const Expr *IVExpr = S.getIterationVariable(); in emitOMPSimdRegion()
2813 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPOuterLoop()
2985 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPForOuterLoop()
3041 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPDistributeOuterLoop()
3110 LS.getIterationVariable()->getType(), in emitDistributeParallelForInnerBounds()
3116 LS.getIterationVariable()->getType(), in emitDistributeParallelForInnerBounds()
3137 const Expr *IVExpr = LS.getIterationVariable(); in emitDistributeParallelForDispatchBounds()
3525 const Expr *IVExpr = LS.getIterationVariable(); in emitDispatchForLoopBounds()
5526 .getIterationVariable() in EmitOMPScanDirective()
5558 .getIterationVariable() in EmitOMPScanDirective()
[all …]
H A DCGOpenMPRuntimeGPU.cpp3335 S.getIterationVariable()->getType(), S.getBeginLoc()); in getDefaultDistScheduleAndChunk()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1333 Expr *getIterationVariable() const { in getIterationVariable() function