Searched refs:VRot (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 1267 SDValue VRot; in SelectAndParts32() local 1271 VRot = SDValue(CurDAG->getMachineNode(PPC::RLWINM, dl, MVT::i32, in SelectAndParts32() 1274 VRot = VRI.V; in SelectAndParts32() 1280 VRot, getI32Imm(ANDIMask)), 0); in SelectAndParts32() 1283 VRot, getI32Imm(ANDISMask)), 0); in SelectAndParts32() 1626 SDValue VRot; in SelectAndParts64() local 1632 VRot = SelectRotMask64(VRI.V, dl, VRI.RLAmt, VRI.Repl32, in SelectAndParts64() 1635 VRot = VRI.V; in SelectAndParts64() 1645 VRot, getI32Imm(ANDIMask)), 0); in SelectAndParts64() 1648 VRot, getI32Imm(ANDISMask)), 0); in SelectAndParts64() [all …]
|