Searched refs:VRot (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 2213 SDValue VRot; in SelectAndParts32() local 2218 VRot = SDValue(CurDAG->getMachineNode(PPC::RLWINM, dl, MVT::i32, in SelectAndParts32() 2221 VRot = TruncateToInt32(VRI.V, dl); in SelectAndParts32() 2227 VRot, getI32Imm(ANDIMask, dl)), in SelectAndParts32() 2231 SDValue(CurDAG->getMachineNode(PPC::ANDIS_rec, dl, MVT::i32, VRot, in SelectAndParts32() 2587 SDValue VRot; in SelectAndParts64() local 2593 VRot = SelectRotMask64(VRI.V, dl, VRI.RLAmt, VRI.Repl32, in SelectAndParts64() 2596 VRot = VRI.V; in SelectAndParts64() 2606 ExtendToInt64(VRot, dl), in SelectAndParts64() 2612 ExtendToInt64(VRot, dl), in SelectAndParts64() [all …]
|