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

  /external/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 223 const ValueToValueMap &Strides);
320 const ValueToValueMap &Strides);
368 /// The method might also version the pointer stride according to \p Strides,
371 unsigned ASId, const ValueToValueMap &Strides,
514 const ValueToValueMap &Strides);
579 /// value of symbolic strides, the client queries it with the same assumption.
598 /// \brief Analyze the loop. Substitute symbolic strides using Strides.
599 void analyzeLoop(const ValueToValueMap &Strides);
684 /// of symbolic strides, \p Strides provides the mapping (se
    [all...]
  /external/llvm/lib/Analysis/
LoopAccessAnalysis.cpp 129 const ValueToValueMap &Strides,
132 const SCEV *Sc = replaceSymbolicStrideSCEV(PSE, Strides, Ptr);
454 Loop *TheLoop, const ValueToValueMap &Strides,
524 const ValueToValueMap &Strides, Value *Ptr,
526 const SCEV *PtrScev = replaceSymbolicStrideSCEV(PSE, Strides, Ptr);
    [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 134 /// This enables versioning on the strides of symbolically striding memory
801 /// groups. Substitute symbolic strides using \p Strides.
802 void analyzeInterleaving(const ValueToValueMap &Strides);
822 /// by versioning strides of pointers).
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 426 /// not include register uses implied by non-constant addrec strides.
    [all...]

Completed in 129 milliseconds