Lines Matching refs:identifyNode
332 NodePtr identifyNode(Value *R, Value *I);
631 NodePtr CommonNode = identifyNode(PartialMatch.first, PartialMatch.second); in identifyNodeWithImplicitAdd()
637 NodePtr UncommonNode = identifyNode(UncommonRealOp, UncommonImagOp); in identifyNodeWithImplicitAdd()
747 NodePtr UncommonRes = identifyNode(UncommonRealOp, UncommonImagOp); in identifyPartialMul()
754 NodePtr CommonRes = identifyNode(PartialMatch.first, PartialMatch.second); in identifyPartialMul()
800 NodePtr ResA = identifyNode(AR, AI); in identifyAdd()
805 NodePtr ResB = identifyNode(BR, BI); in identifyAdd()
864 NodePtr Op0 = identifyNode(R0, I0); in identifySymmetricOperation()
872 Op1 = identifyNode(R1, I1); in identifySymmetricOperation()
895 ComplexDeinterleavingGraph::identifyNode(Value *R, Value *I) { in identifyNode() function in ComplexDeinterleavingGraph
1135 auto Node = identifyNode(A, B); in collectPartialMuls()
1141 Node = identifyNode(B, A); in collectPartialMuls()
1180 auto NodeFromCommon = identifyNode(InfoReal->Common, InfoImag->Common); in identifyMultiplications()
1183 NodeFromCommon = identifyNode(InfoReal->Common, InfoImag->Common); in identifyMultiplications()
1348 AddNode = identifyNode(R, I); in identifyAdditions()
1350 AddNode = identifyNode(I, R); in identifyAdditions()
1410 auto Result = identifyNode(R, I); in extractPositiveAddend()
1536 auto Node = identifyNode(Real, Imag); in identifyReductionNodes()
1540 Node = identifyNode(Real, Imag); in identifyReductionNodes()
1650 return identifyNode(Real, Imag); in identifyRoot()
1667 return identifyNode(Real, Imag); in identifyRoot()
1866 auto NodeA = identifyNode(AR, AI); in identifySelectNode()
1870 auto NodeB = identifyNode(RA, BI); in identifySelectNode()