Home
last modified time | relevance | path

Searched refs: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
314 auto *AddExpr = dyn_cast<SCEVAddRecExpr>(IVExpr); in IsSafeActiveMask()
317 LLVM_DEBUG(dbgs() << "ARM TP: induction not an add expr: "; IVExpr->dump()); in IsSafeActiveMask()
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1616 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPSimdDirective() local
1617 const VarDecl *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); in EmitOMPSimdDirective()
1676 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPOuterLoop() local
1677 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPOuterLoop()
1678 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPOuterLoop()
1827 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPForOuterLoop() local
1828 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPForOuterLoop()
1829 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPForOuterLoop()
1856 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPDistributeOuterLoop() local
1857 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPDistributeOuterLoop()
[all …]
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2334 const Expr *IVExpr = S.getIterationVariable(); in emitOMPSimdRegion() local
2335 const auto *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); in emitOMPSimdRegion()
2417 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPOuterLoop() local
2418 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPOuterLoop()
2419 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPOuterLoop()
2589 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPForOuterLoop() local
2590 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPForOuterLoop()
2591 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPForOuterLoop()
2645 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPDistributeOuterLoop() local
2646 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPDistributeOuterLoop()
[all …]