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

References

lib/Target/PowerPC/PPCISelLowering.cpp
13366   SelectionDAG &DAG = DCI.DAG;
13371     return combineADD(N, DCI);
13373     return combineSHL(N, DCI);
13375     return combineSRA(N, DCI);
13377     return combineSRL(N, DCI);
13379     return combineMUL(N, DCI);
13398     return DAGCombineExtBoolTrunc(N, DCI);
13400     return combineTRUNCATE(N, DCI);
13402     if (SDValue CSCC = combineSetCC(N, DCI))
13406     return DAGCombineTruncBoolExt(N, DCI);
13409     return combineFPToIntToFP(N, DCI);
13413       return combineVReverseMemOP(cast<ShuffleVectorSDNode>(N), LSBase, DCI);
13422       SDValue Val= combineStoreFPToInt(N, DCI);
13429       SDValue Val= combineVReverseMemOP(SVN, cast<LSBaseSDNode>(N), DCI);
13473     if (Subtarget.isPPC64() && !DCI.isBeforeLegalize() &&
13497         return expandVSXStoreForLE(N, DCI);
13512         return expandVSXLoadForLE(N, DCI);
13609       DCI.CombineTo(Bitcast2, FloatLoad);
13610       DCI.CombineTo(Bitcast, FloatLoad2);
13761       DCI.CombineTo(N, Perm, TF);
13822       if (!DCI.isAfterLegalizeDAG() && Subtarget.hasP9Altivec() &&
13864         return expandVSXLoadForLE(N, DCI);
13877         return expandVSXStoreForLE(N, DCI);
13909       DCI.CombineTo(N, ResVal);
13913       DCI.CombineTo(Load.getNode(), ResVal, BSLoad.getValue(1));
14083     return DAGCombineBuildVector(N, DCI);
14085     return combineABS(N, DCI);
14087     return combineVSelect(N, DCI);