Lines Matching refs:DCI
8852 DAGCombinerInfo &DCI, in getRsqrtEstimate() argument
8870 return DCI.DAG.getNode(PPCISD::FRSQRTE, SDLoc(Operand), VT, Operand); in getRsqrtEstimate()
8876 DAGCombinerInfo &DCI, in getRecipEstimate() argument
8892 return DCI.DAG.getNode(PPCISD::FRE, SDLoc(Operand), VT, Operand); in getRecipEstimate()
9126 DAGCombinerInfo &DCI) const { in DAGCombineTruncBoolExt()
9127 SelectionDAG &DAG = DCI.DAG; in DAGCombineTruncBoolExt()
9404 DAGCombinerInfo &DCI) const { in DAGCombineExtBoolTrunc()
9405 SelectionDAG &DAG = DCI.DAG; in DAGCombineExtBoolTrunc()
9682 DAGCombinerInfo &DCI) const { in combineFPToIntToFP()
9690 SelectionDAG &DAG = DCI.DAG; in combineFPToIntToFP()
9729 DCI.AddToWorklist(Src.getNode()); in combineFPToIntToFP()
9742 DCI.AddToWorklist(FP.getNode()); in combineFPToIntToFP()
9754 DAGCombinerInfo &DCI) const { in expandVSXLoadForLE()
9755 SelectionDAG &DAG = DCI.DAG; in expandVSXLoadForLE()
9790 DCI.AddToWorklist(Load.getNode()); in expandVSXLoadForLE()
9794 DCI.AddToWorklist(Swap.getNode()); in expandVSXLoadForLE()
9801 DAGCombinerInfo &DCI) const { in expandVSXStoreForLE()
9802 SelectionDAG &DAG = DCI.DAG; in expandVSXStoreForLE()
9840 DCI.AddToWorklist(Swap.getNode()); in expandVSXStoreForLE()
9846 DCI.AddToWorklist(Store.getNode()); in expandVSXStoreForLE()
9851 DAGCombinerInfo &DCI) const { in PerformDAGCombine()
9852 SelectionDAG &DAG = DCI.DAG; in PerformDAGCombine()
9878 return DAGCombineExtBoolTrunc(N, DCI); in PerformDAGCombine()
9882 return DAGCombineTruncBoolExt(N, DCI); in PerformDAGCombine()
9885 return combineFPToIntToFP(N, DCI); in PerformDAGCombine()
9895 DCI.AddToWorklist(Val.getNode()); in PerformDAGCombine()
9898 DCI.AddToWorklist(Val.getNode()); in PerformDAGCombine()
9909 DCI.AddToWorklist(Val.getNode()); in PerformDAGCombine()
9943 return expandVSXStoreForLE(N, DCI); in PerformDAGCombine()
9957 return expandVSXLoadForLE(N, DCI); in PerformDAGCombine()
10098 DCI.CombineTo(N, Perm, TF); in PerformDAGCombine()
10169 return expandVSXLoadForLE(N, DCI); in PerformDAGCombine()
10182 return expandVSXStoreForLE(N, DCI); in PerformDAGCombine()
10215 DCI.CombineTo(N, ResVal); in PerformDAGCombine()
10219 DCI.CombineTo(Load.getNode(), ResVal, BSLoad.getValue(1)); in PerformDAGCombine()