Searched refs:STRICT_FROUND (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 442 STRICT_FROUND, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 240 case ISD::STRICT_FROUND: return "strict_fround"; in getOperationName()
|
H A D | LegalizeFloatTypes.cpp | 132 case ISD::STRICT_FROUND: in SoftenFloatResult() 1456 case ISD::STRICT_FROUND: in ExpandFloatResult()
|
H A D | LegalizeDAG.cpp | 4637 case ISD::STRICT_FROUND: in ConvertNodeToLibcall() 5568 case ISD::STRICT_FROUND: in PromoteNode()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 550 setOperationAction(ISD::STRICT_FROUND, VT, Legal); in SystemZTargetLowering() 597 setOperationAction(ISD::STRICT_FROUND, MVT::v2f64, Legal); in SystemZTargetLowering() 662 setOperationAction(ISD::STRICT_FROUND, MVT::v4f32, Legal); in SystemZTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 390 setOperationAction(ISD::STRICT_FROUND, MVT::f32, Legal); in PPCTargetLowering() 395 setOperationAction(ISD::STRICT_FROUND, MVT::f64, Legal); in PPCTargetLowering() 1160 setOperationAction(ISD::STRICT_FROUND, MVT::v4f32, Legal); in PPCTargetLowering() 1174 setOperationAction(ISD::STRICT_FROUND, MVT::v2f64, Legal); in PPCTargetLowering() 1260 setOperationAction(ISD::STRICT_FROUND, MVT::f128, Legal); in PPCTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 625 def strict_fround : SDNode<"ISD::STRICT_FROUND",
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 515 ISD::STRICT_FROUND, ISD::STRICT_FROUNDEVEN, in RISCVTargetLowering() 1038 ISD::STRICT_FFLOOR, ISD::STRICT_FROUND, in RISCVTargetLowering() 1393 ISD::STRICT_FCEIL, ISD::STRICT_FFLOOR, ISD::STRICT_FROUND, in RISCVTargetLowering() 3025 case ISD::STRICT_FROUND: in matchRoundingOp() 3145 // Expand vector STRICT_FTRUNC, STRICT_FCEIL, STRICT_FFLOOR, STRICT_FROUND 3210 case ISD::STRICT_FROUND: in lowerVectorStrictFTRUNC_FCEIL_FFLOOR_FROUND() 7100 case ISD::STRICT_FROUND: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 787 ISD::STRICT_FROUND, in AArch64TargetLowering() 871 ISD::STRICT_FROUND, ISD::STRICT_FMINNUM, ISD::STRICT_FMAXNUM, in AArch64TargetLowering() 1199 ISD::STRICT_FNEARBYINT, ISD::STRICT_FROUND, ISD::STRICT_FTRUNC, in AArch64TargetLowering() 1352 ISD::STRICT_FTRUNC, ISD::STRICT_FROUND, ISD::STRICT_FROUNDEVEN}) { in AArch64TargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 705 setOperationAction(ISD::STRICT_FROUND, MVT::f16, Promote); in X86TargetLowering() 2225 setOperationAction(ISD::STRICT_FROUND, MVT::f16, Promote); in X86TargetLowering()
|