/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | VectorCombine.cpp | 486 SmallVector<int, 32> ShufMask(VecTy->getNumElements(), UndefMaskElem); in createShiftShuffle() local 920 SmallVector<int, 32> ShufMask(VecTy->getNumElements(), UndefMaskElem); in foldExtractedCmps() local
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 14151 static const int ShufMask[] = {0, 2, 4, 6, -1, -1, -1, -1}; in LowerTRUNCATE() local 14165 static const int ShufMask[] = {0, 2, 4, 6}; in LowerTRUNCATE() local 14191 static const int ShufMask[] = {0, 2, -1, -1}; in LowerTRUNCATE() local 19342 const int ShufMask[] = {-1, 0, -1, 1, -1, 2, -1, 3, in LowerMUL() local 19355 const int ShufMask[] = {8, 9, 10, 11, 12, 13, 14, 15, in LowerMUL() local 19362 const int ShufMask[] = {-1, 8, -1, 9, -1, 10, -1, 11, in LowerMUL() local 19400 static const int ShufMask[] = { 0, 4, 2, 6 }; in LowerMUL() local 19521 const int ShufMask[] = {-1, 0, -1, 1, -1, 2, -1, 3, in LowerMULH() local 19534 const int ShufMask[] = {8, 9, 10, 11, 12, 13, 14, 15, in LowerMULH() local 19541 const int ShufMask[] = {-1, 8, -1, 9, -1, 10, -1, 11, in LowerMULH() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 2422 SmallVector<int, 32> ShufMask; in parseShuffleMaskOperand() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 2722 SmallVector<int, 32> ShufMask; in parseShuffleMaskOperand() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 19982 static const int ShufMask[] = {0, 2, 4, 6, -1, -1, -1, -1}; in LowerTRUNCATE() local 19995 static const int ShufMask[] = {0, 2, 4, 6}; in LowerTRUNCATE() local 22601 SmallVector<int,8> ShufMask(NumElems, -1); in LowerSIGN_EXTEND() local 25972 static const int ShufMask[] = { 0, 4, 2, 6 }; in LowerMUL() local 26081 SmallVector<int, 16> ShufMask(NumElts); in LowerMULH() local 28984 SmallVector<int, 16> ShufMask(NumElts, SM_SentinelUndef); in ReplaceNodeResults() local 33307 int ShufMask[4] = {-1, -1, -1, -1}; in matchBinaryPermuteShuffle() local 36435 unsigned ShufMask = (NumElts > 2 ? 0 : 0x44); in createMMXBuildVector() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 22587 static const int ShufMask[] = {0, 2, 4, 6, -1, -1, -1, -1}; in LowerTRUNCATE() local 22598 static const int ShufMask[] = {0, 2, 4, 6}; in LowerTRUNCATE() local 26023 SmallVector<int,8> ShufMask(NumElems, -1); in LowerSIGN_EXTEND() local 29674 static const int ShufMask[] = { 0, 4, 2, 6 }; in LowerMUL() local 29865 SmallVector<int, 16> ShufMask(NumElts); in LowerMULH() local 33627 SmallVector<int, 16> ShufMask(NumElts, SM_SentinelUndef); in ReplaceNodeResults() local 38877 int ShufMask[4] = {-1, -1, -1, -1}; in matchBinaryPermuteShuffle() local 43687 unsigned ShufMask = (NumElts > 2 ? 0 : 0x44); in createMMXBuildVector() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 21357 SmallVector<int, 32> ShufMask(NumMaskElts, -1); in reduceBuildVecToShuffleWithZero() local 23562 ArrayRef<int> ShufMask = Shuf->getMask(); in combineShuffleOfSplatVal() local 24482 SmallVector<int, 8> ShufMask(VT.getVectorNumElements(), -1); in visitSCALAR_TO_VECTOR() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 17592 SmallVector<int, 32> ShufMask(NumMaskElts, -1); in reduceBuildVecToShuffleWithZero() local 18998 ArrayRef<int> ShufMask = Shuf->getMask(); in combineShuffleOfSplatVal() local
|