Searched refs:VRot (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 1323 SDValue VRot; in SelectAndParts32() local 1328 VRot = SDValue(CurDAG->getMachineNode(PPC::RLWINM, dl, MVT::i32, in SelectAndParts32() 1331 VRot = VRI.V; in SelectAndParts32() 1337 VRot, getI32Imm(ANDIMask, dl)), 0); in SelectAndParts32() 1340 VRot, getI32Imm(ANDISMask, dl)), 0); in SelectAndParts32() 1678 SDValue VRot; in SelectAndParts64() local 1684 VRot = SelectRotMask64(VRI.V, dl, VRI.RLAmt, VRI.Repl32, in SelectAndParts64() 1687 VRot = VRI.V; in SelectAndParts64() 1697 VRot, getI32Imm(ANDIMask, dl)), 0); in SelectAndParts64() 1700 VRot, getI32Imm(ANDISMask, dl)), 0); in SelectAndParts64() [all …]
|