Searched defs:ShufMask2 (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 17291 static const int ShufMask2[] = {0, 2, -1, -1}; in LowerTRUNCATE() local 17318 static const int ShufMask2[] = {0, 1, 4, 5}; in LowerTRUNCATE() local 19361 SmallVector<int,8> ShufMask2(NumElems, -1); in LowerSIGN_EXTEND() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 14220 static const int ShufMask2[] = {0, 1, 4, 5}; in LowerTRUNCATE() local 16152 SmallVector<int,8> ShufMask2(NumElems, -1); in LowerSIGN_EXTEND() local
|