Lines Matching refs:NumElem
1089 unsigned NumElem = VTy->getVectorNumElements(); in getMemoryOpCost() local
1093 if (NumElem == 3 && VTy->getScalarSizeInBits() == 32) in getMemoryOpCost()
1098 if (NumElem == 3 && VTy->getScalarSizeInBits() == 64) in getMemoryOpCost()
1103 if (!isPowerOf2_32(NumElem)) { in getMemoryOpCost()
1108 return NumElem * Cost + SplitCost; in getMemoryOpCost()
1136 unsigned NumElem = SrcVTy->getVectorNumElements(); in getMaskedMemoryOpCost() local
1138 VectorType::get(Type::getInt8Ty(SrcVTy->getContext()), NumElem); in getMaskedMemoryOpCost()
1141 !isPowerOf2_32(NumElem)) { in getMaskedMemoryOpCost()
1147 int MaskCmpCost = NumElem * (BranchCost + ScalarCompareCost); in getMaskedMemoryOpCost()
1152 NumElem * BaseT::getMemoryOpCost(Opcode, SrcVTy->getScalarType(), in getMaskedMemoryOpCost()
1162 LT.second.getVectorNumElements() == NumElem) in getMaskedMemoryOpCost()
1167 else if (LT.second.getVectorNumElements() > NumElem) { in getMaskedMemoryOpCost()