Searched refs:STRICT_FROUND (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 428 STRICT_FROUND, enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 220 case ISD::STRICT_FROUND: return "strict_fround"; in getOperationName()
|
| H A D | LegalizeFloatTypes.cpp | 125 case ISD::STRICT_FROUND: in SoftenFloatResult() 1346 case ISD::STRICT_FROUND: in ExpandFloatResult()
|
| H A D | LegalizeDAG.cpp | 4502 case ISD::STRICT_FROUND: in ConvertNodeToLibcall() 5383 case ISD::STRICT_FROUND: in PromoteNode()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 537 setOperationAction(ISD::STRICT_FROUND, VT, Legal); in SystemZTargetLowering() 584 setOperationAction(ISD::STRICT_FROUND, MVT::v2f64, Legal); in SystemZTargetLowering() 649 setOperationAction(ISD::STRICT_FROUND, MVT::v4f32, Legal); in SystemZTargetLowering()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 506 ISD::STRICT_FROUND, ISD::STRICT_FROUNDEVEN, in RISCVTargetLowering() 1004 ISD::STRICT_FFLOOR, ISD::STRICT_FROUND, in RISCVTargetLowering() 1321 ISD::STRICT_FCEIL, ISD::STRICT_FFLOOR, ISD::STRICT_FROUND, in RISCVTargetLowering() 2853 case ISD::STRICT_FROUND: in matchRoundingOp() 3038 case ISD::STRICT_FROUND: in lowerVectorStrictFTRUNC_FCEIL_FFLOOR_FROUND() 6627 case ISD::STRICT_FROUND: in LowerOperation()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 380 setOperationAction(ISD::STRICT_FROUND, MVT::f32, Legal); in PPCTargetLowering() 385 setOperationAction(ISD::STRICT_FROUND, MVT::f64, Legal); in PPCTargetLowering() 1150 setOperationAction(ISD::STRICT_FROUND, MVT::v4f32, Legal); in PPCTargetLowering() 1164 setOperationAction(ISD::STRICT_FROUND, MVT::v2f64, Legal); in PPCTargetLowering() 1250 setOperationAction(ISD::STRICT_FROUND, MVT::f128, Legal); in PPCTargetLowering()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 587 def strict_fround : SDNode<"ISD::STRICT_FROUND",
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 708 ISD::STRICT_FROUND, ISD::STRICT_FTRUNC, ISD::STRICT_FROUNDEVEN, in AArch64TargetLowering() 775 ISD::STRICT_FROUND, ISD::STRICT_FMINNUM, ISD::STRICT_FMAXNUM, in AArch64TargetLowering() 1091 ISD::STRICT_FROUND, ISD::STRICT_FTRUNC, ISD::STRICT_FROUNDEVEN, in AArch64TargetLowering() 1244 ISD::STRICT_FTRUNC, ISD::STRICT_FROUND, ISD::STRICT_FROUNDEVEN}) { in AArch64TargetLowering()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 656 setOperationAction(ISD::STRICT_FROUND, MVT::f16, Promote); in X86TargetLowering() 2153 setOperationAction(ISD::STRICT_FROUND, MVT::f16, Promote); in X86TargetLowering()
|