Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1577 bool isSplat() const { return isSplatMask(Mask, getValueType(0)); }
1591 static bool isSplatMask(const int *Mask, EVT VT);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp12733 bool ShuffleVectorSDNode::isSplatMask(const int *Mask, EVT VT) { in isSplatMask() function in ShuffleVectorSDNode
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5095 if (ShuffleVectorSDNode::isSplatMask(M.data(), VT)) in isShuffleMaskLegal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8432 ShuffleVectorSDNode::isSplatMask(&M[0], VT) || in isShuffleMaskLegal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13762 return (ShuffleVectorSDNode::isSplatMask(&M[0], VT) || isREVMask(M, VT, 64) || in isShuffleMaskLegal()