Searched refs:getReplicationShuffleCost (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 169 InstructionCost getReplicationShuffleCost(Type *EltTy, int ReplicationFactor,
|
| H A D | X86TargetTransformInfo.cpp | 4661 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 D | TargetTransformInfo.h | 1376 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 D | TargetTransformInfoImpl.h | 655 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 D | TargetTransformInfo.cpp | 1005 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 D | BasicTTIImpl.h | 1284 InstructionCost getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, in getReplicationShuffleCost() function 1502 Cost += thisT()->getReplicationShuffleCost(
|