Searched defs:ReplicationFactor (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | InstructionsTest.cpp | 1237 for (int ReplicationFactor : seq_inclusive(1, 8)) { in TEST() local 1260 for (int ReplicationFactor : seq_inclusive(1, 4)) { in TEST() local
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 576 unsigned getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, int VF, in getReplicationShuffleCost() 1172 int ReplicationFactor, VF; in getUserCost() local
|
| H A D | TargetTransformInfo.h | 2289 getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, int VF, in getReplicationShuffleCost()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | VectorUtils.cpp | 906 llvm::createReplicatedMask(unsigned ReplicationFactor, unsigned VF) { in createReplicatedMask()
|
| H A D | TargetTransformInfo.cpp | 874 Type *EltTy, int ReplicationFactor, int VF, const APInt &DemandedDstElts, in getReplicationShuffleCost()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Instructions.cpp | 2466 int ReplicationFactor, int VF) { in isReplicationMaskWithParams() 2486 int &ReplicationFactor, int &VF) { in isReplicationMask() 2531 bool ShuffleVectorInst::isReplicationMask(int &ReplicationFactor, in isReplicationMask()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 1157 InstructionCost getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, in getReplicationShuffleCost()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.cpp | 3933 X86TTIImpl::getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, in getReplicationShuffleCost()
|