Searched refs:ExpandLibCall (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 137 std::pair<SDValue, SDValue> ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, 2109 return ExpandLibCall(LC, Node, std::move(Args), isSigned); in ExpandLibCall() 2136 auto [Call, Chain] = ExpandLibCall(LC, Node, std::move(Args), false); in ExpandFrexpLibCall() 2171 SDValue Tmp = ExpandLibCall(LC, Node, false).first; in ExpandFPLibCall() 2205 return ExpandLibCall(LC, Node, isSigned).first; in ExpandIntLibCall() 4650 Results.push_back(ExpandLibCall(LC, Node, false).first); in ConvertNodeToLibcall() 4657 Results.push_back(ExpandLibCall(LC, Node, false).first); in ConvertNodeToLibcall() 4770 ExpandLibCall(RTLIB::getFPEXT(Node->getOperand(0).getValueType(), in ConvertNodeToLibcall() 4838 Results.push_back(ExpandLibCall(RTLIB::CTLZ_I32, Node, false).first); in ConvertNodeToLibcall() 4841 Results.push_back(ExpandLibCall(RTLIB::CTLZ_I64, Node, false).first); in ConvertNodeToLibcall() [all …]
|