Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp145 SDValue ExpandFABS(SDNode *Node);
1027 if (SDValue Expanded = ExpandFABS(Node)) { in Expand()
1951 SDValue VectorLegalizer::ExpandFABS(SDNode *Node) { in ExpandFABS() function in VectorLegalizer
H A DLegalizeDAG.cpp180 SDValue ExpandFABS(SDNode *Node) const;
1774 SDValue SelectionDAGLegalize::ExpandFABS(SDNode *Node) const { in ExpandFABS() function in SelectionDAGLegalize
3726 Results.push_back(ExpandFABS(Node)); in ExpandNode()