Lines Matching refs:VectorWidth
1043 unsigned VectorWidth = getVectorWidth(); in generateStrideOneLoad() local
1044 Type *VectorType = FixedVectorType::get(Load->getType(), VectorWidth); in generateStrideOneLoad()
1047 unsigned Offset = NegativeStride ? VectorWidth - 1 : 0; in generateStrideOneLoad()
1060 for (int i = VectorWidth - 1; i >= 0; i--) in generateStrideOneLoad()
1098 int VectorWidth = getVectorWidth(); in generateUnknownStrideLoad() local
1100 auto *FVTy = FixedVectorType::get(ElemTy, VectorWidth); in generateUnknownStrideLoad()
1104 for (int i = 0; i < VectorWidth; i++) { in generateUnknownStrideLoad()
1154 int VectorWidth = getVectorWidth(); in copyUnaryInst() local
1161 auto *DestType = FixedVectorType::get(Inst->getType(), VectorWidth); in copyUnaryInst()
1229 int VectorWidth = getVectorWidth(); in extractScalarValues() local
1240 for (int i = 0; i < VectorWidth; ++i) { in extractScalarValues()
1261 int VectorWidth = getVectorWidth(); in copyInstScalarized() local
1273 auto *FVTy = FixedVectorType::get(Inst->getType(), VectorWidth); in copyInstScalarized()
1276 for (int i = 0; i < VectorWidth; i++) in copyInstScalarized()