Searched defs:ShufMask (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 2422 SmallVector<int, 32> ShufMask; in parseShuffleMaskOperand() local
|
/third_party/skia/third_party/externals/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
|
/third_party/skia/third_party/externals/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
|