Searched refs:SK_InsertSubvector (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 1329 TTI::SK_InsertSubvector, VecTy, Shuffle->getShuffleMask(), in getInstructionCost() 1380 TTI::SK_InsertSubvector, VecTy, Shuffle->getShuffleMask(), CostKind, in getInstructionCost()
|
| H A D | TargetTransformInfo.h | 1038 SK_InsertSubvector, ///< InsertSubvector. Index indicates start offset. enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 988 return TTI::SK_InsertSubvector; in improveShuffleKindFromMask() 1002 case TTI::SK_InsertSubvector: in improveShuffleKindFromMask() 1032 case TTI::SK_InsertSubvector: 1621 TTI::SK_InsertSubvector, cast<VectorType>(Args[0]->getType()), in getIntrinsicInstrCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.cpp | 439 case TTI::SK_InsertSubvector: in getShuffleCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.cpp | 1548 if (Kind == TTI::SK_InsertSubvector && LT.second.isVector()) { in getShuffleCost() 4582 Cost += getShuffleCost(TTI::SK_InsertSubvector, Ty, std::nullopt, in getScalarizationOverhead() 4887 Cost += getShuffleCost(IsLoad ? TTI::ShuffleKind::SK_InsertSubvector in getMemoryOpCost() 4982 Cost += getShuffleCost(TTI::SK_InsertSubvector, NewMaskTy, std::nullopt, in getMaskedMemoryOpCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 3963 if (Kind == TTI::SK_InsertSubvector && LT.second.isFixedLengthVector() && in getShuffleCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 6915 TTI::SK_InsertSubvector, in getShuffleCost() 7075 GatherCost += TTI.getShuffleCost(TTI::SK_InsertSubvector, VecTy, in getBuildVectorCost() 8118 Cost += TTI->getShuffleCost(TTI::SK_InsertSubvector, ActualVecTy, in getEntryCost()
|