Searched refs:STRICT_FFLOOR (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 455 STRICT_FFLOOR, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 248 case ISD::STRICT_FFLOOR: return "strict_ffloor"; in getOperationName()
|
| H A D | LegalizeFloatTypes.cpp | 106 case ISD::STRICT_FFLOOR: in SoftenFloatResult() 1587 case ISD::STRICT_FFLOOR: in ExpandFloatResult()
|
| H A D | LegalizeDAG.cpp | 4803 case ISD::STRICT_FFLOOR: in ConvertNodeToLibcall() 5823 case ISD::STRICT_FFLOOR: in PromoteNode()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 1255 case ISD::STRICT_FFLOOR: in PreprocessISelDAG() 1271 case ISD::STRICT_FFLOOR: in PreprocessISelDAG()
|
| H A D | X86ISelLowering.cpp | 710 setOperationAction(ISD::STRICT_FFLOOR, MVT::f16, Promote); in X86TargetLowering() 1353 setOperationAction(ISD::STRICT_FFLOOR, RoundedTy, Legal); in X86TargetLowering() 1454 setOperationAction(ISD::STRICT_FFLOOR, VT, Legal); in X86TargetLowering() 1911 setOperationAction(ISD::STRICT_FFLOOR, VT, Legal); in X86TargetLowering() 2249 setOperationAction(ISD::STRICT_FFLOOR, VT, Legal); in X86TargetLowering() 2613 ISD::FFLOOR, ISD::STRICT_FFLOOR, in X86TargetLowering()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 656 def strict_ffloor : SDNode<"ISD::STRICT_FFLOOR",
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 599 setOperationAction(ISD::STRICT_FFLOOR, VT, Legal); in SystemZTargetLowering() 651 setOperationAction(ISD::STRICT_FFLOOR, MVT::v2f64, Legal); in SystemZTargetLowering() 719 setOperationAction(ISD::STRICT_FFLOOR, MVT::v4f32, Legal); in SystemZTargetLowering()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 395 setOperationAction(ISD::STRICT_FFLOOR, MVT::f32, Legal); in PPCTargetLowering() 400 setOperationAction(ISD::STRICT_FFLOOR, MVT::f64, Legal); in PPCTargetLowering() 1174 setOperationAction(ISD::STRICT_FFLOOR, MVT::v4f32, Legal); in PPCTargetLowering() 1188 setOperationAction(ISD::STRICT_FFLOOR, MVT::v2f64, Legal); in PPCTargetLowering() 1275 setOperationAction(ISD::STRICT_FFLOOR, MVT::f128, Legal); in PPCTargetLowering()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 544 setOperationAction({ISD::STRICT_FCEIL, ISD::STRICT_FFLOOR, in RISCVTargetLowering() 1129 ISD::STRICT_FFLOOR, ISD::STRICT_FROUND, in RISCVTargetLowering() 1536 ISD::STRICT_FCEIL, ISD::STRICT_FFLOOR, ISD::STRICT_FROUND, in RISCVTargetLowering() 3216 case ISD::STRICT_FFLOOR: in matchRoundingOp() 3418 case ISD::STRICT_FFLOOR: in lowerVectorStrictFTRUNC_FCEIL_FFLOOR_FROUND() 8206 case ISD::STRICT_FFLOOR: in LowerOperation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 817 ISD::STRICT_FFLOOR, in AArch64TargetLowering() 908 ISD::STRICT_FFLOOR, ISD::STRICT_FCEIL, ISD::STRICT_FNEARBYINT, in AArch64TargetLowering() 1249 ISD::STRICT_FFLOOR, ISD::STRICT_FSQRT, ISD::STRICT_FRINT, in AArch64TargetLowering() 1405 ISD::STRICT_FFLOOR, ISD::STRICT_FNEARBYINT, ISD::STRICT_FCEIL, in AArch64TargetLowering()
|