Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h169 InstructionCost getReplicationShuffleCost(Type *EltTy, int ReplicationFactor,
H A DX86TargetTransformInfo.cpp4661 X86TTIImpl::getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, in getReplicationShuffleCost() function in X86TTIImpl
4669 return BaseT::getReplicationShuffleCost(EltTy, ReplicationFactor, VF, in getReplicationShuffleCost()
4736 return PromotionCost + getReplicationShuffleCost(PromEltTy, in getReplicationShuffleCost()
6225 MaskCost = getReplicationShuffleCost( in getInterleavedMemoryOpCostAVX512()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1376 InstructionCost getReplicationShuffleCost(Type *EltTy, int ReplicationFactor,
2004 getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, int VF,
2639 getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, int VF, in getReplicationShuffleCost() function
2642 return Impl.getReplicationShuffleCost(EltTy, ReplicationFactor, VF, in getReplicationShuffleCost()
H A DTargetTransformInfoImpl.h655 unsigned getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, int VF, in getReplicationShuffleCost() function
1342 return TargetTTI->getReplicationShuffleCost( in getInstructionCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1005 InstructionCost TargetTransformInfo::getReplicationShuffleCost( in getReplicationShuffleCost() function in TargetTransformInfo
1008 InstructionCost Cost = TTIImpl->getReplicationShuffleCost( in getReplicationShuffleCost()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1284 InstructionCost getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, in getReplicationShuffleCost() function
1502 Cost += thisT()->getReplicationShuffleCost(