Lines Matching defs:InsertAtByte
2282 unsigned &InsertAtByte, bool &Swap, bool IsLE) {
2300 InsertAtByte = IsLE ? 12 : 0;
2308 InsertAtByte = IsLE ? 8 : 4;
2316 InsertAtByte = IsLE ? 4 : 8;
2324 InsertAtByte = IsLE ? 0 : 12;
2336 InsertAtByte = IsLE ? 12 : 0;
2340 InsertAtByte = IsLE ? 8 : 4;
2344 InsertAtByte = IsLE ? 4 : 8;
2348 InsertAtByte = IsLE ? 0 : 12;
9835 unsigned ShiftElts = 0, InsertAtByte = 0;
9901 InsertAtByte = IsLE ? BytesInVector - (i + 1) : i;
9920 DAG.getConstant(InsertAtByte, dl, MVT::i32));
9923 DAG.getConstant(InsertAtByte, dl, MVT::i32));
9941 unsigned ShiftElts = 0, InsertAtByte = 0;
9992 InsertAtByte = IsLE ? BytesInVector - (i + 1) * 2 : i * 2;
10005 InsertAtByte = IsLE ? BytesInVector - (i + 1) * 2 : i * 2;
10029 DAG.getConstant(InsertAtByte, dl, MVT::i32));
10034 DAG.getConstant(InsertAtByte, dl, MVT::i32));
10167 unsigned ShiftElts, InsertAtByte;
10233 PPC::isXXINSERTWMask(SVOp, ShiftElts, InsertAtByte, Swap,
10245 DAG.getConstant(InsertAtByte, dl, MVT::i32));
10249 DAG.getConstant(InsertAtByte, dl, MVT::i32));
11526 unsigned InsertAtByte = InsertAtElement * BytesInEachElement;
11528 InsertAtByte = (16 - BytesInEachElement) - InsertAtByte;
11531 DAG.getConstant(InsertAtByte, dl, MVT::i32));