Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp79 struct VectorSplit { struct
112 const VectorSplit &VS, ValueVector *cachePtr = nullptr);
124 VectorSplit VS;
191 VectorSplit VS;
221 const VectorSplit &VS, Twine Name) { in concatenate()
304 Scatterer scatter(Instruction *Point, Value *V, const VectorSplit &VS);
305 void gather(Instruction *Op, const ValueVector &CV, const VectorSplit &VS);
309 std::optional<VectorSplit> getVectorSplit(Type *Ty);
362 const VectorSplit &VS, ValueVector *cachePtr) in INITIALIZE_PASS_DEPENDENCY()
471 const VectorSplit &VS) { in scatter()
[all …]