Home
last modified time | relevance | path

Searched refs:ExpandLibCall (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp136 SDValue ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, bool isSigned);
2022 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, in ExpandLibCall() function in SelectionDAGLegalize
2098 SDValue Tmp = ExpandLibCall(LC, Node, false); in ExpandFPLibCall()
2132 return ExpandLibCall(LC, Node, isSigned); in ExpandIntLibCall()
4244 Results.push_back(ExpandLibCall(RTLIB::FPEXT_F16_F32, Node, false)); in ConvertNodeToLibcall()
4262 Results.push_back(ExpandLibCall(LC, Node, false)); in ConvertNodeToLibcall()
4269 Results.push_back(ExpandLibCall(LC, Node, false)); in ConvertNodeToLibcall()
4382 ExpandLibCall(RTLIB::getFPEXT(Node->getOperand(0).getValueType(), in ConvertNodeToLibcall()
4450 Results.push_back(ExpandLibCall(RTLIB::CTLZ_I32, Node, false)); in ConvertNodeToLibcall()
4453 Results.push_back(ExpandLibCall(RTLIB::CTLZ_I64, Node, false)); in ConvertNodeToLibcall()
[all …]