Searched refs:ExpandLibCall (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 131 std::pair<SDValue, SDValue> ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, 133 std::pair<SDValue, SDValue> ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, bool isSigned); 2062 std::pair<SDValue, SDValue> SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, in ExpandLibCall() function in SelectionDAGLegalize 2117 std::pair<SDValue, SDValue> SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, in ExpandLibCall() function in SelectionDAGLegalize 2131 return ExpandLibCall(LC, Node, std::move(Args), isSigned); in ExpandLibCall() 2158 auto [Call, Chain] = ExpandLibCall(LC, Node, std::move(Args), false); in ExpandFrexpLibCall() 2194 SDValue Tmp = ExpandLibCall(LC, Node, IsSignedArgument).first; in ExpandFPLibCall() 2228 return ExpandLibCall(LC, Node, isSigned).first; in ExpandIntLibCall() 4767 Results.push_back(ExpandLibCall(RTLIB::FPEXT_F16_F32, Node, false).first); in ConvertNodeToLibcall() 4795 Results.push_back(ExpandLibCall(LC, Node, false).first); in ConvertNodeToLibcall() [all …]
|