/llvm-project/llvm/unittests/IR/ |
H A D | ShuffleVectorInstTest.cpp | 127 int ReplicationFactor, VF; in TEST() local
|
H A D | InstructionsTest.cpp | 1315 for (int ReplicationFactor : seq_inclusive(1, 8)) { TEST() local 1338 for (int ReplicationFactor : seq_inclusive(1, 4)) { TEST() local
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 676 getReplicationShuffleCost(Type * EltTy,int ReplicationFactor,int VF,const APInt & DemandedDstElts,TTI::TargetCostKind CostKind) getReplicationShuffleCost() argument 1369 int ReplicationFactor, VF; getInstructionCost() local
|
H A D | TargetTransformInfo.h | 2710 getReplicationShuffleCost(Type * EltTy,int ReplicationFactor,int VF,const APInt & DemandedDstElts,TTI::TargetCostKind CostKind) getReplicationShuffleCost() argument
|
/llvm-project/llvm/lib/Analysis/ |
H A D | VectorUtils.cpp | 883 createReplicatedMask(unsigned ReplicationFactor,unsigned VF) createReplicatedMask() argument
|
H A D | TargetTransformInfo.cpp | 1047 getReplicationShuffleCost(Type * EltTy,int ReplicationFactor,int VF,const APInt & DemandedDstElts,TTI::TargetCostKind CostKind) const getReplicationShuffleCost() argument
|
/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 2172 isReplicationMaskWithParams(ArrayRef<int> Mask,int ReplicationFactor,int VF) isReplicationMaskWithParams() argument 2192 isReplicationMask(ArrayRef<int> Mask,int & ReplicationFactor,int & VF) isReplicationMask() argument 2237 isReplicationMask(int & ReplicationFactor,int & VF) const isReplicationMask() argument [all...] |
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 1298 getReplicationShuffleCost(Type * EltTy,int ReplicationFactor,int VF,const APInt & DemandedDstElts,TTI::TargetCostKind CostKind) getReplicationShuffleCost() argument
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 4787 getReplicationShuffleCost(Type * EltTy,int ReplicationFactor,int VF,const APInt & DemandedDstElts,TTI::TargetCostKind CostKind) getReplicationShuffleCost() argument
|