Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp153 SDValue ExpandIntLibCall(SDNode *Node, bool isSigned, RTLIB::Libcall Call_I8,
2269 SDValue SelectionDAGLegalize::ExpandIntLibCall(SDNode* Node, bool isSigned, in ExpandIntLibCall() function in SelectionDAGLegalize
5158 Results.push_back(ExpandIntLibCall(Node, true, in ConvertNodeToLibcall()
5164 Results.push_back(ExpandIntLibCall(Node, false, in ConvertNodeToLibcall()
5170 Results.push_back(ExpandIntLibCall(Node, true, in ConvertNodeToLibcall()
5176 Results.push_back(ExpandIntLibCall(Node, false, in ConvertNodeToLibcall()
5187 Results.push_back(ExpandIntLibCall(Node, false, in ConvertNodeToLibcall()