Lines Matching defs:Adjust
8691 // Adjust IndicesVec to match VT size.
9704 // Adjust second vector indices to start at LaneSize instead of Size.
9760 // Handle the in-lane shuffles by detecting if and when they repeat. Adjust
13815 // Adjust the mask to match the new locations of A and B.
14400 // Adjust mask to correct indices for the second input.
20422 SDValue Adjust; // 0x0 or 0x80000000, for result sign bit adjustment.
20431 // Adjust = (Value >= Thresh) ? 0x80000000 : 0;
20436 // to XOR'ing the high 32 bits with Adjust.
20482 Adjust = DAG.getNode(ISD::SHL, DL, MVT::i64, Zext, Const63);
20526 Res = DAG.getNode(ISD::XOR, DL, MVT::i64, Res, Adjust);
40047 // Adjust shuffle mask - replace SM_SentinelZero with second source index.