Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h656 const APInt &DemandedDstElts, in getReplicationShuffleCost() argument
1336 APInt DemandedDstElts = in getInstructionCost() local
1340 DemandedDstElts.setBit(I.index()); in getInstructionCost()
1344 DemandedDstElts, CostKind); in getInstructionCost()
H A DTargetTransformInfo.h1378 const APInt &DemandedDstElts,
2005 const APInt &DemandedDstElts,
2640 const APInt &DemandedDstElts, in getReplicationShuffleCost() argument
2643 DemandedDstElts, CostKind); in getReplicationShuffleCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h171 const APInt &DemandedDstElts,
H A DX86TargetTransformInfo.cpp4662 int VF, const APInt &DemandedDstElts, in getReplicationShuffleCost() argument
4670 DemandedDstElts, CostKind); in getReplicationShuffleCost()
4738 DemandedDstElts, CostKind); in getReplicationShuffleCost()
4757 DemandedDstElts.zext(NumDstVectors * NumEltsPerDstVec), NumDstVectors); in getReplicationShuffleCost()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1286 const APInt &DemandedDstElts, in getReplicationShuffleCost() argument
1288 assert(DemandedDstElts.getBitWidth() == (unsigned)VF * ReplicationFactor && in getReplicationShuffleCost()
1306 APInt DemandedSrcElts = APIntOps::ScaleBitMask(DemandedDstElts, VF); in getReplicationShuffleCost()
1310 Cost += thisT()->getScalarizationOverhead(ReplicatedVT, DemandedDstElts, in getReplicationShuffleCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1006 Type *EltTy, int ReplicationFactor, int VF, const APInt &DemandedDstElts, in getReplicationShuffleCost() argument
1009 EltTy, ReplicationFactor, VF, DemandedDstElts, CostKind); in getReplicationShuffleCost()