Home
last modified time | relevance | path

Searched refs:IVExpr (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp320 auto *IVExpr = SE->getSCEV(IV); in IsSafeActiveMask() local
321 auto *AddExpr = dyn_cast<SCEVAddRecExpr>(IVExpr); in IsSafeActiveMask()
324 LLVM_DEBUG(dbgs() << "ARM TP: induction not an add expr: "; IVExpr->dump()); in IsSafeActiveMask()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2535 const Expr *IVExpr = S.getIterationVariable(); in emitOMPSimdRegion() local
2755 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPOuterLoop() local
2927 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPForOuterLoop() local
2983 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPDistributeOuterLoop() local
3079 const Expr *IVExpr = LS.getIterationVariable(); in emitDistributeParallelForDispatchBounds() local
3084 QualType IteratorTy = IVExpr->getType(); in emitDistributeParallelForDispatchBounds()
3211 const auto *IVDecl = cast<VarDecl>(IVExpr->getDecl()); in EmitOMPWorksharingLoop()
3467 const Expr *IVExpr = LS.getIterationVariable(); in emitDispatchForLoopBounds() local
5430 LValue IdxLVal = EmitLValue(IVExpr); in EmitOMPScanDirective()
5462 LValue IdxLVal = EmitLValue(IVExpr); in EmitOMPScanDirective()
[all …]