Lines Matching defs:RLo
29186 SDValue RLo = DAG.getNode(X86ISD::VPMADDUBSW, dl, ExVT, A, BLo);
29188 RLo = DAG.getNode(ISD::AND, dl, VT, DAG.getBitcast(VT, RLo), Mask);
29191 return DAG.getNode(ISD::OR, dl, VT, RLo, DAG.getBitcast(VT, RHi));
29224 SDValue RLo = DAG.getNode(ISD::MUL, dl, ExVT, ALo, BLo);
29226 return getPack(DAG, Subtarget, dl, VT, RLo, RHi);
29376 SDValue RLo = DAG.getNode(MulOpc, dl, ExVT, ALo, BLo);
29380 *Low = getPack(DAG, Subtarget, dl, VT, RLo, RHi);
29382 return getPack(DAG, Subtarget, dl, VT, RLo, RHi, /*PackHiHalf*/ true);
30645 SDValue RLo = getUnpackl(DAG, dl, VT, DAG.getUNDEF(VT), R);
30649 RLo = DAG.getBitcast(ExtVT, RLo);
30653 SDValue MLo = getTargetVShiftByConstNode(X86OpcI, dl, ExtVT, RLo, 4, DAG);
30655 RLo = SignBitSelect(ExtVT, ALo, MLo, RLo);
30663 MLo = getTargetVShiftByConstNode(X86OpcI, dl, ExtVT, RLo, 2, DAG);
30665 RLo = SignBitSelect(ExtVT, ALo, MLo, RLo);
30673 MLo = getTargetVShiftByConstNode(X86OpcI, dl, ExtVT, RLo, 1, DAG);
30675 RLo = SignBitSelect(ExtVT, ALo, MLo, RLo);
30680 RLo = getTargetVShiftByConstNode(X86ISD::VSRLI, dl, ExtVT, RLo, 8, DAG);
30682 return DAG.getNode(X86ISD::PACKUS, dl, VT, RLo, RHi);
30691 SDValue RLo = getUnpackl(DAG, dl, VT, Z, R);
30695 RLo = DAG.getBitcast(ExtVT, RLo);
30697 SDValue Lo = DAG.getNode(Opc, dl, ExtVT, RLo, ALo);
30926 SDValue RLo = DAG.getBitcast(ExtVT, getUnpackl(DAG, DL, VT, Op1, Op0));
30930 SDValue Lo = DAG.getNode(ShiftOpc, DL, ExtVT, RLo, ALo);
31130 SDValue RLo = DAG.getBitcast(ExtVT, getUnpackl(DAG, DL, VT, R, R));
31134 SDValue Lo = DAG.getNode(ShiftOpc, DL, ExtVT, RLo, ALo);