Searched refs:STRICT_FROUNDEVEN (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 457 STRICT_FROUNDEVEN, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 258 case ISD::STRICT_FROUNDEVEN: return "strict_froundeven"; in getOperationName()
|
| H A D | LegalizeFloatTypes.cpp | 142 case ISD::STRICT_FROUNDEVEN: in SoftenFloatResult() 1615 case ISD::STRICT_FROUNDEVEN: in ExpandFloatResult()
|
| H A D | LegalizeDAG.cpp | 4837 case ISD::STRICT_FROUNDEVEN: in ConvertNodeToLibcall() 5828 case ISD::STRICT_FROUNDEVEN: in PromoteNode()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 1259 case ISD::STRICT_FROUNDEVEN: in PreprocessISelDAG() 1275 case ISD::STRICT_FROUNDEVEN: in PreprocessISelDAG()
|
| H A D | X86ISelLowering.cpp | 716 setOperationAction(ISD::STRICT_FROUNDEVEN, MVT::f16, Promote); in X86TargetLowering() 1363 setOperationAction(ISD::STRICT_FROUNDEVEN, RoundedTy, Legal); in X86TargetLowering() 1464 setOperationAction(ISD::STRICT_FROUNDEVEN, VT, Legal); in X86TargetLowering() 1921 setOperationAction(ISD::STRICT_FROUNDEVEN, VT, Legal); in X86TargetLowering() 2259 setOperationAction(ISD::STRICT_FROUNDEVEN, VT, Legal); in X86TargetLowering() 2291 setOperationAction(ISD::STRICT_FROUNDEVEN, MVT::f16, Legal); in X86TargetLowering()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 664 def strict_froundeven : SDNode<"ISD::STRICT_FROUNDEVEN",
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 603 setOperationAction(ISD::STRICT_FROUNDEVEN, VT, Legal); in SystemZTargetLowering() 655 setOperationAction(ISD::STRICT_FROUNDEVEN, MVT::v2f64, Legal); in SystemZTargetLowering() 723 setOperationAction(ISD::STRICT_FROUNDEVEN, MVT::v4f32, Legal); in SystemZTargetLowering()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 546 ISD::STRICT_FROUND, ISD::STRICT_FROUNDEVEN, in RISCVTargetLowering() 1130 ISD::STRICT_FROUNDEVEN, ISD::STRICT_FNEARBYINT}, in RISCVTargetLowering() 1537 ISD::STRICT_FROUNDEVEN, ISD::STRICT_FNEARBYINT}, in RISCVTargetLowering() 3208 case ISD::STRICT_FROUNDEVEN: in matchRoundingOp() 3420 case ISD::STRICT_FROUNDEVEN: { in lowerVectorStrictFTRUNC_FCEIL_FFLOOR_FROUND() 8210 case ISD::STRICT_FROUNDEVEN: in LowerOperation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 823 ISD::STRICT_FROUNDEVEN, in AArch64TargetLowering() 909 ISD::STRICT_FRINT, ISD::STRICT_FTRUNC, ISD::STRICT_FROUNDEVEN, in AArch64TargetLowering() 1251 ISD::STRICT_FROUNDEVEN, ISD::STRICT_FMINNUM, ISD::STRICT_FMAXNUM, in AArch64TargetLowering() 1407 ISD::STRICT_FROUNDEVEN}) { in AArch64TargetLowering()
|