Searched refs:DemandedDstElts (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/ |
| D | TargetTransformInfoImpl.h | 605 const APInt &DemandedDstElts, in getReplicationShuffleCost() argument 1215 APInt DemandedDstElts = in getInstructionCost() local 1219 DemandedDstElts.setBit(I.index()); in getInstructionCost() 1223 DemandedDstElts, CostKind); in getInstructionCost()
|
| D | TargetTransformInfo.h | 1220 const APInt &DemandedDstElts, 1805 const APInt &DemandedDstElts, 2387 const APInt &DemandedDstElts, in getReplicationShuffleCost() argument 2390 DemandedDstElts, CostKind); in getReplicationShuffleCost()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86TargetTransformInfo.h | 160 const APInt &DemandedDstElts,
|
| D | X86TargetTransformInfo.cpp | 4574 int VF, const APInt &DemandedDstElts, in getReplicationShuffleCost() argument 4582 DemandedDstElts, CostKind); in getReplicationShuffleCost() 4650 DemandedDstElts, CostKind); in getReplicationShuffleCost() 4669 DemandedDstElts.zext(NumDstVectors * NumEltsPerDstVec), NumDstVectors); in getReplicationShuffleCost()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| D | BasicTTIImpl.h | 1240 const APInt &DemandedDstElts, in getReplicationShuffleCost() argument 1242 assert(DemandedDstElts.getBitWidth() == (unsigned)VF * ReplicationFactor && in getReplicationShuffleCost() 1260 APInt DemandedSrcElts = APIntOps::ScaleBitMask(DemandedDstElts, VF); in getReplicationShuffleCost() 1264 Cost += thisT()->getScalarizationOverhead(ReplicatedVT, DemandedDstElts, in getReplicationShuffleCost()
|
| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | TargetTransformInfo.cpp | 926 Type *EltTy, int ReplicationFactor, int VF, const APInt &DemandedDstElts, in getReplicationShuffleCost() argument 929 EltTy, ReplicationFactor, VF, DemandedDstElts, CostKind); in getReplicationShuffleCost()
|