Lines Matching refs:ElementCount
67 Value *getRuntimeVF(IRBuilder<> &B, Type *Ty, ElementCount VF);
74 const ElementCount Start;
77 ElementCount End;
83 VFRange(const ElementCount &Start, const ElementCount &End) in VFRange()
127 static VPLane getLastLaneForVF(const ElementCount &VF) { in getLastLaneForVF()
148 Value *getAsRuntimeExpr(IRBuilder<> &Builder, const ElementCount &VF) const;
157 unsigned mapToCacheIndex(const ElementCount &VF) const { in mapToCacheIndex()
170 static unsigned getNumCachedLanes(const ElementCount &VF) { in getNumCachedLanes()
195 VPTransformState(ElementCount VF, unsigned UF, LoopInfo *LI, in VPTransformState()
202 ElementCount VF;
2070 SmallSetVector<ElementCount, 2> VFs;
2138 void addVF(ElementCount VF) { VFs.insert(VF); }
2140 bool hasVF(ElementCount VF) { return VFs.count(VF); }