Searched refs:SK_InsertSubvector (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 1167 TTI::SK_InsertSubvector, VecTy, Shuffle->getShuffleMask(), in getUserCost() 1218 TTI::SK_InsertSubvector, VecTy, Shuffle->getShuffleMask(), SubIndex, in getUserCost()
|
| H A D | TargetTransformInfo.h | 899 SK_InsertSubvector, ///< InsertSubvector. Index indicates start offset. enumerator
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 891 case TTI::SK_InsertSubvector: in improveShuffleKindFromMask() 921 case TTI::SK_InsertSubvector: 1494 TTI::SK_InsertSubvector, cast<VectorType>(Args[0]->getType()), None, in getIntrinsicInstrCost()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.cpp | 1156 if (Kind == TTI::SK_InsertSubvector && LT.second.isVector()) { in getShuffleCost() 4155 Cost += getShuffleCost(IsLoad ? TTI::ShuffleKind::SK_InsertSubvector in getMemoryOpCost() 4243 Cost += getShuffleCost(TTI::SK_InsertSubvector, NewMaskTy, None, 0, MaskTy); in getMaskedMemoryOpCost()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 3013 if (Kind == TTI::SK_InsertSubvector && LT.second.isFixedLengthVector() && in getShuffleCost()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 5910 Cost += TTIRef.getShuffleCost(TargetTransformInfo::SK_InsertSubvector, in getEntryCost() 6067 GatherCost += TTI->getShuffleCost(TTI::SK_InsertSubvector, VecTy, in getEntryCost() 6254 Cost += TTI->getShuffleCost(TTI::SK_InsertSubvector, ActualVecTy, in getEntryCost()
|