Home
last modified time | relevance | path

Searched refs:isSplatMask (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1468 bool isSplat() const { return isSplatMask(Mask, getValueType(0)); }
1480 static bool isSplatMask(const int *Mask, EVT VT);
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp9225 bool ShuffleVectorSDNode::isSplatMask(const int *Mask, EVT VT) { in isSplatMask() function in ShuffleVectorSDNode
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7610 return (ShuffleVectorSDNode::isSplatMask(&M[0], VT) || isREVMask(M, VT, 64) || in isShuffleMaskLegal()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6810 ShuffleVectorSDNode::isSplatMask(&M[0], VT) || in isShuffleMaskLegal()