Searched refs:ExpandLibCall (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 131 std::pair<SDValue, SDValue> ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, 134 std::pair<SDValue, SDValue> ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, bool isSigned); 2127 SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, in ExpandLibCall() function in SelectionDAGLegalize 2181 std::pair<SDValue, SDValue> SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, in ExpandLibCall() function in SelectionDAGLegalize 2195 return ExpandLibCall(LC, Node, std::move(Args), isSigned, in ExpandLibCall() 2219 SDValue Tmp = ExpandLibCall(LC, Node, IsSignedArgument).first; in ExpandFPLibCall() 2284 return ExpandLibCall(LC, Node, isSigned).first; in ExpandIntLibCall() 2336 SDValue Res = ExpandLibCall(LC, Node, TargetLowering::ArgListTy{Arg}, in ExpandBitCountingLibCall() 4978 Results.push_back(ExpandLibCall(RTLIB::FPEXT_F16_F32, Node, false).first); in ConvertNodeToLibcall() 5004 Results.push_back(ExpandLibCall(LC, Node, false).first); in ConvertNodeToLibcall() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 14543 …ibcallEPNS1_6SDNodeEb", "(anonymous namespace)::SelectionDAGLegalize::ExpandLibCall(llvm::RTLIB::L…
|