Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.h206 struct VPTransformState { struct
207 VPTransformState(ElementCount VF, unsigned UF, LoopInfo *LI, in VPTransformState() argument
214 ElementCount VF;
215 unsigned UF;
220 std::optional<VPIteration> Instance;
222 struct DataState {
232 } Data;
244 bool hasVectorValue(VPValue *Def, unsigned Part) { in hasVectorValue()
250 bool hasAnyVectorValue(VPValue *Def) const { in hasAnyVectorValue()
254 bool hasScalarValue(VPValue *Def, VPIteration Instance) { in hasScalarValue()
[all …]