Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1034 GET_FPENV, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp466 case ISD::GET_FPENV: return "get_fpenv"; in getOperationName()
H A DSelectionDAGBuilder.cpp7037 if (TLI.isOperationLegalOrCustom(ISD::GET_FPENV, EnvVT)) { in visitIntrinsicCall()
7039 ISD::GET_FPENV, sdl, in visitIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp805 setOperationAction(ISD::GET_FPENV, VT, Expand); in initActions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td669 def get_fpenv : SDNode<"ISD::GET_FPENV", SDTGetFPStateOp, [SDNPHasChain]>;
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp883 setOperationAction(ISD::GET_FPENV, MVT::i64, Custom); in SITargetLowering()
5884 case ISD::GET_FPENV: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1416 setOperationAction(ISD::GET_FPENV, MVT::i32, Legal); in ARMTargetLowering()