Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1550 bool isSplat() const { return isSplatMask(Mask, getValueType(0)); }
1564 static bool isSplatMask(const int *Mask, EVT VT);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp12025 bool ShuffleVectorSDNode::isSplatMask(const int *Mask, EVT VT) { in isSplatMask() function in ShuffleVectorSDNode
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3521 if (ShuffleVectorSDNode::isSplatMask(M.data(), VT)) in isShuffleMaskLegal()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8372 ShuffleVectorSDNode::isSplatMask(&M[0], VT) || in isShuffleMaskLegal()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12883 return (ShuffleVectorSDNode::isSplatMask(&M[0], VT) || isREVMask(M, VT, 64) || in isShuffleMaskLegal()