Lines Matching refs:VF
1189 unsigned getStoreMinimumVF(unsigned VF, Type *ScalarMemTy,
1260 unsigned getMaxInterleaveFactor(ElementCount VF) const;
1413 int VF,
1661 ElementCount VF) const;
1668 unsigned getLoadVectorFactor(unsigned VF, unsigned LoadSize,
1674 unsigned getStoreVectorFactor(unsigned VF, unsigned StoreSize,
1997 virtual unsigned getStoreMinimumVF(unsigned VF, Type *ScalarMemTy,
2034 virtual unsigned getMaxInterleaveFactor(ElementCount VF) = 0;
2072 getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, int VF,
2163 ElementCount VF) const = 0;
2165 virtual unsigned getLoadVectorFactor(unsigned VF, unsigned LoadSize,
2168 virtual unsigned getStoreVectorFactor(unsigned VF, unsigned StoreSize,
2613 unsigned getStoreMinimumVF(unsigned VF, Type *ScalarMemTy, in getStoreMinimumVF() argument
2615 return Impl.getStoreMinimumVF(VF, ScalarMemTy, ScalarValTy); in getStoreMinimumVF()
2669 unsigned getMaxInterleaveFactor(ElementCount VF) override { in getMaxInterleaveFactor() argument
2670 return Impl.getMaxInterleaveFactor(VF); in getMaxInterleaveFactor()
2735 getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, int VF, in getReplicationShuffleCost() argument
2738 return Impl.getReplicationShuffleCost(EltTy, ReplicationFactor, VF, in getReplicationShuffleCost()
2894 ElementCount VF) const override { in isLegalToVectorizeReduction() argument
2895 return Impl.isLegalToVectorizeReduction(RdxDesc, VF); in isLegalToVectorizeReduction()
2900 unsigned getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor() argument
2903 return Impl.getLoadVectorFactor(VF, LoadSize, ChainSizeInBytes, VecTy); in getLoadVectorFactor()
2905 unsigned getStoreVectorFactor(unsigned VF, unsigned StoreSize, in getStoreVectorFactor() argument
2908 return Impl.getStoreVectorFactor(VF, StoreSize, ChainSizeInBytes, VecTy); in getStoreVectorFactor()