Searched refs:isReplicationMask (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Instructions.h | 2179 static bool isReplicationMask(ArrayRef<int> Mask, int &ReplicationFactor, 2181 static bool isReplicationMask(const Constant *Mask, int &ReplicationFactor, 2190 return isReplicationMask(MaskAsInts, ReplicationFactor, VF); 2194 bool isReplicationMask(int &ReplicationFactor, int &VF) const;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 1379 if (Shuffle->isReplicationMask(ReplicationFactor, VF)) { in getInstructionCost()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 2191 bool ShuffleVectorInst::isReplicationMask(ArrayRef<int> Mask, in isReplicationMask() function in ShuffleVectorInst 2237 bool ShuffleVectorInst::isReplicationMask(int &ReplicationFactor, in isReplicationMask() function in ShuffleVectorInst
|