Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp141 SDValue ExpandFNEG(SDNode *Node);
912 Results.push_back(ExpandFNEG(Node)); in Expand()
1669 SDValue VectorLegalizer::ExpandFNEG(SDNode *Node) { in ExpandFNEG() function in VectorLegalizer
H A DLegalizeDAG.cpp172 SDValue ExpandFNEG(SDNode *Node) const;
1694 SDValue SelectionDAGLegalize::ExpandFNEG(SDNode *Node) const { in ExpandFNEG() function in SelectionDAGLegalize
3600 Results.push_back(ExpandFNEG(Node)); in ExpandNode()