Home
last modified time | relevance | path

Searched refs:PointerOps (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2081 SmallVectorImpl<Value *> &PointerOps,
4291 SmallVectorImpl<Value *> &PointerOps);
5594 calculateRtStride(ArrayRef<Value *> PointerOps, Type *ElemTy, in calculateRtStride() argument
5603 for (Value *Ptr : PointerOps) { in calculateRtStride()
5693 SortedIndices.resize(PointerOps.size()); in calculateRtStride()
5854 static bool buildCompressMask(ArrayRef<Value *> PointerOps, in buildCompressMask() argument
5858 const unsigned Sz = PointerOps.size(); in buildCompressMask()
5864 Value *Ptr0 = Order.empty() ? PointerOps.front() : PointerOps[Order.front()]; in buildCompressMask()
5866 Value *Ptr = Order.empty() ? PointerOps[I] : PointerOps[Order[I]]; in buildCompressMask()
5888 ArrayRef<Value *> VL, ArrayRef<Value *> PointerOps, in isMaskedLoadCompress() argument
[all …]