Searched refs:expandCodeFor (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp451 expandCodeFor(SE.getAddExpr(ScaledOps), Ty);
524 Value *Idx = expandCodeFor(SE.getAddExpr(Ops), Ty);
762 Value *W = expandCodeFor(SE.getNegativeSCEV(Op), Ty);
768 Value *W = expandCodeFor(Op, Ty);
810 Value *W = expandCodeFor(Op, Ty);
825 Value *LHS = expandCodeFor(S->getLHS(), Ty);
833 Value *RHS = expandCodeFor(S->getRHS(), Ty);
1093 Value *StartV = expandCodeFor(Normalized->getStart(), ExpandTy,
1111 Value *StepV = expandCodeFor(Step, IntTy, L->getHeader()->begin());
1217 // expandCodeFor wit
1477 Value *SCEVExpander::expandCodeFor(const SCEV *SH, Type *Ty, function in class:SCEVExpander
1483 Value *SCEVExpander::expandCodeFor(const SCEV *SH, Type *Ty) { function in class:SCEVExpander
[all...]
/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h136 /// expandCodeFor - Insert code to directly compute the specified SCEV
139 Value *expandCodeFor(const SCEV *SH, Type *Ty, Instruction *I);
218 /// expandCodeFor - Insert code to directly compute the specified SCEV
222 Value *expandCodeFor(const SCEV *SH, Type *Ty = 0);
/external/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp988 Expander.expandCodeFor(Ev->getStart(), Builder.getInt8PtrTy(AddrSpace),
1015 Expander.expandCodeFor(NumBytesS, IntPtr, Preheader->getTerminator());
1077 Expander.expandCodeFor(StoreEv->getStart(),
1093 Expander.expandCodeFor(LoadEv->getStart(),
1121 Expander.expandCodeFor(NumBytesS, IntPtr, Preheader->getTerminator());
H A DIndVarSimplify.cpp577 Value *ExitVal = Rewriter.expandCodeFor(ExitValue, PN->getType(), Inst);
1042 WidePhi = cast<PHINode>(Rewriter.expandCodeFor(AddRec, WideType, InsertPt));
1489 Value *GEPOffset = Rewriter.expandCodeFor(IVOffset, OfsTy, BI);
1539 return Rewriter.expandCodeFor(IVLimit, LimitTy, BI);
H A DLoopStrengthReduce.cpp2853 Value *IncV = Rewriter.expandCodeFor(LeftOverExpr, IntTy, InsertPt);
2856 IVOper = Rewriter.expandCodeFor(IVOperExpr, IVTy, InsertPt);
4393 Ops.push_back(SE.getUnknown(Rewriter.expandCodeFor(Reg, 0, IP)));
4413 ICmpScaledV = Rewriter.expandCodeFor(ScaledS, 0, IP);
4420 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), Ty, IP);
4424 ScaledS = SE.getUnknown(Rewriter.expandCodeFor(ScaledS, 0, IP));
4435 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), Ty, IP);
4445 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), Ty, IP);
4481 Value *FullV = Rewriter.expandCodeFor(FullS, Ty, IP);
/external/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp280 Value *TripCount = Expander.expandCodeFor(TripCountSC, TripCountSC->getType(),
/external/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp499 Value *ECValue = SCEVE.expandCodeFor(ExitCount, CountType,
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1355 Value *Start = Exp.expandCodeFor(PtrRtCheck->Starts[i], PtrArithTy, Loc);
1356 Value *End = Exp.expandCodeFor(PtrRtCheck->Ends[i], PtrArithTy, Loc);
1456 Value *Count = Exp.expandCodeFor(ExitCount, ExitCount->getType(),

Completed in 217 milliseconds