reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86TargetTransformInfo.cpp
 3490     return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices,
 3497     return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices,
 3503   MVT LegalVT = getTLI()->getTypeLegalizationCost(DL, VecTy).second;
 3509     return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices,
 3512   unsigned VF = VecTy->getVectorNumElements() / Factor;
 3513   Type *ScalarTy = VecTy->getVectorElementType();
 3517   unsigned VecTySize = DL.getTypeStoreSize(VecTy);
 3522   Type *SingleMemOpTy = VectorType::get(VecTy->getVectorElementType(),
 3530     return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices,
 3589   return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices,