Home
last modified time | relevance | path

Searched defs:VPTransformState (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h255 struct VPTransformState { struct
261 ElementCount VF;
262 unsigned UF;
267 std::optional<VPIteration> Instance;
269 struct DataState {
279 } Data;
289 bool hasVectorValue(VPValue *Def, unsigned Part) { in hasVectorValue()
295 bool hasScalarValue(VPValue *Def, VPIteration Instance) { in hasScalarValue()
322 void reset(VPValue *Def, Value *V, unsigned Part) { in reset()
330 void set(VPValue *Def, Value *V, const VPIteration &Instance) { in set()
[all …]
H A DVPlan.cpp219 VPTransformState::VPTransformState(ElementCount VF, unsigned UF, LoopInfo *LI, in VPTransformState() function in VPTransformState