Searched refs:SK_ExtractSubvector (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 978 return TTI::SK_ExtractSubvector; in improveShuffleKindFromMask() 1003 case TTI::SK_ExtractSubvector: in improveShuffleKindFromMask() 1029 case TTI::SK_ExtractSubvector: 1611 TTI::SK_ExtractSubvector, cast<VectorType>(Args[0]->getType()), in getIntrinsicInstrCost() 2406 thisT()->getShuffleCost(TTI::SK_ExtractSubvector, Ty, std::nullopt, in getTreeReductionCost() 2497 thisT()->getShuffleCost(TTI::SK_ExtractSubvector, Ty, std::nullopt, in getMinMaxReductionCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.cpp | 621 case TargetTransformInfo::SK_ExtractSubvector: in getShuffleCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 1323 return TargetTTI->getShuffleCost(TTI::SK_ExtractSubvector, VecSrcTy, in getInstructionCost()
|
| H A D | TargetTransformInfo.h | 1039 SK_ExtractSubvector, ///< ExtractSubvector Index indicates start offset. enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.cpp | 1499 if (Kind == TTI::SK_ExtractSubvector && LT.second.isVector()) { in getShuffleCost() 1529 getShuffleCost(TTI::SK_ExtractSubvector, VecTy, std::nullopt, in getShuffleCost() 4564 Cost += getShuffleCost(TTI::SK_ExtractSubvector, Ty, std::nullopt, in getScalarizationOverhead() 4642 Cost += getShuffleCost(TTI::SK_ExtractSubvector, Ty, std::nullopt, in getScalarizationOverhead() 4888 : TTI::ShuffleKind::SK_ExtractSubvector, in getMemoryOpCost() 5249 getShuffleCost(TTI::SK_ExtractSubvector, Ty, std::nullopt, CostKind, in getArithmeticReductionCost() 5431 MinMaxCost += getShuffleCost(TTI::SK_ExtractSubvector, Ty, std::nullopt, in getMinMaxReductionCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.cpp | 433 case TTI::SK_ExtractSubvector: in getShuffleCost()
|