Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1131 SET_FPMODE, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp494 case ISD::SET_FPMODE: return "set_fpmode"; in getOperationName()
H A DLegalizeDAG.cpp1028 case ISD::SET_FPMODE: in LegalizeOp()
5239 case ISD::SET_FPMODE: { in ConvertNodeToLibcall()
H A DSelectionDAGBuilder.cpp7150 Res = DAG.getNode(ISD::SET_FPMODE, sdl, MVT::Other, {DAG.getRoot()}, in visitIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp951 setOperationAction(ISD::SET_FPMODE, VT, Expand); in initActions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td710 def set_fpmode : SDNode<"ISD::SET_FPMODE", SDTSetFPStateOp, [SDNPHasChain]>;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1379 setOperationAction(ISD::SET_FPMODE, MVT::i32, Custom); in ARMTargetLowering()
10688 case ISD::SET_FPMODE: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp934 setOperationAction(ISD::SET_FPMODE, MVT::i32, Custom); in AArch64TargetLowering()
7388 case ISD::SET_FPMODE: in LowerOperation()