Searched refs:getReplicationShuffleCost (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 176 getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, int VF,
|
| H A D | X86TargetTransformInfo.cpp | 5117 X86TTIImpl::getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, in getReplicationShuffleCost() function in X86TTIImpl 5125 return BaseT::getReplicationShuffleCost(EltTy, ReplicationFactor, VF, in getReplicationShuffleCost() 5192 return PromotionCost + getReplicationShuffleCost(PromEltTy, in getReplicationShuffleCost() 6661 MaskCost = getReplicationShuffleCost( in getInterleavedMemoryOpCostAVX512()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 806 getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, int VF, in getReplicationShuffleCost() function 1567 return TargetTTI->getReplicationShuffleCost( in getInstructionCost()
|
| H A D | TargetTransformInfo.h | 1526 LLVM_ABI InstructionCost getReplicationShuffleCost(
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 1143 InstructionCost TargetTransformInfo::getReplicationShuffleCost( in getReplicationShuffleCost() function in TargetTransformInfo 1146 InstructionCost Cost = TTIImpl->getReplicationShuffleCost( in getReplicationShuffleCost()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 1449 getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, int VF, in getReplicationShuffleCost() function 1691 Cost += thisT()->getReplicationShuffleCost(
|