Searched refs:ShufMask1 (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 22609 static const int ShufMask1[] = { 0, 1, 4, 5, 8, 9, 12, 13, in LowerTRUNCATE() local 22614 In = DAG.getVectorShuffle(MVT::v32i8, DL, In, In, ShufMask1); in LowerTRUNCATE() 22630 static const int ShufMask1[] = {0, 2, 4, 6, -1, -1, -1, -1}; in LowerTRUNCATE() local 22635 OpLo = DAG.getVectorShuffle(MVT::v8i16, DL, OpLo, OpLo, ShufMask1); in LowerTRUNCATE() 22636 OpHi = DAG.getVectorShuffle(MVT::v8i16, DL, OpHi, OpHi, ShufMask1); in LowerTRUNCATE()
|