Home
last modified time | relevance | path

Searched refs:STRICT_FEXP2 (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h432 STRICT_FEXP2, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp246 case ISD::STRICT_FEXP2: return "strict_fexp2"; in getOperationName()
H A DLegalizeFloatTypes.cpp97 case ISD::STRICT_FEXP2: in SoftenFloatResult()
1427 case ISD::STRICT_FEXP2: in ExpandFloatResult()
H A DLegalizeDAG.cpp4596 case ISD::STRICT_FEXP2: in ConvertNodeToLibcall()
5585 case ISD::STRICT_FEXP2: in PromoteNode()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td601 def strict_fexp2 : SDNode<"ISD::STRICT_FEXP2",
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp745 ISD::STRICT_FEXP, ISD::STRICT_FEXP2, ISD::STRICT_FLOG, in AArch64TargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp698 setOperationAction(ISD::STRICT_FEXP2, MVT::f16, Promote); in X86TargetLowering()