Home
last modified time | relevance | path

Searched refs:STRICT_FMINIMUM (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h422 STRICT_FMINIMUM, enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp191 case ISD::STRICT_FMINIMUM: return "strict_fminimum"; in getOperationName()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/
DTargetSelectionDAG.td563 def strict_fminimum : SDNode<"ISD::STRICT_FMINIMUM",
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp595 setOperationAction(ISD::STRICT_FMINIMUM, VT, Legal); in SystemZTargetLowering()