Home
last modified time | relevance | path

Searched refs:STRICT_FMAXIMUM (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h449 STRICT_FMAXIMUM, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp205 case ISD::STRICT_FMAXIMUM: return "strict_fmaximum"; in getOperationName()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td640 def strict_fmaximum : SDNode<"ISD::STRICT_FMAXIMUM",
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp793 ISD::STRICT_FMAXIMUM, in AArch64TargetLowering()
872 ISD::STRICT_FMINIMUM, ISD::STRICT_FMAXIMUM, ISD::STRICT_LROUND, in AArch64TargetLowering()
1201 ISD::STRICT_FMINIMUM, ISD::STRICT_FMAXIMUM}) in AArch64TargetLowering()
1914 ISD::STRICT_FMINIMUM, ISD::STRICT_FMAXIMUM, ISD::STRICT_FMINNUM, in addTypeForNEON()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp668 setOperationAction(ISD::STRICT_FMAXIMUM, VT, Legal); in SystemZTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp690 setOperationAction(ISD::STRICT_FMAXIMUM, MVT::f16, Promote); in X86TargetLowering()