Searched defs:VPTransformState (Results 1 – 2 of 2) sorted by relevance
205 struct VPTransformState { struct211 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 …]
243 VPTransformState::VPTransformState(const TargetTransformInfo *TTI, in VPTransformState() function in VPTransformState