reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/PowerPC/PPCISelDAGToDAG.cpp
 2230     SelectAndParts64(dl, Res, InstCnt);
 2235     if ((!NeedMask || LateMask) && !Res) {
 2270         Res = SelectRotMask64(VRI.V, dl, VRI.RLAmt, VRI.Repl32,
 2274         Res = VRI.V;
 2277       if (Res)
 2286     if (!Res)
 2304       if (!Res)
 2305         Res = SelectRotMask64(BG.V, dl, BG.RLAmt, BG.Repl32, BG.StartIdx,
 2308         Res = SelectRotMaskIns64(Res, BG.V, dl, BG.RLAmt, BG.Repl32,
 2308         Res = SelectRotMaskIns64(Res, BG.V, dl, BG.RLAmt, BG.Repl32,
 2334                               ExtendToInt64(Res, dl), getI32Imm(ANDIMask, dl)), 0);
 2337                                ExtendToInt64(Res, dl), getI32Imm(ANDISMask, dl)), 0);
 2340           Res = ANDISVal;
 2342           Res = ANDIVal;
 2344           Res = SDValue(CurDAG->getMachineNode(PPC::OR8, dl, MVT::i64,
 2350         Res =
 2352                                          ExtendToInt64(Res, dl), MaskVal), 0);
 2356     return Res.getNode();