Searched refs:tryExpandVecMathCall (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorOps.cpp | 152 bool tryExpandVecMathCall(SDNode *Node, RTLIB::Libcall LC, 154 bool tryExpandVecMathCall(SDNode *Node, RTLIB::Libcall Call_F32, 1121 if (tryExpandVecMathCall(Node, RTLIB::REM_F32, RTLIB::REM_F64, in Expand() 1845 bool VectorLegalizer::tryExpandVecMathCall(SDNode *Node, RTLIB::Libcall LC, in tryExpandVecMathCall() function in VectorLegalizer 1936 bool VectorLegalizer::tryExpandVecMathCall( in tryExpandVecMathCall() function in VectorLegalizer 1947 return tryExpandVecMathCall(Node, LC, Results); in tryExpandVecMathCall()
|