Searched refs:getReplicationShuffleCost (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.h | 172 InstructionCost getReplicationShuffleCost(Type *EltTy, int ReplicationFactor,
|
H A D | X86TargetTransformInfo.cpp | 4787 X86TTIImpl::getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, in getReplicationShuffleCost() function in X86TTIImpl 4795 return BaseT::getReplicationShuffleCost(EltTy, ReplicationFactor, VF, in getReplicationShuffleCost() 4862 return PromotionCost + getReplicationShuffleCost(PromEltTy, in getReplicationShuffleCost() 6298 MaskCost = getReplicationShuffleCost( in getInterleavedMemoryOpCostAVX512()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 1412 InstructionCost getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, 2072 getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, int VF, 2735 getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, int VF, in getReplicationShuffleCost() function 2738 return Impl.getReplicationShuffleCost(EltTy, ReplicationFactor, VF, in getReplicationShuffleCost()
|
H A D | TargetTransformInfoImpl.h | 678 unsigned getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, int VF, in getReplicationShuffleCost() function 1385 return TargetTTI->getReplicationShuffleCost( in getInstructionCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 1050 InstructionCost TargetTransformInfo::getReplicationShuffleCost( in getReplicationShuffleCost() function in TargetTransformInfo 1053 InstructionCost Cost = TTIImpl->getReplicationShuffleCost( in getReplicationShuffleCost()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 1298 InstructionCost getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, in getReplicationShuffleCost() function 1529 Cost += thisT()->getReplicationShuffleCost(
|