Searched refs:ShufMask2 (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 22235 static const int ShufMask2[] = {0, 2, -1, -1}; in LowerTRUNCATE() local 22236 In = DAG.getVectorShuffle(MVT::v4i64, DL, In, In, ShufMask2); in LowerTRUNCATE() 22260 static const int ShufMask2[] = {0, 1, 4, 5}; in LowerTRUNCATE() local 22261 SDValue res = DAG.getVectorShuffle(MVT::v4i32, DL, OpLo, OpHi, ShufMask2); in LowerTRUNCATE()
|