Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp149 SDValue ExpandIntLibCall(SDNode *Node, bool isSigned,
2190 SDValue SelectionDAGLegalize::ExpandIntLibCall(SDNode* Node, bool isSigned, in ExpandIntLibCall() function in SelectionDAGLegalize
4799 Results.push_back(ExpandIntLibCall(Node, true, in ConvertNodeToLibcall()
4805 Results.push_back(ExpandIntLibCall(Node, false, in ConvertNodeToLibcall()
4811 Results.push_back(ExpandIntLibCall(Node, true, in ConvertNodeToLibcall()
4817 Results.push_back(ExpandIntLibCall(Node, false, in ConvertNodeToLibcall()
4828 Results.push_back(ExpandIntLibCall(Node, false, in ConvertNodeToLibcall()