/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | VectorCombine.cpp | 320 SmallVector<int, 32> ShufMask(VecTy->getNumElements(), UndefMaskElem); in createShiftShuffle() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 2422 SmallVector<int, 32> ShufMask; in parseShuffleMaskOperand() local
|
/external/llvm-project/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 2474 SmallVector<int, 32> ShufMask; in parseShuffleMaskOperand() local
|
/external/llvm/lib/Target/X86/ |
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
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstructionSelector.cpp | 2780 ArrayRef<int> ShufMask = MI.getOperand(3).getShuffleMask(); in selectG_SHUFFLE_VECTOR() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 19979 static const int ShufMask[] = {0, 2, 4, 6, -1, -1, -1, -1}; in LowerTRUNCATE() local 19992 static const int ShufMask[] = {0, 2, 4, 6}; in LowerTRUNCATE() local 22598 SmallVector<int,8> ShufMask(NumElems, -1); in LowerSIGN_EXTEND() local 25969 static const int ShufMask[] = { 0, 4, 2, 6 }; in LowerMUL() local 26078 SmallVector<int, 16> ShufMask(NumElts); in LowerMULH() local 28981 SmallVector<int, 16> ShufMask(NumElts, SM_SentinelUndef); in ReplaceNodeResults() local 33304 int ShufMask[4] = {-1, -1, -1, -1}; in matchBinaryPermuteShuffle() local 36432 unsigned ShufMask = (NumElts > 2 ? 0 : 0x44); in createMMXBuildVector() local
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 20962 static const int ShufMask[] = {0, 2, 4, 6, -1, -1, -1, -1}; in LowerTRUNCATE() local 20975 static const int ShufMask[] = {0, 2, 4, 6}; in LowerTRUNCATE() local 23822 SmallVector<int,8> ShufMask(NumElems, -1); in LowerSIGN_EXTEND() local 27083 static const int ShufMask[] = { 0, 4, 2, 6 }; in LowerMUL() local 27195 SmallVector<int, 16> ShufMask(NumElts); in LowerMULH() local 30142 SmallVector<int, 16> ShufMask(NumElts, SM_SentinelUndef); in ReplaceNodeResults() local 34999 int ShufMask[4] = {-1, -1, -1, -1}; in matchBinaryPermuteShuffle() local 39004 unsigned ShufMask = (NumElts > 2 ? 0 : 0x44); in createMMXBuildVector() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 17592 SmallVector<int, 32> ShufMask(NumMaskElts, -1); in reduceBuildVecToShuffleWithZero() local 18998 ArrayRef<int> ShufMask = Shuf->getMask(); in combineShuffleOfSplatVal() local
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 18856 SmallVector<int, 32> ShufMask(NumMaskElts, -1); in reduceBuildVecToShuffleWithZero() local 20368 ArrayRef<int> ShufMask = Shuf->getMask(); in combineShuffleOfSplatVal() local
|