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

/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp602 // For example, if OffsetInElmts == 1, then J accesses the memory directly
603 // after I; if OffsetInElmts == -1 then I accesses the memory
608 int64_t &OffsetInElmts, bool ComputeOffset = true) {
609 OffsetInElmts = 0;
649 OffsetInElmts = Offset/VTy2TSS;
653 OffsetInElmts = Offset/VTyTSS;
981 int64_t OffsetInElmts = 0; local
984 OffsetInElmts) && abs64(OffsetInElmts) == 1) {
985 FixedOrder = (int) OffsetInElmts;
605 getPairPtrInfo(Instruction *I, Instruction *J, Value *&IPtr, Value *&JPtr, unsigned &IAlignment, unsigned &JAlignment, unsigned &IAddressSpace, unsigned &JAddressSpace, int64_t &OffsetInElmts, bool ComputeOffset = true) argument
2296 int64_t OffsetInElmts; local
[all...]

Completed in 104 milliseconds