Searched defs:getReplicationShuffleCost (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | BasicTTIImpl.h | 1284 InstructionCost getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, getReplicationShuffleCost() function |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | TargetTransformInfoImpl.h | 655 unsigned getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, int VF, getReplicationShuffleCost() function |
H A D | TargetTransformInfo.h | 2639 getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, int VF, getReplicationShuffleCost() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ | ||
H A D | TargetTransformInfo.cpp | 1005 InstructionCost TargetTransformInfo::getReplicationShuffleCost( getReplicationShuffleCost() function in TargetTransformInfo |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86TargetTransformInfo.cpp | 4661 X86TTIImpl::getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, getReplicationShuffleCost() function in X86TTIImpl |