Home
last modified time | relevance | path

Searched defs:ReplicationFactor (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/IR/
H A DInstructionsTest.cpp1237 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 DTargetTransformInfoImpl.h576 unsigned getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, int VF, in getReplicationShuffleCost()
1172 int ReplicationFactor, VF; in getUserCost() local
H A DTargetTransformInfo.h2289 getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, int VF, in getReplicationShuffleCost()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DVectorUtils.cpp906 llvm::createReplicatedMask(unsigned ReplicationFactor, unsigned VF) { in createReplicatedMask()
H A DTargetTransformInfo.cpp874 Type *EltTy, int ReplicationFactor, int VF, const APInt &DemandedDstElts, in getReplicationShuffleCost()
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp2466 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 DBasicTTIImpl.h1157 InstructionCost getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, in getReplicationShuffleCost()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp3933 X86TTIImpl::getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, in getReplicationShuffleCost()