Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.h194 struct VPTransformState { struct
195 VPTransformState(ElementCount VF, unsigned UF, LoopInfo *LI, in VPTransformState() argument
202 ElementCount VF;
203 unsigned UF;
208 Optional<VPIteration> Instance;
210 struct DataState {
220 } Data;
232 bool hasVectorValue(VPValue *Def, unsigned Part) { in hasVectorValue()
238 bool hasAnyVectorValue(VPValue *Def) const { in hasAnyVectorValue()
242 bool hasScalarValue(VPValue *Def, VPIteration Instance) { in hasScalarValue()
[all …]