Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDISDOpcodes.h449 STRICT_FMAXIMUM, enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGDumper.cpp205 case ISD::STRICT_FMAXIMUM: return "strict_fmaximum"; in getOperationName()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetSelectionDAG.td640 def strict_fmaximum : SDNode<"ISD::STRICT_FMAXIMUM",
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.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-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZISelLowering.cpp668 setOperationAction(ISD::STRICT_FMAXIMUM, VT, Legal); in SystemZTargetLowering()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp690 setOperationAction(ISD::STRICT_FMAXIMUM, MVT::f16, Promote); in X86TargetLowering()