Searched refs:ExpandLibCall (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 112 SDValue ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, bool isSigned); 113 SDValue ExpandLibCall(RTLIB::Libcall LC, EVT RetVT, const SDValue *Ops, 2195 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, in ExpandLibCall() function in SelectionDAGLegalize 2242 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, EVT RetVT, in ExpandLibCall() function in SelectionDAGLegalize 2320 return ExpandLibCall(LC, Node, false); in ExpandFPLibCall() 2338 return ExpandLibCall(LC, Node, isSigned); in ExpandIntLibCall() 3654 SDValue Ret = ExpandLibCall(LC, WideVT, Args, 4, isSigned, dl); in ExpandNode() 4146 Results.push_back(ExpandLibCall(RTLIB::FPEXT_F16_F32, Node, false)); in ConvertNodeToLibcall() 4153 Results.push_back(ExpandLibCall(LC, Node, false)); in ConvertNodeToLibcall()
|