Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h605 const APInt &DemandedDstElts, in getReplicationShuffleCost() argument
1215 APInt DemandedDstElts = in getInstructionCost() local
1219 DemandedDstElts.setBit(I.index()); in getInstructionCost()
1223 DemandedDstElts, CostKind); in getInstructionCost()
DTargetTransformInfo.h1220 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/
DX86TargetTransformInfo.h160 const APInt &DemandedDstElts,
DX86TargetTransformInfo.cpp4574 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/
DBasicTTIImpl.h1240 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/
DTargetTransformInfo.cpp926 Type *EltTy, int ReplicationFactor, int VF, const APInt &DemandedDstElts, in getReplicationShuffleCost() argument
929 EltTy, ReplicationFactor, VF, DemandedDstElts, CostKind); in getReplicationShuffleCost()