Searched refs:ExpandLibCall (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 139 SDValue ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, bool isSigned); 140 SDValue ExpandLibCall(RTLIB::Libcall LC, EVT RetVT, const SDValue *Ops, 2054 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, EVT RetVT, in ExpandLibCall() function in SelectionDAGLegalize 2142 return ExpandLibCall(LC, Node, false); in ExpandFPLibCall() 2160 return ExpandLibCall(LC, Node, isSigned); in ExpandIntLibCall() 3431 Ret = ExpandLibCall(LC, WideVT, Args, 4, isSigned, dl); in ExpandNode() 3434 Ret = ExpandLibCall(LC, WideVT, Args, 4, isSigned, dl); in ExpandNode() 4022 Results.push_back(ExpandLibCall(LC, Node, false)); in ConvertNodeToLibcall() 4070 Results.push_back(ExpandLibCall(RTLIB::CTLZ_I32, Node, false)); in ConvertNodeToLibcall() 4073 Results.push_back(ExpandLibCall(RTLIB::CTLZ_I64, Node, false)); in ConvertNodeToLibcall() [all …]
|