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 | 441 STRICT_FFLOOR, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 232 case ISD::STRICT_FFLOOR: return "strict_ffloor"; in getOperationName()
|
H A D | LegalizeFloatTypes.cpp | 100 case ISD::STRICT_FFLOOR: in SoftenFloatResult() 1430 case ISD::STRICT_FFLOOR: in ExpandFloatResult()
|
H A D | LegalizeDAG.cpp | 4611 case ISD::STRICT_FFLOOR: in ConvertNodeToLibcall() 5564 case ISD::STRICT_FFLOOR: in PromoteNode()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 1211 case ISD::STRICT_FFLOOR: in PreprocessISelDAG() 1227 case ISD::STRICT_FFLOOR: in PreprocessISelDAG()
|
H A D | X86ISelLowering.cpp | 700 setOperationAction(ISD::STRICT_FFLOOR, MVT::f16, Promote); in X86TargetLowering() 1332 setOperationAction(ISD::STRICT_FFLOOR, RoundedTy, Legal); in X86TargetLowering() 1433 setOperationAction(ISD::STRICT_FFLOOR, VT, Legal); in X86TargetLowering() 1879 setOperationAction(ISD::STRICT_FFLOOR, VT, Legal); in X86TargetLowering() 2185 setOperationAction(ISD::STRICT_FFLOOR, VT, Legal); in X86TargetLowering() 2485 ISD::FFLOOR, ISD::STRICT_FFLOOR, in X86TargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 548 setOperationAction(ISD::STRICT_FFLOOR, VT, Legal); in SystemZTargetLowering() 594 setOperationAction(ISD::STRICT_FFLOOR, MVT::v2f64, Legal); in SystemZTargetLowering() 660 setOperationAction(ISD::STRICT_FFLOOR, MVT::v4f32, Legal); in SystemZTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 387 setOperationAction(ISD::STRICT_FFLOOR, MVT::f32, Legal); in PPCTargetLowering() 392 setOperationAction(ISD::STRICT_FFLOOR, MVT::f64, Legal); in PPCTargetLowering() 1157 setOperationAction(ISD::STRICT_FFLOOR, MVT::v4f32, Legal); in PPCTargetLowering() 1171 setOperationAction(ISD::STRICT_FFLOOR, MVT::v2f64, Legal); in PPCTargetLowering() 1257 setOperationAction(ISD::STRICT_FFLOOR, MVT::f128, Legal); in PPCTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 619 def strict_ffloor : SDNode<"ISD::STRICT_FFLOOR",
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 513 setOperationAction({ISD::STRICT_FCEIL, ISD::STRICT_FFLOOR, in RISCVTargetLowering() 1038 ISD::STRICT_FFLOOR, ISD::STRICT_FROUND, in RISCVTargetLowering() 1393 ISD::STRICT_FCEIL, ISD::STRICT_FFLOOR, ISD::STRICT_FROUND, in RISCVTargetLowering() 3017 case ISD::STRICT_FFLOOR: in matchRoundingOp() 3145 // Expand vector STRICT_FTRUNC, STRICT_FCEIL, STRICT_FFLOOR, STRICT_FROUND 3209 case ISD::STRICT_FFLOOR: in lowerVectorStrictFTRUNC_FCEIL_FFLOOR_FROUND() 7097 case ISD::STRICT_FFLOOR: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 783 ISD::STRICT_FFLOOR, in AArch64TargetLowering() 869 ISD::STRICT_FFLOOR, ISD::STRICT_FCEIL, ISD::STRICT_FNEARBYINT, in AArch64TargetLowering() 1198 ISD::STRICT_FFLOOR, ISD::STRICT_FSQRT, ISD::STRICT_FRINT, in AArch64TargetLowering() 1350 ISD::FROUND, ISD::FROUNDEVEN, ISD::STRICT_FFLOOR, in AArch64TargetLowering()
|