Lines Matching refs:VRot
2049 SDValue VRot; in SelectAndParts32() local
2054 VRot = SDValue(CurDAG->getMachineNode(PPC::RLWINM, dl, MVT::i32, in SelectAndParts32()
2057 VRot = TruncateToInt32(VRI.V, dl); in SelectAndParts32()
2063 VRot, getI32Imm(ANDIMask, dl)), in SelectAndParts32()
2067 SDValue(CurDAG->getMachineNode(PPC::ANDIS_rec, dl, MVT::i32, VRot, in SelectAndParts32()
2423 SDValue VRot; in SelectAndParts64() local
2429 VRot = SelectRotMask64(VRI.V, dl, VRI.RLAmt, VRI.Repl32, in SelectAndParts64()
2432 VRot = VRI.V; in SelectAndParts64()
2442 ExtendToInt64(VRot, dl), in SelectAndParts64()
2448 ExtendToInt64(VRot, dl), in SelectAndParts64()
2463 ExtendToInt64(VRot, dl), TotalVal), in SelectAndParts64()