Home
last modified time | relevance | path

Searched refs:VRot (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2049 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()
[all …]