Home
last modified time | relevance | path

Searched refs:SK_ExtractSubvector (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h956 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 DSystemZTargetTransformInfo.cpp614 case TargetTransformInfo::SK_ExtractSubvector: in getShuffleCost()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1202 return TargetTTI->getShuffleCost(TTI::SK_ExtractSubvector, VecSrcTy, in getInstructionCost()
H A DTargetTransformInfo.h899 SK_ExtractSubvector, ///< ExtractSubvector Index indicates start offset. enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp1461 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 DSLPVectorizer.cpp6681 TTI->getShuffleCost(TargetTransformInfo::SK_ExtractSubvector, in getEntryCost()
6690 TTI->getShuffleCost(TargetTransformInfo::SK_ExtractSubvector, in getEntryCost()