Home
last modified time | relevance | path

Searched refs:SET_FPMODE (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1019 SET_FPMODE, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp446 case ISD::SET_FPMODE: return "set_fpmode"; in getOperationName()
H A DLegalizeDAG.cpp1019 case ISD::SET_FPMODE: in LegalizeOp()
4886 case ISD::SET_FPMODE: { in ConvertNodeToLibcall()
H A DSelectionDAGBuilder.cpp6762 Res = DAG.getNode(ISD::SET_FPMODE, sdl, MVT::Other, {DAG.getRoot()}, in visitIntrinsicCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp955 setOperationAction(ISD::SET_FPMODE, VT, Expand); in initActions()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td630 def set_fpmode : SDNode<"ISD::SET_FPMODE", SDTSetFPStateOp, [SDNPHasChain]>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1419 setOperationAction(ISD::SET_FPMODE, MVT::i32, Custom); in ARMTargetLowering()
10610 case ISD::SET_FPMODE: in LowerOperation()