Lines Matching defs:IsLE

1905   bool IsLE = DAG.getDataLayout().isLittleEndian();
1907 if (IsLE)
1913 if (!IsLE)
1919 unsigned j = IsLE ? 0 : 1;
1936 bool IsLE = DAG.getDataLayout().isLittleEndian();
1938 if (IsLE)
1945 if (!IsLE)
1952 unsigned j = IsLE ? 0 : 2;
1977 bool IsLE = DAG.getDataLayout().isLittleEndian();
1979 if (IsLE)
1988 if (!IsLE)
1997 unsigned j = IsLE ? 0 : 4;
2299 unsigned &InsertAtByte, bool &Swap, bool IsLE) {
2316 ShiftElts = IsLE ? LittleEndianShifts[M0 & 0x3] : BigEndianShifts[M0 & 0x3];
2317 InsertAtByte = IsLE ? 12 : 0;
2324 ShiftElts = IsLE ? LittleEndianShifts[M1 & 0x3] : BigEndianShifts[M1 & 0x3];
2325 InsertAtByte = IsLE ? 8 : 4;
2332 ShiftElts = IsLE ? LittleEndianShifts[M2 & 0x3] : BigEndianShifts[M2 & 0x3];
2333 InsertAtByte = IsLE ? 4 : 8;
2340 ShiftElts = IsLE ? LittleEndianShifts[M3 & 0x3] : BigEndianShifts[M3 & 0x3];
2341 InsertAtByte = IsLE ? 0 : 12;
2351 unsigned XXINSERTWSrcElem = IsLE ? 2 : 1;
2353 InsertAtByte = IsLE ? 12 : 0;
2357 InsertAtByte = IsLE ? 8 : 4;
2361 InsertAtByte = IsLE ? 4 : 8;
2365 InsertAtByte = IsLE ? 0 : 12;
2374 bool &Swap, bool IsLE) {
2393 ShiftElts = IsLE ? (4 - M0) % 4 : M0;
2402 if (IsLE) {
2473 bool &Swap, bool IsLE) {
2488 DM = IsLE ? (((~M1) & 1) << 1) + ((~M0) & 1) : (M0 << 1) + (M1 & 1);
2495 if (IsLE) {
6162 bool IsLE = Subtarget.isLittleEndian();
6164 DAG.getIntPtrConstant(IsLE ? 0 : 1, dl));
6167 DAG.getIntPtrConstant(IsLE ? 1 : 0, dl));
9973 bool IsLE = Subtarget.isLittleEndian();
10003 unsigned VINSERTBSrcElem = IsLE ? 8 : 7;
10039 ShiftElts = IsLE ? LittleEndianShifts[CurrentElement & 0xF]
10043 InsertAtByte = IsLE ? BytesInVector - (i + 1) : i;
10079 bool IsLE = Subtarget.isLittleEndian();
10127 unsigned VINSERTHSrcElem = IsLE ? 4 : 3;
10134 InsertAtByte = IsLE ? BytesInVector - (i + 1) * 2 : i * 2;
10145 ShiftElts = IsLE ? LittleEndianShifts[MaskOneElt & 0x7]
10147 InsertAtByte = IsLE ? BytesInVector - (i + 1) * 2 : i * 2;
10230 bool IsLE = Subtarget.isLittleEndian();
10234 Index = DAG.getTargetConstant(IsLE ? 0 : 1, DL, MVT::i32);
10238 Index = DAG.getTargetConstant(IsLE ? 1 : 0, DL, MVT::i32);