Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h176 getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, int VF,
H A DX86TargetTransformInfo.cpp5117 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 DTargetTransformInfoImpl.h806 getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, int VF, in getReplicationShuffleCost() function
1567 return TargetTTI->getReplicationShuffleCost( in getInstructionCost()
H A DTargetTransformInfo.h1526 LLVM_ABI InstructionCost getReplicationShuffleCost(
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1143 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 DBasicTTIImpl.h1449 getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, int VF, in getReplicationShuffleCost() function
1691 Cost += thisT()->getReplicationShuffleCost(