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 DVPlanHelpers.h205 struct VPTransformState { struct
211 const TargetTransformInfo *TTI;
214 ElementCount VF;
219 std::optional<VPLane> Lane;
221 struct DataState {
227 } Data;
236 bool hasVectorValue(const VPValue *Def) { in hasVectorValue()
240 bool hasScalarValue(const VPValue *Def, VPLane Lane) { in hasScalarValue()
261 void reset(const VPValue *Def, Value *V) { in reset()
267 void set(const VPValue *Def, Value *V, const VPLane &Lane) { in set()
[all …]
H A DVPlan.cpp243 VPTransformState::VPTransformState(const TargetTransformInfo *TTI, in VPTransformState() function in VPTransformState