Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp315 auto *IVExpr = SE->getSCEV(IV); in IsSafeActiveMask() local
316 auto *AddExpr = dyn_cast<SCEVAddRecExpr>(IVExpr); in IsSafeActiveMask()
319 LLVM_DEBUG(dbgs() << "ARM TP: induction not an add expr: "; IVExpr->dump()); in IsSafeActiveMask()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2508 const Expr *IVExpr = S.getIterationVariable(); in emitOMPSimdRegion() local
2619 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPOuterLoop() local
2793 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPForOuterLoop() local
2849 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPDistributeOuterLoop() local
2945 const Expr *IVExpr = LS.getIterationVariable(); in emitDistributeParallelForDispatchBounds() local
2950 QualType IteratorTy = IVExpr->getType(); in emitDistributeParallelForDispatchBounds()
3077 const auto *IVDecl = cast<VarDecl>(IVExpr->getDecl()); in EmitOMPWorksharingLoop()
3330 const Expr *IVExpr = LS.getIterationVariable(); in emitDispatchForLoopBounds() local
4993 LValue IdxLVal = EmitLValue(IVExpr); in EmitOMPScanDirective()
5025 LValue IdxLVal = EmitLValue(IVExpr); in EmitOMPScanDirective()
[all …]