Lines Matching defs:VRot
2213 SDValue VRot;
2218 VRot = SDValue(CurDAG->getMachineNode(PPC::RLWINM, dl, MVT::i32,
2221 VRot = TruncateToInt32(VRI.V, dl);
2227 VRot, getI32Imm(ANDIMask, dl)),
2231 SDValue(CurDAG->getMachineNode(PPC::ANDIS_rec, dl, MVT::i32, VRot,
2587 SDValue VRot;
2593 VRot = SelectRotMask64(VRI.V, dl, VRI.RLAmt, VRI.Repl32,
2596 VRot = VRI.V;
2606 ExtendToInt64(VRot, dl),
2612 ExtendToInt64(VRot, dl),
2627 ExtendToInt64(VRot, dl), TotalVal),