Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp4854 DAG.makeStateFunctionCall(RTLIB::FESETENV, Ptr, Chain, dl)); in ConvertNodeToLibcall()
4861 DAG.makeStateFunctionCall(RTLIB::FEGETENV, EnvPtr, Chain, dl)); in ConvertNodeToLibcall()
4868 DAG.makeStateFunctionCall(RTLIB::FESETENV, EnvPtr, Chain, dl)); in ConvertNodeToLibcall()
4877 SDValue Chain = DAG.makeStateFunctionCall(RTLIB::FEGETMODE, StackPtr, in ConvertNodeToLibcall()
4897 DAG.makeStateFunctionCall(RTLIB::FESETMODE, StackPtr, StInst, dl)); in ConvertNodeToLibcall()
4907 Results.push_back(DAG.makeStateFunctionCall(RTLIB::FESETMODE, Mode, in ConvertNodeToLibcall()
H A DSelectionDAG.cpp12886 SDValue SelectionDAG::makeStateFunctionCall(unsigned LibFunc, SDValue Ptr, in makeStateFunctionCall() function in SelectionDAG
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2390 SDValue makeStateFunctionCall(unsigned LibFunc, SDValue Ptr, SDValue InChain,