Searched refs:GET_FPENV (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 1034 GET_FPENV, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 466 case ISD::GET_FPENV: return "get_fpenv"; in getOperationName()
|
H A D | SelectionDAGBuilder.cpp | 7037 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 D | TargetLoweringBase.cpp | 805 setOperationAction(ISD::GET_FPENV, VT, Expand); in initActions()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 669 def get_fpenv : SDNode<"ISD::GET_FPENV", SDTGetFPStateOp, [SDNPHasChain]>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 883 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 D | ARMISelLowering.cpp | 1416 setOperationAction(ISD::GET_FPENV, MVT::i32, Legal); in ARMTargetLowering()
|