Lines Matching refs:DCI

9156                                             DAGCombinerInfo &DCI,  in getRsqrtEstimate()  argument
9166 TargetRecip Recips = DCI.DAG.getTarget().Options.Reciprocals; in getRsqrtEstimate()
9173 return DCI.DAG.getNode(PPCISD::FRSQRTE, SDLoc(Operand), VT, Operand); in getRsqrtEstimate()
9179 DAGCombinerInfo &DCI, in getRecipEstimate() argument
9188 TargetRecip Recips = DCI.DAG.getTarget().Options.Reciprocals; in getRecipEstimate()
9194 return DCI.DAG.getNode(PPCISD::FRE, SDLoc(Operand), VT, Operand); in getRecipEstimate()
9444 DAGCombinerInfo &DCI) const { in DAGCombineTruncBoolExt()
9445 SelectionDAG &DAG = DCI.DAG; in DAGCombineTruncBoolExt()
9722 DAGCombinerInfo &DCI) const { in DAGCombineExtBoolTrunc()
9723 SelectionDAG &DAG = DCI.DAG; in DAGCombineExtBoolTrunc()
10001 DAGCombinerInfo &DCI) const { in combineFPToIntToFP()
10009 SelectionDAG &DAG = DCI.DAG; in combineFPToIntToFP()
10048 DCI.AddToWorklist(Src.getNode()); in combineFPToIntToFP()
10064 DCI.AddToWorklist(FP.getNode()); in combineFPToIntToFP()
10076 DAGCombinerInfo &DCI) const { in expandVSXLoadForLE()
10077 SelectionDAG &DAG = DCI.DAG; in expandVSXLoadForLE()
10114 DCI.AddToWorklist(Load.getNode()); in expandVSXLoadForLE()
10118 DCI.AddToWorklist(Swap.getNode()); in expandVSXLoadForLE()
10125 DAGCombinerInfo &DCI) const { in expandVSXStoreForLE()
10126 SelectionDAG &DAG = DCI.DAG; in expandVSXStoreForLE()
10164 DCI.AddToWorklist(Swap.getNode()); in expandVSXStoreForLE()
10170 DCI.AddToWorklist(Store.getNode()); in expandVSXStoreForLE()
10175 DAGCombinerInfo &DCI) const { in PerformDAGCombine()
10176 SelectionDAG &DAG = DCI.DAG; in PerformDAGCombine()
10198 return DAGCombineExtBoolTrunc(N, DCI); in PerformDAGCombine()
10202 return DAGCombineTruncBoolExt(N, DCI); in PerformDAGCombine()
10205 return combineFPToIntToFP(N, DCI); in PerformDAGCombine()
10215 DCI.AddToWorklist(Val.getNode()); in PerformDAGCombine()
10218 DCI.AddToWorklist(Val.getNode()); in PerformDAGCombine()
10229 DCI.AddToWorklist(Val.getNode()); in PerformDAGCombine()
10263 return expandVSXStoreForLE(N, DCI); in PerformDAGCombine()
10277 return expandVSXLoadForLE(N, DCI); in PerformDAGCombine()
10421 DCI.CombineTo(N, Perm, TF); in PerformDAGCombine()
10492 return expandVSXLoadForLE(N, DCI); in PerformDAGCombine()
10505 return expandVSXStoreForLE(N, DCI); in PerformDAGCombine()
10538 DCI.CombineTo(N, ResVal); in PerformDAGCombine()
10542 DCI.CombineTo(Load.getNode(), ResVal, BSLoad.getValue(1)); in PerformDAGCombine()