Searched refs:ExpandLibCall (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 136 SDValue ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, bool isSigned); 1979 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, in ExpandLibCall() function in SelectionDAGLegalize 2066 SDValue Tmp = ExpandLibCall(LC, Node, false); in ExpandFPLibCall() 2086 return ExpandLibCall(LC, Node, isSigned); in ExpandIntLibCall() 2122 SDValue Tmp = ExpandLibCall(LC, Node, false); in ExpandArgFPLibCall() 4141 Results.push_back(ExpandLibCall(RTLIB::FPEXT_F16_F32, Node, false)); in ConvertNodeToLibcall() 4159 Results.push_back(ExpandLibCall(LC, Node, false)); in ConvertNodeToLibcall() 4273 ExpandLibCall(RTLIB::getFPEXT(Node->getOperand(0).getValueType(), in ConvertNodeToLibcall() 4341 Results.push_back(ExpandLibCall(RTLIB::CTLZ_I32, Node, false)); in ConvertNodeToLibcall() 4344 Results.push_back(ExpandLibCall(RTLIB::CTLZ_I64, Node, false)); in ConvertNodeToLibcall() [all …]
|