Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h451 STRICT_FNEARBYINT, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp254 case ISD::STRICT_FNEARBYINT: return "strict_fnearbyint"; in getOperationName()
H A DLegalizeFloatTypes.cpp118 case ISD::STRICT_FNEARBYINT: in SoftenFloatResult()
1599 case ISD::STRICT_FNEARBYINT: in ExpandFloatResult()
H A DLegalizeDAG.cpp4821 case ISD::STRICT_FNEARBYINT: in ConvertNodeToLibcall()
5826 case ISD::STRICT_FNEARBYINT: in PromoteNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1261 case ISD::STRICT_FNEARBYINT: in PreprocessISelDAG()
1277 case ISD::STRICT_FNEARBYINT: in PreprocessISelDAG()
H A DX86ISelLowering.cpp711 setOperationAction(ISD::STRICT_FNEARBYINT, MVT::f16, Promote); in X86TargetLowering()
1361 setOperationAction(ISD::STRICT_FNEARBYINT, RoundedTy, Legal); in X86TargetLowering()
1462 setOperationAction(ISD::STRICT_FNEARBYINT, VT, Legal); in X86TargetLowering()
1919 setOperationAction(ISD::STRICT_FNEARBYINT, VT, Legal); in X86TargetLowering()
2257 setOperationAction(ISD::STRICT_FNEARBYINT, VT, Legal); in X86TargetLowering()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td652 def strict_fnearbyint : SDNode<"ISD::STRICT_FNEARBYINT",
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp598 setOperationAction(ISD::STRICT_FNEARBYINT, VT, Legal); in SystemZTargetLowering()
650 setOperationAction(ISD::STRICT_FNEARBYINT, MVT::v2f64, Legal); in SystemZTargetLowering()
718 setOperationAction(ISD::STRICT_FNEARBYINT, MVT::v4f32, Legal); in SystemZTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp545 ISD::STRICT_FNEARBYINT, ISD::STRICT_FRINT, in RISCVTargetLowering()
1130 ISD::STRICT_FROUNDEVEN, ISD::STRICT_FNEARBYINT}, in RISCVTargetLowering()
1537 ISD::STRICT_FROUNDEVEN, ISD::STRICT_FNEARBYINT}, in RISCVTargetLowering()
3433 case ISD::STRICT_FNEARBYINT: in lowerVectorStrictFTRUNC_FCEIL_FFLOOR_FROUND()
3442 if (Op.getOpcode() != ISD::STRICT_FNEARBYINT) { in lowerVectorStrictFTRUNC_FCEIL_FFLOOR_FROUND()
8208 case ISD::STRICT_FNEARBYINT: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp820 ISD::STRICT_FNEARBYINT, in AArch64TargetLowering()
908 ISD::STRICT_FFLOOR, ISD::STRICT_FCEIL, ISD::STRICT_FNEARBYINT, in AArch64TargetLowering()
1250 ISD::STRICT_FNEARBYINT, ISD::STRICT_FROUND, ISD::STRICT_FTRUNC, in AArch64TargetLowering()
1405 ISD::STRICT_FFLOOR, ISD::STRICT_FNEARBYINT, ISD::STRICT_FCEIL, in AArch64TargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1274 setOperationAction(ISD::STRICT_FNEARBYINT, MVT::f128, Legal); in PPCTargetLowering()