Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h421 STRICT_FRINT, enumerator
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp214 case ISD::STRICT_FRINT: return "strict_frint"; in getOperationName()
H A DLegalizeFloatTypes.cpp116 case ISD::STRICT_FRINT: in SoftenFloatResult()
1257 case ISD::STRICT_FRINT: in ExpandFloatResult()
H A DLegalizeDAG.cpp4109 case ISD::STRICT_FRINT: in ConvertNodeToLibcall()
4895 case ISD::STRICT_FRINT: in PromoteNode()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1147 case ISD::STRICT_FRINT: { in PreprocessISelDAG()
1163 case ISD::STRICT_FRINT: in PreprocessISelDAG()
H A DX86ISelLowering.cpp659 setOperationAction(ISD::STRICT_FRINT, MVT::f16, Promote); in X86TargetLowering()
1238 setOperationAction(ISD::STRICT_FRINT, RoundedTy, Legal); in X86TargetLowering()
1343 setOperationAction(ISD::STRICT_FRINT, VT, Legal); in X86TargetLowering()
1760 setOperationAction(ISD::STRICT_FRINT, VT, Legal); in X86TargetLowering()
2054 setOperationAction(ISD::STRICT_FRINT, VT, Legal); in X86TargetLowering()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp485 setOperationAction(ISD::STRICT_FRINT, VT, Legal); in SystemZTargetLowering()
534 setOperationAction(ISD::STRICT_FRINT, MVT::v2f64, Legal); in SystemZTargetLowering()
591 setOperationAction(ISD::STRICT_FRINT, MVT::v4f32, Legal); in SystemZTargetLowering()
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td554 def strict_frint : SDNode<"ISD::STRICT_FRINT",
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp361 setOperationAction(ISD::STRICT_FRINT, MVT::f32, Legal); in PPCTargetLowering()
362 setOperationAction(ISD::STRICT_FRINT, MVT::f64, Legal); in PPCTargetLowering()
1139 setOperationAction(ISD::STRICT_FRINT, MVT::v4f32, Legal); in PPCTargetLowering()
1153 setOperationAction(ISD::STRICT_FRINT, MVT::v2f64, Legal); in PPCTargetLowering()
1230 setOperationAction(ISD::STRICT_FRINT, MVT::f128, Legal); in PPCTargetLowering()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp673 ISD::STRICT_FSQRT, ISD::STRICT_FRINT, ISD::STRICT_FNEARBYINT, in AArch64TargetLowering()
739 ISD::STRICT_FRINT, ISD::STRICT_FTRUNC, ISD::STRICT_FROUNDEVEN, in AArch64TargetLowering()
1031 ISD::STRICT_FSQRT, ISD::STRICT_FRINT, ISD::STRICT_FNEARBYINT, in AArch64TargetLowering()
1174 ISD::STRICT_FNEARBYINT, ISD::STRICT_FCEIL, ISD::STRICT_FRINT, in AArch64TargetLowering()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp376 ISD::STRICT_FNEARBYINT, ISD::STRICT_FRINT, in RISCVTargetLowering()