Searched refs:STRICT_FRINT (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 422 STRICT_FRINT, enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 216 case ISD::STRICT_FRINT: return "strict_frint"; in getOperationName()
|
| H A D | LegalizeFloatTypes.cpp | 123 case ISD::STRICT_FRINT: in SoftenFloatResult() 1344 case ISD::STRICT_FRINT: in ExpandFloatResult()
|
| H A D | LegalizeDAG.cpp | 4488 case ISD::STRICT_FRINT: in ConvertNodeToLibcall() 5381 case ISD::STRICT_FRINT: in PromoteNode()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 1209 case ISD::STRICT_FRINT: { in PreprocessISelDAG() 1225 case ISD::STRICT_FRINT: in PreprocessISelDAG()
|
| H A D | X86ISelLowering.cpp | 653 setOperationAction(ISD::STRICT_FRINT, MVT::f16, Promote); in X86TargetLowering() 1269 setOperationAction(ISD::STRICT_FRINT, RoundedTy, Legal); in X86TargetLowering() 1379 setOperationAction(ISD::STRICT_FRINT, VT, Legal); in X86TargetLowering() 1811 setOperationAction(ISD::STRICT_FRINT, VT, Legal); in X86TargetLowering() 2119 setOperationAction(ISD::STRICT_FRINT, VT, Legal); in X86TargetLowering()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 530 setOperationAction(ISD::STRICT_FRINT, VT, Legal); in SystemZTargetLowering() 579 setOperationAction(ISD::STRICT_FRINT, MVT::v2f64, Legal); in SystemZTargetLowering() 645 setOperationAction(ISD::STRICT_FRINT, MVT::v4f32, Legal); in SystemZTargetLowering()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 367 setOperationAction(ISD::STRICT_FRINT, MVT::f32, Legal); in PPCTargetLowering() 368 setOperationAction(ISD::STRICT_FRINT, MVT::f64, Legal); in PPCTargetLowering() 1146 setOperationAction(ISD::STRICT_FRINT, MVT::v4f32, Legal); in PPCTargetLowering() 1160 setOperationAction(ISD::STRICT_FRINT, MVT::v2f64, Legal); in PPCTargetLowering() 1245 setOperationAction(ISD::STRICT_FRINT, MVT::f128, Legal); in PPCTargetLowering()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 571 def strict_frint : SDNode<"ISD::STRICT_FRINT",
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 707 ISD::STRICT_FSQRT, ISD::STRICT_FRINT, ISD::STRICT_FNEARBYINT, in AArch64TargetLowering() 774 ISD::STRICT_FRINT, ISD::STRICT_FTRUNC, ISD::STRICT_FROUNDEVEN, in AArch64TargetLowering() 1090 ISD::STRICT_FSQRT, ISD::STRICT_FRINT, ISD::STRICT_FNEARBYINT, in AArch64TargetLowering() 1243 ISD::STRICT_FNEARBYINT, ISD::STRICT_FCEIL, ISD::STRICT_FRINT, in AArch64TargetLowering()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 505 ISD::STRICT_FNEARBYINT, ISD::STRICT_FRINT, in RISCVTargetLowering() 6623 case ISD::STRICT_FRINT: in LowerOperation()
|