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

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp332 NodePtr identifyNode(Value *R, Value *I);
631 NodePtr CommonNode = identifyNode(PartialMatch.first, PartialMatch.second);
637 NodePtr UncommonNode = identifyNode(UncommonRealOp, UncommonImagOp);
747 NodePtr UncommonRes = identifyNode(UncommonRealOp, UncommonImagOp);
754 NodePtr CommonRes = identifyNode(PartialMatch.first, PartialMatch.second);
800 NodePtr ResA = identifyNode(AR, AI);
805 NodePtr ResB = identifyNode(BR, BI);
864 NodePtr Op0 = identifyNode(R0, I0);
872 Op1 = identifyNode(R1, I1);
895 ComplexDeinterleavingGraph::identifyNode(Valu function in class:ComplexDeinterleavingGraph
[all...]

Completed in 167 milliseconds