Home
last modified time | relevance | path

Searched defs:getReplicationShuffleCost (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h676 unsigned getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, int VF, getReplicationShuffleCost() function
H A DTargetTransformInfo.h2710 getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, int VF, getReplicationShuffleCost() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1298 InstructionCost getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, getReplicationShuffleCost() function
/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1046 InstructionCost TargetTransformInfo::getReplicationShuffleCost( getReplicationShuffleCost() function in TargetTransformInfo
/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp4787 X86TTIImpl::getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, getReplicationShuffleCost() function in X86TTIImpl