Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1533 bool isSplat() const { return isSplatMask(Mask, getValueType(0)); }
1547 static bool isSplatMask(const int *Mask, EVT VT);
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp11722 bool ShuffleVectorSDNode::isSplatMask(const int *Mask, EVT VT) { in isSplatMask() function in ShuffleVectorSDNode
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2938 if (ShuffleVectorSDNode::isSplatMask(M.data(), VT)) in isShuffleMaskLegal()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11847 return (ShuffleVectorSDNode::isSplatMask(&M[0], VT) || isREVMask(M, VT, 64) || in isShuffleMaskLegal()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8325 ShuffleVectorSDNode::isSplatMask(&M[0], VT) || in isShuffleMaskLegal()