Lines Matching defs:Adjust
8467 // Adjust IndicesVec to match VT size.
9481 // Adjust second vector indices to start at LaneSize instead of Size.
9537 // Handle the in-lane shuffles by detecting if and when they repeat. Adjust
13538 // Adjust the mask to match the new locations of A and B.
14115 // Adjust mask to correct indices for the second input.
20041 SDValue Adjust; // 0x0 or 0x80000000, for result sign bit adjustment.
20050 // Adjust = (Value >= Thresh) ? 0x80000000 : 0;
20055 // to XOR'ing the high 32 bits with Adjust.
20101 Adjust = DAG.getNode(ISD::SHL, DL, MVT::i64, Zext, Const63);
20145 Res = DAG.getNode(ISD::XOR, DL, MVT::i64, Res, Adjust);
39023 // Adjust shuffle mask - replace SM_SentinelZero with second source index.