HomeSort by relevance Sort by last modified time
    Searched refs:expandCodeFor (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 452 expandCodeFor(SE.getAddExpr(ScaledOps), Ty);
525 Value *Idx = expandCodeFor(SE.getAddExpr(Ops), Ty);
763 Value *W = expandCodeFor(SE.getNegativeSCEV(Op), Ty);
769 Value *W = expandCodeFor(Op, Ty);
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 134 /// expandCodeFor - Insert code to directly compute the specified SCEV
137 Value *expandCodeFor(const SCEV *SH, Type *Ty, Instruction *I);
216 /// expandCodeFor - Insert code to directly compute the specified SCEV
220 Value *expandCodeFor(const SCEV *SH, Type *Ty = 0);
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 486 Expander.expandCodeFor(Ev->getStart(), Builder.getInt8PtrTy(AddrSpace),
513 Expander.expandCodeFor(NumBytesS, IntPtr, Preheader->getTerminator());
575 Expander.expandCodeFor(StoreEv->getStart(),
591 Expander.expandCodeFor(LoadEv->getStart(),
619 Expander.expandCodeFor(NumBytesS, IntPtr, Preheader->getTerminator());
IndVarSimplify.cpp 540 Value *ExitVal = Rewriter.expandCodeFor(ExitValue, PN->getType(), Inst);
    [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp 280 Value *TripCount = Expander.expandCodeFor(TripCountSC, TripCountSC->getType(),

Completed in 65 milliseconds