Searched refs:SET_FPENV (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 1039 SET_FPENV, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 467 case ISD::SET_FPENV: return "set_fpenv"; in getOperationName()
|
H A D | SelectionDAGBuilder.cpp | 7064 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 D | LegalizeDAG.cpp | 997 case ISD::SET_FPENV: in LegalizeOp()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 806 setOperationAction(ISD::SET_FPENV, VT, Expand); in initActions()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 666 def set_fpenv : SDNode<"ISD::SET_FPENV", SDTSetFPStateOp, [SDNPHasChain]>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 884 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 D | ARMISelLowering.cpp | 1417 setOperationAction(ISD::SET_FPENV, MVT::i32, Legal); in ARMTargetLowering()
|