Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp5004 DAG.makeStateFunctionCall(RTLIB::FESETENV, Ptr, Chain, dl)); in ConvertNodeToLibcall()
5011 DAG.makeStateFunctionCall(RTLIB::FEGETENV, EnvPtr, Chain, dl)); in ConvertNodeToLibcall()
5018 DAG.makeStateFunctionCall(RTLIB::FESETENV, EnvPtr, Chain, dl)); in ConvertNodeToLibcall()
5027 SDValue Chain = DAG.makeStateFunctionCall(RTLIB::FEGETMODE, StackPtr, in ConvertNodeToLibcall()
5047 DAG.makeStateFunctionCall(RTLIB::FESETMODE, StackPtr, StInst, dl)); in ConvertNodeToLibcall()
5057 Results.push_back(DAG.makeStateFunctionCall(RTLIB::FESETMODE, Mode, in ConvertNodeToLibcall()
H A DSelectionDAG.cpp13216 SDValue SelectionDAG::makeStateFunctionCall(unsigned LibFunc, SDValue Ptr, in makeStateFunctionCall() function in SelectionDAG
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2412 SDValue makeStateFunctionCall(unsigned LibFunc, SDValue Ptr, SDValue InChain,