Home
last modified time | relevance | path

Searched defs:IVExpr (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/lib/Target/ARM/
DMVETailPredication.cpp313 auto *IVExpr = SE->getSCEV(IV); in IsSafeActiveMask() local
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1616 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPSimdDirective() local
1676 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPOuterLoop() local
1827 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPForOuterLoop() local
1856 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPDistributeOuterLoop() local
1938 auto IVExpr = cast<DeclRefExpr>(S.getIterationVariable()); in EmitOMPWorksharingLoop() local
2622 auto IVExpr = cast<DeclRefExpr>(S.getIterationVariable()); in EmitOMPDistributeLoop() local
3553 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPTaskLoopBasedDirective() local
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2334 const Expr *IVExpr = S.getIterationVariable(); in emitOMPSimdRegion() local
2417 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPOuterLoop() local
2589 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPForOuterLoop() local
2645 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPDistributeOuterLoop() local
2741 const Expr *IVExpr = LS.getIterationVariable(); in emitDistributeParallelForDispatchBounds() local
2872 const auto *IVExpr = cast<DeclRefExpr>(S.getIterationVariable()); in EmitOMPWorksharingLoop() local
3127 const Expr *IVExpr = LS.getIterationVariable(); in emitDispatchForLoopBounds() local
4542 const auto *IVExpr = cast<OMPLoopDirective>(ParentDir) in EmitOMPScanDirective() local
4574 const auto *IVExpr = cast<OMPLoopDirective>(ParentDir) in EmitOMPScanDirective() local
4620 const auto *IVExpr = cast<DeclRefExpr>(S.getIterationVariable()); in EmitOMPDistributeLoop() local
[all …]