Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Transform/IR/
H A DTransformOps.cpp286 if (failed(state.mapBlockArguments(getIterationVariable(), {op}))) in apply()
301 BlockArgument iterVar = getIterationVariable(); in getEffects()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2535 const Expr *IVExpr = S.getIterationVariable(); in emitOMPSimdRegion()
2755 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPOuterLoop()
2927 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPForOuterLoop()
2983 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPDistributeOuterLoop()
3052 LS.getIterationVariable()->getType(), in emitDistributeParallelForInnerBounds()
3058 LS.getIterationVariable()->getType(), in emitDistributeParallelForInnerBounds()
3079 const Expr *IVExpr = LS.getIterationVariable(); in emitDistributeParallelForDispatchBounds()
3467 const Expr *IVExpr = LS.getIterationVariable(); in emitDispatchForLoopBounds()
5428 .getIterationVariable() in EmitOMPScanDirective()
5460 .getIterationVariable() in EmitOMPScanDirective()
[all …]
H A DCGOpenMPRuntimeGPU.cpp3770 S.getIterationVariable()->getType(), S.getBeginLoc()); in getDefaultDistScheduleAndChunk()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Transform/IR/
H A DTransformOps.td132 BlockArgument getIterationVariable() {
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h1317 Expr *getIterationVariable() const { in getIterationVariable() function