Searched defs:UnpackMask (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 10658 SmallVector<int, 16> UnpackMask; in is128BitUnpackShuffleMask() local 25954 static const int UnpackMask[] = { 1, -1, 3, -1 }; in LowerMUL() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 12118 SmallVector<int, 16> UnpackMask; in is128BitUnpackShuffleMask() local 29656 static const int UnpackMask[] = { 1, -1, 3, -1 }; in LowerMUL() local
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 19386 static const int UnpackMask[] = { 1, -1, 3, -1 }; in LowerMUL() local
|