Searched refs:DemandedDstElts (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 656 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 D | TargetTransformInfo.h | 1378 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 D | X86TargetTransformInfo.h | 171 const APInt &DemandedDstElts,
|
| H A D | X86TargetTransformInfo.cpp | 4662 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 D | BasicTTIImpl.h | 1286 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 D | TargetTransformInfo.cpp | 1006 Type *EltTy, int ReplicationFactor, int VF, const APInt &DemandedDstElts, in getReplicationShuffleCost() argument 1009 EltTy, ReplicationFactor, VF, DemandedDstElts, CostKind); in getReplicationShuffleCost()
|