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.cpp100 struct VectorSplit { struct
133 const VectorSplit &VS, ValueVector *cachePtr = nullptr);
145 VectorSplit VS;
212 VectorSplit VS;
224 const VectorSplit &VS, Twine Name) { in concatenate()
315 Scatterer scatter(Instruction *Point, Value *V, const VectorSplit &VS);
316 void gather(Instruction *Op, const ValueVector &CV, const VectorSplit &VS);
320 std::optional<VectorSplit> getVectorSplit(Type *Ty);
346 const VectorSplit &VS, ValueVector *cachePtr) in Scatterer()
440 const VectorSplit &VS) { in scatter()
[all …]