Searched refs:isSplatMask (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 1127 bool isSplat() const { return isSplatMask(Mask, getValueType(0)); } 1137 static bool isSplatMask(const int *Mask, EVT VT);
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 1248 bool isSplat() const { return isSplatMask(Mask, getValueType(0)); } 1258 static bool isSplatMask(const int *Mask, EVT VT);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 1462 bool isSplat() const { return isSplatMask(Mask, getValueType(0)); } 1474 static bool isSplatMask(const int *Mask, EVT VT);
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 4212 ShuffleVectorSDNode::isSplatMask(&M[0], VT) || in isShuffleMaskLegal() 4345 if (ShuffleVectorSDNode::isSplatMask(&ShuffleMask[0], VT)) { in LowerVECTOR_SHUFFLE()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 6715 bool ShuffleVectorSDNode::isSplatMask(const int *Mask, EVT VT) { in isSplatMask() function in ShuffleVectorSDNode
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 6758 if (ShuffleVectorSDNode::isSplatMask(&M[0], VT) && in LowerVECTOR_SHUFFLE() 10863 ShuffleVectorSDNode::isSplatMask(&M[0], VT) || in isShuffleMaskLegal()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 7249 bool ShuffleVectorSDNode::isSplatMask(const int *Mask, EVT VT) { in isSplatMask() function in ShuffleVectorSDNode
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 8640 bool ShuffleVectorSDNode::isSplatMask(const int *Mask, EVT VT) { in isSplatMask() function in ShuffleVectorSDNode
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 6568 return (ShuffleVectorSDNode::isSplatMask(&M[0], VT) || isREVMask(M, VT, 64) || in isShuffleMaskLegal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 7377 return (ShuffleVectorSDNode::isSplatMask(&M[0], VT) || isREVMask(M, VT, 64) || in isShuffleMaskLegal()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 6089 ShuffleVectorSDNode::isSplatMask(&M[0], VT) || in isShuffleMaskLegal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 6914 ShuffleVectorSDNode::isSplatMask(&M[0], VT) || in isShuffleMaskLegal()
|