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 | 450 STRICT_FRINT, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 252 case ISD::STRICT_FRINT: return "strict_frint"; in getOperationName()
|
| H A D | LegalizeFloatTypes.cpp | 138 case ISD::STRICT_FRINT: in SoftenFloatResult() 1611 case ISD::STRICT_FRINT: in ExpandFloatResult()
|
| H A D | LegalizeDAG.cpp | 4815 case ISD::STRICT_FRINT: in ConvertNodeToLibcall() 5825 case ISD::STRICT_FRINT: in PromoteNode()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 1263 case ISD::STRICT_FRINT: { in PreprocessISelDAG() 1279 case ISD::STRICT_FRINT: in PreprocessISelDAG()
|
| H A D | X86ISelLowering.cpp | 712 setOperationAction(ISD::STRICT_FRINT, MVT::f16, Promote); in X86TargetLowering() 1359 setOperationAction(ISD::STRICT_FRINT, RoundedTy, Legal); in X86TargetLowering() 1460 setOperationAction(ISD::STRICT_FRINT, VT, Legal); in X86TargetLowering() 1917 setOperationAction(ISD::STRICT_FRINT, VT, Legal); in X86TargetLowering() 2255 setOperationAction(ISD::STRICT_FRINT, VT, Legal); in X86TargetLowering()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 646 def strict_frint : SDNode<"ISD::STRICT_FRINT",
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 595 setOperationAction(ISD::STRICT_FRINT, VT, Legal); in SystemZTargetLowering() 649 setOperationAction(ISD::STRICT_FRINT, MVT::v2f64, Legal); in SystemZTargetLowering() 717 setOperationAction(ISD::STRICT_FRINT, MVT::v4f32, Legal); in SystemZTargetLowering()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 385 setOperationAction(ISD::STRICT_FRINT, MVT::f32, Legal); in PPCTargetLowering() 386 setOperationAction(ISD::STRICT_FRINT, MVT::f64, Legal); in PPCTargetLowering() 1173 setOperationAction(ISD::STRICT_FRINT, MVT::v4f32, Legal); in PPCTargetLowering() 1187 setOperationAction(ISD::STRICT_FRINT, MVT::v2f64, Legal); in PPCTargetLowering() 1273 setOperationAction(ISD::STRICT_FRINT, MVT::f128, Legal); in PPCTargetLowering()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 819 ISD::STRICT_FRINT, in AArch64TargetLowering() 909 ISD::STRICT_FRINT, ISD::STRICT_FTRUNC, ISD::STRICT_FROUNDEVEN, in AArch64TargetLowering() 1249 ISD::STRICT_FFLOOR, ISD::STRICT_FSQRT, ISD::STRICT_FRINT, in AArch64TargetLowering() 1406 ISD::STRICT_FRINT, ISD::STRICT_FTRUNC, ISD::STRICT_FROUND, in AArch64TargetLowering()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 545 ISD::STRICT_FNEARBYINT, ISD::STRICT_FRINT, in RISCVTargetLowering() 3234 case ISD::STRICT_FRINT: in matchRoundingOp() 8205 case ISD::STRICT_FRINT: in LowerOperation()
|