Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp5207 DAG.makeStateFunctionCall(RTLIB::FESETENV, Ptr, Chain, dl)); in ConvertNodeToLibcall()
5214 DAG.makeStateFunctionCall(RTLIB::FEGETENV, EnvPtr, Chain, dl)); in ConvertNodeToLibcall()
5221 DAG.makeStateFunctionCall(RTLIB::FESETENV, EnvPtr, Chain, dl)); in ConvertNodeToLibcall()
5230 SDValue Chain = DAG.makeStateFunctionCall(RTLIB::FEGETMODE, StackPtr, in ConvertNodeToLibcall()
5250 DAG.makeStateFunctionCall(RTLIB::FESETMODE, StackPtr, StInst, dl)); in ConvertNodeToLibcall()
5260 Results.push_back(DAG.makeStateFunctionCall(RTLIB::FESETMODE, Mode, in ConvertNodeToLibcall()
H A DSelectionDAG.cpp13835 SDValue SelectionDAG::makeStateFunctionCall(unsigned LibFunc, SDValue Ptr, in makeStateFunctionCall() function in SelectionDAG
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2598 LLVM_ABI SDValue makeStateFunctionCall(unsigned LibFunc, SDValue Ptr,