Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp258 NodePtr identifyNode(Instruction *I, Instruction *J);
498 NodePtr CommonNode = identifyNode(PartialMatch.first, PartialMatch.second); in identifyNodeWithImplicitAdd()
504 NodePtr UncommonNode = identifyNode(UncommonRealOp, UncommonImagOp); in identifyNodeWithImplicitAdd()
608 NodePtr UncommonRes = identifyNode(UncommonRealOp, UncommonImagOp); in identifyPartialMul()
615 NodePtr CommonRes = identifyNode(PartialMatch.first, PartialMatch.second); in identifyPartialMul()
663 NodePtr ResA = identifyNode(AR, AI); in identifyAdd()
668 NodePtr ResB = identifyNode(BR, BI); in identifyAdd()
700 ComplexDeinterleavingGraph::identifyNode(Instruction *Real, Instruction *Imag) { in identifyNode() function in ComplexDeinterleavingGraph
821 RootNode = identifyNode(Real, Imag); in identifyNodes()