Searched refs:NewEst (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 7178 SDValue NewEst = DAG.getNode(ISD::FMUL, dl, VT, Op, Est); in DAGCombineFastRecip() local 7179 DCI.AddToWorklist(NewEst.getNode()); in DAGCombineFastRecip() 7181 NewEst = DAG.getNode(ISD::FSUB, dl, VT, FPOne, NewEst); in DAGCombineFastRecip() 7182 DCI.AddToWorklist(NewEst.getNode()); in DAGCombineFastRecip() 7184 NewEst = DAG.getNode(ISD::FMUL, dl, VT, Est, NewEst); in DAGCombineFastRecip() 7185 DCI.AddToWorklist(NewEst.getNode()); in DAGCombineFastRecip() 7187 Est = DAG.getNode(ISD::FADD, dl, VT, Est, NewEst); in DAGCombineFastRecip() 7250 SDValue NewEst = DAG.getNode(ISD::FMUL, dl, VT, Est, Est); in DAGCombineFastRecipFSQRT() local 7251 DCI.AddToWorklist(NewEst.getNode()); in DAGCombineFastRecipFSQRT() 7253 NewEst = DAG.getNode(ISD::FMUL, dl, VT, HalfArg, NewEst); in DAGCombineFastRecipFSQRT() [all …]
|