Searched refs:ShufMask2 (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 20009 static const int ShufMask2[] = {0, 2, -1, -1}; in LowerTRUNCATE() local 20010 In = DAG.getVectorShuffle(MVT::v4i64, DL, In, In, ShufMask2); in LowerTRUNCATE() 20036 static const int ShufMask2[] = {0, 1, 4, 5}; in LowerTRUNCATE() local 20037 SDValue res = DAG.getVectorShuffle(MVT::v4i32, DL, OpLo, OpHi, ShufMask2); in LowerTRUNCATE()
|