Searched refs:SK_ExtractSubvector (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 956 case TTI::SK_ExtractSubvector: in improveShuffleKindFromMask() 983 case TTI::SK_ExtractSubvector: 1565 TTI::SK_ExtractSubvector, cast<VectorType>(Args[0]->getType()), in getIntrinsicInstrCost() 2275 thisT()->getShuffleCost(TTI::SK_ExtractSubvector, Ty, std::nullopt, in getTreeReductionCost() 2375 thisT()->getShuffleCost(TTI::SK_ExtractSubvector, Ty, std::nullopt, in getMinMaxReductionCost()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.cpp | 614 case TargetTransformInfo::SK_ExtractSubvector: in getShuffleCost()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 1202 return TargetTTI->getShuffleCost(TTI::SK_ExtractSubvector, VecSrcTy, in getInstructionCost()
|
| H A D | TargetTransformInfo.h | 899 SK_ExtractSubvector, ///< ExtractSubvector Index indicates start offset. enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.cpp | 1461 if (Kind == TTI::SK_ExtractSubvector && LT.second.isVector()) { in getShuffleCost() 1491 getShuffleCost(TTI::SK_ExtractSubvector, VecTy, std::nullopt, in getShuffleCost() 4476 Cost += getShuffleCost(TTI::SK_ExtractSubvector, Ty, std::nullopt, in getScalarizationOverhead() 4554 Cost += getShuffleCost(TTI::SK_ExtractSubvector, Ty, std::nullopt, in getScalarizationOverhead() 4800 : TTI::ShuffleKind::SK_ExtractSubvector, in getMemoryOpCost() 5137 getShuffleCost(TTI::SK_ExtractSubvector, Ty, std::nullopt, CostKind, in getArithmeticReductionCost() 5439 MinMaxCost += getShuffleCost(TTI::SK_ExtractSubvector, Ty, std::nullopt, in getMinMaxReductionCost()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 6681 TTI->getShuffleCost(TargetTransformInfo::SK_ExtractSubvector, in getEntryCost() 6690 TTI->getShuffleCost(TargetTransformInfo::SK_ExtractSubvector, in getEntryCost()
|