Searched refs:STRICT_FTRUNC (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 444 STRICT_FTRUNC, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 230 case ISD::STRICT_FTRUNC: return "strict_ftrunc"; in getOperationName()
|
H A D | LegalizeFloatTypes.cpp | 148 case ISD::STRICT_FTRUNC: in SoftenFloatResult() 1472 case ISD::STRICT_FTRUNC: in ExpandFloatResult()
|
H A D | LegalizeDAG.cpp | 4605 case ISD::STRICT_FTRUNC: in ConvertNodeToLibcall() 5570 case ISD::STRICT_FTRUNC: in PromoteNode()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 1213 case ISD::STRICT_FTRUNC: in PreprocessISelDAG() 1229 case ISD::STRICT_FTRUNC: in PreprocessISelDAG()
|
H A D | X86ISelLowering.cpp | 707 setOperationAction(ISD::STRICT_FTRUNC, MVT::f16, Promote); in X86TargetLowering() 1336 setOperationAction(ISD::STRICT_FTRUNC, RoundedTy, Legal); in X86TargetLowering() 1437 setOperationAction(ISD::STRICT_FTRUNC, VT, Legal); in X86TargetLowering() 1883 setOperationAction(ISD::STRICT_FTRUNC, VT, Legal); in X86TargetLowering() 2189 setOperationAction(ISD::STRICT_FTRUNC, VT, Legal); in X86TargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 551 setOperationAction(ISD::STRICT_FTRUNC, VT, Legal); in SystemZTargetLowering() 596 setOperationAction(ISD::STRICT_FTRUNC, MVT::v2f64, Legal); in SystemZTargetLowering() 663 setOperationAction(ISD::STRICT_FTRUNC, MVT::v4f32, Legal); in SystemZTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 389 setOperationAction(ISD::STRICT_FTRUNC, MVT::f32, Legal); in PPCTargetLowering() 394 setOperationAction(ISD::STRICT_FTRUNC, MVT::f64, Legal); in PPCTargetLowering() 1159 setOperationAction(ISD::STRICT_FTRUNC, MVT::v4f32, Legal); in PPCTargetLowering() 1173 setOperationAction(ISD::STRICT_FTRUNC, MVT::v2f64, Legal); in PPCTargetLowering() 1259 setOperationAction(ISD::STRICT_FTRUNC, MVT::f128, Legal); in PPCTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 629 def strict_ftrunc : SDNode<"ISD::STRICT_FTRUNC",
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 516 ISD::STRICT_FTRUNC}, in RISCVTargetLowering() 1037 ISD::STRICT_FTRUNC, ISD::STRICT_FCEIL, in RISCVTargetLowering() 1392 ISD::STRICT_FSETCC, ISD::STRICT_FSETCCS, ISD::STRICT_FTRUNC, in RISCVTargetLowering() 3013 case ISD::STRICT_FTRUNC: in matchRoundingOp() 3145 // Expand vector STRICT_FTRUNC, STRICT_FCEIL, STRICT_FFLOOR, STRICT_FROUND 3219 case ISD::STRICT_FTRUNC: in lowerVectorStrictFTRUNC_FCEIL_FFLOOR_FROUND() 7098 case ISD::STRICT_FTRUNC: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 788 ISD::STRICT_FTRUNC, in AArch64TargetLowering() 870 ISD::STRICT_FRINT, ISD::STRICT_FTRUNC, ISD::STRICT_FROUNDEVEN, 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()
|