Home
last modified time | relevance | path

Searched refs:STRICT_FRINT (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h436 STRICT_FRINT, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp236 case ISD::STRICT_FRINT: return "strict_frint"; in getOperationName()
H A DLegalizeFloatTypes.cpp130 case ISD::STRICT_FRINT: in SoftenFloatResult()
1454 case ISD::STRICT_FRINT: in ExpandFloatResult()
H A DLegalizeDAG.cpp4623 case ISD::STRICT_FRINT: in ConvertNodeToLibcall()
5566 case ISD::STRICT_FRINT: in PromoteNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1219 case ISD::STRICT_FRINT: { in PreprocessISelDAG()
1235 case ISD::STRICT_FRINT: in PreprocessISelDAG()
H A DX86ISelLowering.cpp702 setOperationAction(ISD::STRICT_FRINT, MVT::f16, Promote); in X86TargetLowering()
1338 setOperationAction(ISD::STRICT_FRINT, RoundedTy, Legal); in X86TargetLowering()
1439 setOperationAction(ISD::STRICT_FRINT, VT, Legal); in X86TargetLowering()
1885 setOperationAction(ISD::STRICT_FRINT, VT, Legal); in X86TargetLowering()
2191 setOperationAction(ISD::STRICT_FRINT, VT, Legal); in X86TargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp543 setOperationAction(ISD::STRICT_FRINT, VT, Legal); in SystemZTargetLowering()
592 setOperationAction(ISD::STRICT_FRINT, MVT::v2f64, Legal); in SystemZTargetLowering()
658 setOperationAction(ISD::STRICT_FRINT, MVT::v4f32, Legal); in SystemZTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp377 setOperationAction(ISD::STRICT_FRINT, MVT::f32, Legal); in PPCTargetLowering()
378 setOperationAction(ISD::STRICT_FRINT, MVT::f64, Legal); in PPCTargetLowering()
1156 setOperationAction(ISD::STRICT_FRINT, MVT::v4f32, Legal); in PPCTargetLowering()
1170 setOperationAction(ISD::STRICT_FRINT, MVT::v2f64, Legal); in PPCTargetLowering()
1255 setOperationAction(ISD::STRICT_FRINT, MVT::f128, Legal); in PPCTargetLowering()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td609 def strict_frint : SDNode<"ISD::STRICT_FRINT",
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp785 ISD::STRICT_FRINT, in AArch64TargetLowering()
870 ISD::STRICT_FRINT, ISD::STRICT_FTRUNC, ISD::STRICT_FROUNDEVEN, in AArch64TargetLowering()
1198 ISD::STRICT_FFLOOR, ISD::STRICT_FSQRT, ISD::STRICT_FRINT, in AArch64TargetLowering()
1351 ISD::STRICT_FNEARBYINT, ISD::STRICT_FCEIL, ISD::STRICT_FRINT, in AArch64TargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp514 ISD::STRICT_FNEARBYINT, ISD::STRICT_FRINT, in RISCVTargetLowering()
7096 case ISD::STRICT_FRINT: in LowerOperation()