Searched refs:STRICT_FROUND (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 427 STRICT_FROUND, enumerator
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 213 case ISD::STRICT_FROUND: return "strict_fround"; in getOperationName()
|
| H A D | LegalizeFloatTypes.cpp | 118 case ISD::STRICT_FROUND: in SoftenFloatResult() 1258 case ISD::STRICT_FROUND: in ExpandFloatResult()
|
| H A D | LegalizeDAG.cpp | 4094 case ISD::STRICT_FROUND: in ConvertNodeToLibcall() 4860 case ISD::STRICT_FROUND: in PromoteNode()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 544 Opcode = ISD::STRICT_FROUND; in mightUseCTR()
|
| H A D | PPCISelLowering.cpp | 373 setOperationAction(ISD::STRICT_FROUND, MVT::f32, Legal); in PPCTargetLowering() 378 setOperationAction(ISD::STRICT_FROUND, MVT::f64, Legal); in PPCTargetLowering() 1137 setOperationAction(ISD::STRICT_FROUND, MVT::v4f32, Legal); in PPCTargetLowering() 1151 setOperationAction(ISD::STRICT_FROUND, MVT::v2f64, Legal); in PPCTargetLowering() 1229 setOperationAction(ISD::STRICT_FROUND, MVT::f128, Legal); in PPCTargetLowering()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 491 setOperationAction(ISD::STRICT_FROUND, VT, Legal); in SystemZTargetLowering() 538 setOperationAction(ISD::STRICT_FROUND, MVT::v2f64, Legal); in SystemZTargetLowering() 594 setOperationAction(ISD::STRICT_FROUND, MVT::v4f32, Legal); in SystemZTargetLowering()
|
| /llvm-project-15.0.7/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 561 def strict_fround : SDNode<"ISD::STRICT_FROUND",
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 615 ISD::STRICT_FROUND, ISD::STRICT_FTRUNC, ISD::STRICT_FROUNDEVEN, in AArch64TargetLowering() 685 ISD::STRICT_FROUND, ISD::STRICT_FMINNUM, ISD::STRICT_FMAXNUM, in AArch64TargetLowering() 964 ISD::STRICT_FROUND, ISD::STRICT_FTRUNC, ISD::STRICT_FROUNDEVEN, in AArch64TargetLowering() 1107 ISD::STRICT_FTRUNC, ISD::STRICT_FROUND, ISD::STRICT_FROUNDEVEN}) { in AArch64TargetLowering()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 659 setOperationAction(ISD::STRICT_FROUND, MVT::f16, Promote); in X86TargetLowering() 2081 setOperationAction(ISD::STRICT_FROUND, MVT::f16, Promote); in X86TargetLowering()
|