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

  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 445 expandCodeFor(SE.getAddExpr(ScaledOps), Ty);
500 Value *Idx = expandCodeFor(SE.getAddExpr(Ops), Ty);
722 Value *W = expandCodeFor(SE.getNegativeSCEV(Op), Ty);
728 Value *W = expandCodeFor(Op, Ty);
767 Value *W = expandCodeFor(Op, Ty);
789 Value *LHS = expandCodeFor(S->getLHS(), Ty);
797 Value *RHS = expandCodeFor(S->getRHS(), Ty);
    [all...]
LoopAccessAnalysis.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 152 Value *expandCodeFor(const SCEV *SH, Type *Ty, Instruction *I);
263 Value *expandCodeFor(const SCEV *SH, Type *Ty = nullptr);
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 548 Expander.expandCodeFor(Start, DestInt8PtrTy, Preheader->getTerminator());
571 Expander.expandCodeFor(NumBytesS, IntPtr, Preheader->getTerminator());
656 Value *StoreBasePtr = Expander.expandCodeFor(
676 Value *LoadBasePtr = Expander.expandCodeFor(
701 Expander.expandCodeFor(NumBytesS, IntPtrTy, Preheader->getTerminator());
    [all...]
InductiveRangeCheckElimination.cpp 836 .expandCodeFor(IndVarStart, IndVarTy, &*Preheader->rbegin());
    [all...]
LoopRerollPass.cpp     [all...]
IndVarSimplify.cpp 524 return Rewriter.expandCodeFor(S, ResultTy, InsertPt);
    [all...]
LoopLoadElimination.cpp 377 Value *InitialPtr = SEE.expandCodeFor(PtrSCEV->getStart(), Ptr->getType(),
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp 344 Value *TripCount = Expander.expandCodeFor(TripCountSC, TripCountSC->getType(),
346 Value *BECount = Expander.expandCodeFor(BECountSC, BECountSC->getType(),
  /external/llvm/lib/Target/PowerPC/
PPCLoopDataPrefetch.cpp 215 Value *PrefPtrValue = SCEVE.expandCodeFor(NextLSCEV, I8Ptr, MemI);
PPCLoopPreIncPrep.cpp 337 Value *BasePtrStart = SCEVE.expandCodeFor(BasePtrStartSCEV, I8PtrTy,
PPCCTRLoops.cpp 561 SCEVE.expandCodeFor(ExitCount, CountType, Preheader->getTerminator());
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 222 milliseconds