Searched refs:STRICT_FMAXNUM (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 438 STRICT_FMAXNUM, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 199 case ISD::STRICT_FMAXNUM: return "strict_fmaxnum"; in getOperationName()
|
| H A D | LegalizeFloatTypes.cpp | 75 case ISD::STRICT_FMAXNUM: in SoftenFloatResult() 1405 case ISD::STRICT_FMAXNUM: in ExpandFloatResult()
|
| H A D | LegalizeDAG.cpp | 4508 case ISD::STRICT_FMAXNUM: in ConvertNodeToLibcall() 5452 case ISD::STRICT_FMAXNUM: in PromoteNode()
|
| H A D | TargetLowering.cpp | 8398 Opcode == ISD::STRICT_FMINNUM || Opcode == ISD::STRICT_FMAXNUM) && in createSelectForFMINNUM_FMAXNUM()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 634 def strict_fmaxnum : SDNode<"ISD::STRICT_FMAXNUM",
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 791 ISD::STRICT_FMAXNUM, in AArch64TargetLowering() 871 ISD::STRICT_FROUND, ISD::STRICT_FMINNUM, ISD::STRICT_FMAXNUM, in AArch64TargetLowering() 1200 ISD::STRICT_FROUNDEVEN, ISD::STRICT_FMINNUM, ISD::STRICT_FMAXNUM, in AArch64TargetLowering() 1915 ISD::STRICT_FMAXNUM, ISD::STRICT_FADD, ISD::STRICT_FSUB, in addTypeForNEON()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 1154 setOperationAction(ISD::STRICT_FMAXNUM, MVT::v4f32, Legal); in PPCTargetLowering() 1168 setOperationAction(ISD::STRICT_FMAXNUM, MVT::v2f64, Legal); in PPCTargetLowering()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 666 setOperationAction(ISD::STRICT_FMAXNUM, VT, Legal); in SystemZTargetLowering()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 688 setOperationAction(ISD::STRICT_FMAXNUM, MVT::f16, Promote); in X86TargetLowering()
|