Searched refs:STRICT_FRINT (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 436 STRICT_FRINT, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 236 case ISD::STRICT_FRINT: return "strict_frint"; in getOperationName()
|
| H A D | LegalizeFloatTypes.cpp | 130 case ISD::STRICT_FRINT: in SoftenFloatResult() 1454 case ISD::STRICT_FRINT: in ExpandFloatResult()
|
| H A D | LegalizeDAG.cpp | 4623 case ISD::STRICT_FRINT: in ConvertNodeToLibcall() 5566 case ISD::STRICT_FRINT: in PromoteNode()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 1219 case ISD::STRICT_FRINT: { in PreprocessISelDAG() 1235 case ISD::STRICT_FRINT: in PreprocessISelDAG()
|
| H A D | X86ISelLowering.cpp | 702 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 D | SystemZISelLowering.cpp | 543 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 D | PPCISelLowering.cpp | 377 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 D | TargetSelectionDAG.td | 609 def strict_frint : SDNode<"ISD::STRICT_FRINT",
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 785 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 D | RISCVISelLowering.cpp | 514 ISD::STRICT_FNEARBYINT, ISD::STRICT_FRINT, in RISCVTargetLowering() 7096 case ISD::STRICT_FRINT: in LowerOperation()
|