Searched refs:getReplicationShuffleCost (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 158 InstructionCost getReplicationShuffleCost(Type *EltTy, int ReplicationFactor,
|
| H A D | X86TargetTransformInfo.cpp | 4573 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 D | TargetTransformInfo.h | 1218 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 D | TargetTransformInfoImpl.h | 604 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 D | TargetTransformInfo.cpp | 925 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 D | BasicTTIImpl.h | 1238 InstructionCost getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, in getReplicationShuffleCost() function 1456 Cost += thisT()->getReplicationShuffleCost(
|