Home
last modified time | relevance | path

Searched refs:RESET_FPENV (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1043 RESET_FPENV, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp468 case ISD::RESET_FPENV: return "reset_fpenv"; in getOperationName()
H A DLegalizeDAG.cpp4998 case ISD::RESET_FPENV: { in ConvertNodeToLibcall()
H A DSelectionDAGBuilder.cpp7086 DAG.setRoot(DAG.getNode(ISD::RESET_FPENV, sdl, MVT::Other, getRoot())); in visitIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp807 setOperationAction(ISD::RESET_FPENV, VT, Expand); in initActions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td671 def reset_fpenv : SDNode<"ISD::RESET_FPENV", SDTNone, [SDNPHasChain]>;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1418 setOperationAction(ISD::RESET_FPENV, MVT::Other, Legal); in ARMTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp398 setOperationAction(ISD::RESET_FPENV , MVT::Other, Custom); in X86TargetLowering()
32452 case ISD::RESET_FPENV: return LowerRESET_FPENV(Op, DAG); in LowerOperation()