Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1039 SET_FPENV, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp467 case ISD::SET_FPENV: return "set_fpenv"; in getOperationName()
H A DSelectionDAGBuilder.cpp7064 if (TLI.isOperationLegalOrCustom(ISD::SET_FPENV, EnvVT)) { in visitIntrinsicCall()
7065 Chain = DAG.getNode(ISD::SET_FPENV, sdl, MVT::Other, Chain, Env); in visitIntrinsicCall()
H A DLegalizeDAG.cpp997 case ISD::SET_FPENV: in LegalizeOp()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp806 setOperationAction(ISD::SET_FPENV, VT, Expand); in initActions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td666 def set_fpenv : SDNode<"ISD::SET_FPENV", SDTSetFPStateOp, [SDNPHasChain]>;
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp884 setOperationAction(ISD::SET_FPENV, MVT::i64, Custom); in SITargetLowering()
5886 case ISD::SET_FPENV: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1417 setOperationAction(ISD::SET_FPENV, MVT::i32, Legal); in ARMTargetLowering()