Searched refs:tryExpandVecMathCall (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorOps.cpp | 157 bool tryExpandVecMathCall(SDNode *Node, RTLIB::Libcall LC, 159 bool tryExpandVecMathCall(SDNode *Node, RTLIB::Libcall Call_F32, 1260 if (tryExpandVecMathCall(Node, RTLIB::REM_F32, RTLIB::REM_F64, in Expand() 2173 bool VectorLegalizer::tryExpandVecMathCall(SDNode *Node, RTLIB::Libcall LC, in tryExpandVecMathCall() function in VectorLegalizer 2264 bool VectorLegalizer::tryExpandVecMathCall( in tryExpandVecMathCall() function in VectorLegalizer 2275 return tryExpandVecMathCall(Node, LC, Results); in tryExpandVecMathCall()
|