Home
last modified time | relevance | path

Searched defs:StrideDescriptor (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DVectorUtils.h644 struct StrideDescriptor { struct
646 StrideDescriptor(int64_t Stride, const SCEV *Scev, uint64_t Size, in StrideDescriptor() argument
664 using StrideEntry = std::pair<Instruction *, StrideDescriptor>; argument
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp901 struct StrideDescriptor { struct in __anonbc0f4dbb0111::InterleavedAccessInfo
902 StrideDescriptor(int64_t Stride, const SCEV *Scev, uint64_t Size, in StrideDescriptor() argument
909 int64_t Stride = 0;
910 const SCEV *Scev = nullptr; // The scalar expression of this access
911 uint64_t Size = 0; // The size of the memory object.
912 unsigned Align = 0; // The alignment of this access.