Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp322 packScalarIntoVectorValue(Def, {Part, Lane}); in get()
383 void VPTransformState::packScalarIntoVectorValue(VPValue *Def, in packScalarIntoVectorValue() function in VPTransformState
H A DVPlan.h355 void packScalarIntoVectorValue(VPValue *Def, const VPIteration &Instance);
H A DLoopVectorize.cpp9421 State.packScalarIntoVectorValue(this, *State.Instance); in execute()