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.cpp1358 /// \param PointerOps returned list of pointer operands.
1363 SmallVectorImpl<Value *> &PointerOps,
3330 OrdersType &CurrentOrder, SmallVectorImpl<Value *> &PointerOps) const;
4429 calculateRtStride(ArrayRef<Value *> PointerOps, Type *ElemTy, in calculateRtStride() argument
4436 // Find lower/upper pointers from the PointerOps (i.e. with lowest and highest in calculateRtStride()
4438 for (Value *Ptr : PointerOps) { in calculateRtStride()
4528 SortedIndices.resize(PointerOps.size()); in calculateRtStride()
4548 SmallVectorImpl<Value *> &PointerOps, bool TryRecursiveCheck) const { in canVectorizeLoads() argument
4562 PointerOps.clear(); in canVectorizeLoads()
4564 PointerOps in canVectorizeLoads()
4666 SmallVector<Value *> PointerOps; canVectorizeLoads() local
7010 SmallVector<Value *> PointerOps; buildTree_rec() local
8294 SmallVector<Value *> PointerOps; getBuildVectorCost() local
8367 SmallVector<Value *> PointerOps(VF); getBuildVectorCost() local
8383 SmallVector<Value *> PointerOps(VF); getBuildVectorCost() local
9810 SmallVector<Value *> PointerOps(VL.size()); getEntryCost() local
9845 SmallVector<Value *> PointerOps(VL.size()); getEntryCost() local
13333 SmallVector<Value *> PointerOps(E->Scalars.size(), nullptr); vectorizeTree() local
[all...]