Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h158 InstructionCost getReplicationShuffleCost(Type *EltTy, int ReplicationFactor,
H A DX86TargetTransformInfo.cpp4573 X86TTIImpl::getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, in getReplicationShuffleCost() function in X86TTIImpl
4581 return BaseT::getReplicationShuffleCost(EltTy, ReplicationFactor, VF, in getReplicationShuffleCost()
4648 return PromotionCost + getReplicationShuffleCost(PromEltTy, in getReplicationShuffleCost()
6223 MaskCost = getReplicationShuffleCost( in getInterleavedMemoryOpCostAVX512()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1218 InstructionCost getReplicationShuffleCost(Type *EltTy, int ReplicationFactor,
1804 getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, int VF,
2386 getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, int VF, in getReplicationShuffleCost() function
2389 return Impl.getReplicationShuffleCost(EltTy, ReplicationFactor, VF, in getReplicationShuffleCost()
H A DTargetTransformInfoImpl.h604 unsigned getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, int VF, in getReplicationShuffleCost() function
1221 return TargetTTI->getReplicationShuffleCost( in getInstructionCost()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp925 InstructionCost TargetTransformInfo::getReplicationShuffleCost( in getReplicationShuffleCost() function in TargetTransformInfo
928 InstructionCost Cost = TTIImpl->getReplicationShuffleCost( in getReplicationShuffleCost()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1238 InstructionCost getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, in getReplicationShuffleCost() function
1456 Cost += thisT()->getReplicationShuffleCost(