Lines Matching defs:InsertAtByte
2299 unsigned &InsertAtByte, bool &Swap, bool IsLE) {
2317 InsertAtByte = IsLE ? 12 : 0;
2325 InsertAtByte = IsLE ? 8 : 4;
2333 InsertAtByte = IsLE ? 4 : 8;
2341 InsertAtByte = IsLE ? 0 : 12;
2353 InsertAtByte = IsLE ? 12 : 0;
2357 InsertAtByte = IsLE ? 8 : 4;
2361 InsertAtByte = IsLE ? 4 : 8;
2365 InsertAtByte = IsLE ? 0 : 12;
9977 unsigned ShiftElts = 0, InsertAtByte = 0;
10043 InsertAtByte = IsLE ? BytesInVector - (i + 1) : i;
10062 DAG.getConstant(InsertAtByte, dl, MVT::i32));
10065 DAG.getConstant(InsertAtByte, dl, MVT::i32));
10083 unsigned ShiftElts = 0, InsertAtByte = 0;
10134 InsertAtByte = IsLE ? BytesInVector - (i + 1) * 2 : i * 2;
10147 InsertAtByte = IsLE ? BytesInVector - (i + 1) * 2 : i * 2;
10171 DAG.getConstant(InsertAtByte, dl, MVT::i32));
10176 DAG.getConstant(InsertAtByte, dl, MVT::i32));
10309 unsigned ShiftElts, InsertAtByte;
10375 PPC::isXXINSERTWMask(SVOp, ShiftElts, InsertAtByte, Swap,
10387 DAG.getConstant(InsertAtByte, dl, MVT::i32));
10391 DAG.getConstant(InsertAtByte, dl, MVT::i32));
11751 unsigned InsertAtByte = InsertAtElement * BytesInEachElement;
11753 InsertAtByte = (16 - BytesInEachElement) - InsertAtByte;
11756 DAG.getConstant(InsertAtByte, dl, MVT::i32));