Home
last modified time | relevance | path

Searched refs:identifyNode (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp332 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
[all …]