Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h154 InstructionCost getReplicationShuffleCost(Type *EltTy, int ReplicationFactor,
H A DX86TargetTransformInfo.cpp3933 X86TTIImpl::getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, in getReplicationShuffleCost() function in X86TTIImpl
3941 return BaseT::getReplicationShuffleCost(EltTy, ReplicationFactor, VF, in getReplicationShuffleCost()
4011 return PromotionCost + getReplicationShuffleCost(PromEltTy, in getReplicationShuffleCost()
5567 MaskCost = getReplicationShuffleCost( in getInterleavedMemoryOpCostAVX512()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1172 InstructionCost getReplicationShuffleCost(Type *EltTy, int ReplicationFactor,
1741 getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, int VF,
2289 getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, int VF, in getReplicationShuffleCost() function
2292 return Impl.getReplicationShuffleCost(EltTy, ReplicationFactor, VF, in getReplicationShuffleCost()
H A DTargetTransformInfoImpl.h576 unsigned getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, int VF, in getReplicationShuffleCost() function
1180 return TargetTTI->getReplicationShuffleCost( in getUserCost()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp873 InstructionCost TargetTransformInfo::getReplicationShuffleCost( in getReplicationShuffleCost() function in TargetTransformInfo
876 InstructionCost Cost = TTIImpl->getReplicationShuffleCost( in getReplicationShuffleCost()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1157 InstructionCost getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, in getReplicationShuffleCost() function
1375 Cost += thisT()->getReplicationShuffleCost(