Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDBasicTTIImpl.h991 return TTI::SK_ExtractSubvector; in improveShuffleKindFromMask()
1016 case TTI::SK_ExtractSubvector: in improveShuffleKindFromMask()
1043 case TTI::SK_ExtractSubvector:
1658 TTI::SK_ExtractSubvector, cast<VectorType>(Args[0]->getType()), in getIntrinsicInstrCost()
2496 thisT()->getShuffleCost(TTI::SK_ExtractSubvector, Ty, std::nullopt, in getTreeReductionCost()
2587 thisT()->getShuffleCost(TTI::SK_ExtractSubvector, Ty, std::nullopt, in getMinMaxReductionCost()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfoImpl.h1368 return TargetTTI->getShuffleCost(TTI::SK_ExtractSubvector, VecSrcTy, in getInstructionCost()
1417 TTI::SK_ExtractSubvector, VecSrcTy, in getInstructionCost()
HDTargetTransformInfo.h1069 SK_ExtractSubvector, ///< ExtractSubvector Index indicates start offset. enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZTargetTransformInfo.cpp623 case TargetTransformInfo::SK_ExtractSubvector: in getShuffleCost()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUTargetTransformInfo.cpp1139 case TTI::SK_ExtractSubvector: in getShuffleCost()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86TargetTransformInfo.cpp1568 if (Kind == TTI::SK_ExtractSubvector && LT.second.isVector()) { in getShuffleCost()
1598 getShuffleCost(TTI::SK_ExtractSubvector, VecTy, std::nullopt, in getShuffleCost()
4690 Cost += getShuffleCost(TTI::SK_ExtractSubvector, Ty, std::nullopt, in getScalarizationOverhead()
4768 Cost += getShuffleCost(TTI::SK_ExtractSubvector, Ty, std::nullopt, in getScalarizationOverhead()
5014 : TTI::ShuffleKind::SK_ExtractSubvector, in getMemoryOpCost()
5380 getShuffleCost(TTI::SK_ExtractSubvector, Ty, std::nullopt, CostKind, in getArithmeticReductionCost()
5562 MinMaxCost += getShuffleCost(TTI::SK_ExtractSubvector, Ty, std::nullopt, in getMinMaxReductionCost()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMTargetTransformInfo.cpp1223 bool IsExtractSubvector = Kind == TTI::SK_ExtractSubvector; in getShuffleCost()
1322 Kind = TTI::SK_ExtractSubvector; in getShuffleCost()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVTargetTransformInfo.cpp478 case TTI::SK_ExtractSubvector: in getShuffleCost()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64TargetTransformInfo.cpp4123 bool IsExtractSubvector = Kind == TTI::SK_ExtractSubvector; in getShuffleCost()
4311 Kind = TTI::SK_ExtractSubvector; in getShuffleCost()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDSLPVectorizer.cpp8562 TTI, TTI::SK_ExtractSubvector, in computeExtractCost()