Lines Matching refs:NumElem
2187 unsigned NumElem = VTy->getVectorNumElements(); in getMemoryOpCost() local
2191 if (NumElem == 3 && VTy->getScalarSizeInBits() == 32) in getMemoryOpCost()
2196 if (NumElem == 3 && VTy->getScalarSizeInBits() == 64) in getMemoryOpCost()
2201 if (!isPowerOf2_32(NumElem)) { in getMemoryOpCost()
2206 return NumElem * Cost + SplitCost; in getMemoryOpCost()
2234 unsigned NumElem = SrcVTy->getVectorNumElements(); in getMaskedMemoryOpCost() local
2236 VectorType::get(Type::getInt8Ty(SrcVTy->getContext()), NumElem); in getMaskedMemoryOpCost()
2239 !isPowerOf2_32(NumElem)) { in getMaskedMemoryOpCost()
2245 int MaskCmpCost = NumElem * (BranchCost + ScalarCompareCost); in getMaskedMemoryOpCost()
2250 NumElem * BaseT::getMemoryOpCost(Opcode, SrcVTy->getScalarType(), in getMaskedMemoryOpCost()
2260 LT.second.getVectorNumElements() == NumElem) in getMaskedMemoryOpCost()
2265 else if (LT.second.getVectorNumElements() > NumElem) { in getMaskedMemoryOpCost()