Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDISDOpcodes.h310 STRICT_FRINT, STRICT_FNEARBYINT, STRICT_FMAXNUM, STRICT_FMINNUM, enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGDumper.cpp185 case ISD::STRICT_FMAXNUM: return "strict_fmaxnum"; in getOperationName()
HDLegalizeFloatTypes.cpp70 case ISD::STRICT_FMAXNUM: in SoftenFloatResult()
1132 case ISD::STRICT_FMAXNUM: in ExpandFloatResult()
HDLegalizeDAG.cpp3944 case ISD::STRICT_FMAXNUM: in ConvertNodeToLibcall()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetSelectionDAG.td532 def strict_fmaxnum : SDNode<"ISD::STRICT_FMAXNUM",
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZISelLowering.cpp584 setOperationAction(ISD::STRICT_FMAXNUM, VT, Legal); in SystemZTargetLowering()