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.h442 STRICT_FROUND, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp240 case ISD::STRICT_FROUND: return "strict_fround"; in getOperationName()
H A DLegalizeFloatTypes.cpp132 case ISD::STRICT_FROUND: in SoftenFloatResult()
1456 case ISD::STRICT_FROUND: in ExpandFloatResult()
H A DLegalizeDAG.cpp4637 case ISD::STRICT_FROUND: in ConvertNodeToLibcall()
5568 case ISD::STRICT_FROUND: in PromoteNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp550 setOperationAction(ISD::STRICT_FROUND, VT, Legal); in SystemZTargetLowering()
597 setOperationAction(ISD::STRICT_FROUND, MVT::v2f64, Legal); in SystemZTargetLowering()
662 setOperationAction(ISD::STRICT_FROUND, MVT::v4f32, Legal); in SystemZTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp390 setOperationAction(ISD::STRICT_FROUND, MVT::f32, Legal); in PPCTargetLowering()
395 setOperationAction(ISD::STRICT_FROUND, MVT::f64, Legal); in PPCTargetLowering()
1160 setOperationAction(ISD::STRICT_FROUND, MVT::v4f32, Legal); in PPCTargetLowering()
1174 setOperationAction(ISD::STRICT_FROUND, MVT::v2f64, Legal); in PPCTargetLowering()
1260 setOperationAction(ISD::STRICT_FROUND, MVT::f128, Legal); in PPCTargetLowering()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td625 def strict_fround : SDNode<"ISD::STRICT_FROUND",
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp515 ISD::STRICT_FROUND, ISD::STRICT_FROUNDEVEN, in RISCVTargetLowering()
1038 ISD::STRICT_FFLOOR, ISD::STRICT_FROUND, in RISCVTargetLowering()
1393 ISD::STRICT_FCEIL, ISD::STRICT_FFLOOR, ISD::STRICT_FROUND, in RISCVTargetLowering()
3025 case ISD::STRICT_FROUND: in matchRoundingOp()
3145 // Expand vector STRICT_FTRUNC, STRICT_FCEIL, STRICT_FFLOOR, STRICT_FROUND
3210 case ISD::STRICT_FROUND: in lowerVectorStrictFTRUNC_FCEIL_FFLOOR_FROUND()
7100 case ISD::STRICT_FROUND: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp787 ISD::STRICT_FROUND, in AArch64TargetLowering()
871 ISD::STRICT_FROUND, ISD::STRICT_FMINNUM, ISD::STRICT_FMAXNUM, in AArch64TargetLowering()
1199 ISD::STRICT_FNEARBYINT, ISD::STRICT_FROUND, ISD::STRICT_FTRUNC, in AArch64TargetLowering()
1352 ISD::STRICT_FTRUNC, ISD::STRICT_FROUND, ISD::STRICT_FROUNDEVEN}) { in AArch64TargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp705 setOperationAction(ISD::STRICT_FROUND, MVT::f16, Promote); in X86TargetLowering()
2225 setOperationAction(ISD::STRICT_FROUND, MVT::f16, Promote); in X86TargetLowering()