Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp422 expandCodeFor(SE.getAddExpr(ScaledOps), Ty); in expandAddToGEP()
492 Value *Idx = expandCodeFor(SE.getAddExpr(Ops), Ty); in expandAddToGEP()
746 Value *W = expandCodeFor(SE.getNegativeSCEV(Op), Ty); in visitAddExpr()
752 Value *W = expandCodeFor(Op, Ty); in visitAddExpr()
794 Value *W = expandCodeFor(Op, Ty); in visitMulExpr()
809 Value *LHS = expandCodeFor(S->getLHS(), Ty); in visitUDivExpr()
817 Value *RHS = expandCodeFor(S->getRHS(), Ty); in visitUDivExpr()
925 Value *StartV = expandCodeFor(Normalized->getStart(), ExpandTy, in getAddRecExprPHILiterally()
943 Value *StepV = expandCodeFor(Step, IntTy, L->getHeader()->begin()); in getAddRecExprPHILiterally()
1066 expandCodeFor(PostLoopScale, IntTy)); in expandAddRecExprLiterally()
[all …]
/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp484 Expander.expandCodeFor(Ev->getStart(), Builder.getInt8PtrTy(AddrSpace), in processLoopStridedStore()
511 Expander.expandCodeFor(NumBytesS, IntPtr, Preheader->getTerminator()); in processLoopStridedStore()
573 Expander.expandCodeFor(StoreEv->getStart(), in processLoopStoreOfLoopLoad()
589 Expander.expandCodeFor(LoadEv->getStart(), in processLoopStoreOfLoopLoad()
617 Expander.expandCodeFor(NumBytesS, IntPtr, Preheader->getTerminator()); in processLoopStoreOfLoopLoad()
DIndVarSimplify.cpp576 Value *ExitVal = Rewriter.expandCodeFor(ExitValue, PN->getType(), Inst); in RewriteLoopExitValues()
733 Value *NewVal = Rewriter.expandCodeFor(AR, UseTy, InsertPt); in RewriteIVExpressions()
1138 WidePhi = cast<PHINode>(Rewriter.expandCodeFor(AddRec, WideType, InsertPt)); in CreateWideIV()
1857 Value *ExitCnt = Rewriter.expandCodeFor(IVLimit, CmpTy, BI); in LinearFunctionTestReplace()
DLoopStrengthReduce.cpp3470 Ops.push_back(SE.getUnknown(Rewriter.expandCodeFor(Reg, 0, IP))); in Expand()
3475 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), Ty, IP); in Expand()
3497 ICmpScaledV = Rewriter.expandCodeFor(ScaledS, 0, IP); in Expand()
3501 ScaledS = SE.getUnknown(Rewriter.expandCodeFor(ScaledS, 0, IP)); in Expand()
3507 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), Ty, IP); in Expand()
3518 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), Ty, IP); in Expand()
3554 Value *FullV = Rewriter.expandCodeFor(FullS, Ty, IP); in Expand()
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h97 Value *expandCodeFor(const SCEV *SH, Type *Ty, Instruction *I);
169 Value *expandCodeFor(const SCEV *SH, Type *Ty = 0);