reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3606 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices, 3616 MVT LegalVT = getTLI()->getTypeLegalizationCost(DL, VecTy).second; 3617 unsigned VecTySize = DL.getTypeStoreSize(VecTy); 3622 Type *SingleMemOpTy = VectorType::get(VecTy->getVectorElementType(), 3627 unsigned VF = VecTy->getVectorNumElements() / Factor; 3628 MVT VT = MVT::getVectorVT(MVT::getVT(VecTy->getScalarType()), VF); 3659 Type *ResultTy = VectorType::get(VecTy->getVectorElementType(), 3660 VecTy->getVectorNumElements() / Factor);