Searched refs:getReplicationShuffleCost (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 154 InstructionCost getReplicationShuffleCost(Type *EltTy, int ReplicationFactor,
|
| H A D | X86TargetTransformInfo.cpp | 3933 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 D | TargetTransformInfo.h | 1172 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 D | TargetTransformInfoImpl.h | 576 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 D | TargetTransformInfo.cpp | 873 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 D | BasicTTIImpl.h | 1157 InstructionCost getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, in getReplicationShuffleCost() function 1375 Cost += thisT()->getReplicationShuffleCost(
|