Home
last modified time | relevance | path

Searched refs:STRICT_FROUND (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h456 STRICT_FROUND, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp256 case ISD::STRICT_FROUND: return "strict_fround"; in getOperationName()
H A DLegalizeFloatTypes.cpp140 case ISD::STRICT_FROUND: in SoftenFloatResult()
1613 case ISD::STRICT_FROUND: in ExpandFloatResult()
H A DLegalizeDAG.cpp4829 case ISD::STRICT_FROUND: in ConvertNodeToLibcall()
5827 case ISD::STRICT_FROUND: in PromoteNode()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td662 def strict_fround : SDNode<"ISD::STRICT_FROUND",
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp602 setOperationAction(ISD::STRICT_FROUND, VT, Legal); in SystemZTargetLowering()
654 setOperationAction(ISD::STRICT_FROUND, MVT::v2f64, Legal); in SystemZTargetLowering()
722 setOperationAction(ISD::STRICT_FROUND, MVT::v4f32, Legal); in SystemZTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp398 setOperationAction(ISD::STRICT_FROUND, MVT::f32, Legal); in PPCTargetLowering()
403 setOperationAction(ISD::STRICT_FROUND, MVT::f64, Legal); in PPCTargetLowering()
1177 setOperationAction(ISD::STRICT_FROUND, MVT::v4f32, Legal); in PPCTargetLowering()
1191 setOperationAction(ISD::STRICT_FROUND, MVT::v2f64, Legal); in PPCTargetLowering()
1278 setOperationAction(ISD::STRICT_FROUND, MVT::f128, Legal); in PPCTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp546 ISD::STRICT_FROUND, ISD::STRICT_FROUNDEVEN, in RISCVTargetLowering()
1129 ISD::STRICT_FFLOOR, ISD::STRICT_FROUND, in RISCVTargetLowering()
1536 ISD::STRICT_FCEIL, ISD::STRICT_FFLOOR, ISD::STRICT_FROUND, in RISCVTargetLowering()
3226 case ISD::STRICT_FROUND: in matchRoundingOp()
3419 case ISD::STRICT_FROUND: in lowerVectorStrictFTRUNC_FCEIL_FFLOOR_FROUND()
8209 case ISD::STRICT_FROUND: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp821 ISD::STRICT_FROUND, in AArch64TargetLowering()
910 ISD::STRICT_FROUND, ISD::STRICT_FMINNUM, ISD::STRICT_FMAXNUM, in AArch64TargetLowering()
1250 ISD::STRICT_FNEARBYINT, ISD::STRICT_FROUND, ISD::STRICT_FTRUNC, in AArch64TargetLowering()
1406 ISD::STRICT_FRINT, ISD::STRICT_FTRUNC, ISD::STRICT_FROUND, in AArch64TargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp715 setOperationAction(ISD::STRICT_FROUND, MVT::f16, Promote); in X86TargetLowering()
2289 setOperationAction(ISD::STRICT_FROUND, MVT::f16, Promote); in X86TargetLowering()