Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp149 SDValue ExpandIntLibCall(SDNode *Node, bool isSigned,
2145 SDValue SelectionDAGLegalize::ExpandIntLibCall(SDNode* Node, bool isSigned, in ExpandIntLibCall() function in SelectionDAGLegalize
4031 Results.push_back(ExpandIntLibCall(Node, true, in ConvertNodeToLibcall()
4037 Results.push_back(ExpandIntLibCall(Node, false, in ConvertNodeToLibcall()
4043 Results.push_back(ExpandIntLibCall(Node, true, in ConvertNodeToLibcall()
4049 Results.push_back(ExpandIntLibCall(Node, false, in ConvertNodeToLibcall()
4060 Results.push_back(ExpandIntLibCall(Node, false, in ConvertNodeToLibcall()