Home
last modified time | relevance | path

Searched refs:STRICT_FLDEXP (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h421 STRICT_FLDEXP, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp312 case ISD::STRICT_FLDEXP: return "strict_fldexp"; in getOperationName()
H A DLegalizeDAG.cpp2418 if (Node->getOpcode() == ISD::STRICT_FLDEXP) // TODO in expandLdexp()
3661 case ISD::STRICT_FLDEXP: { in ExpandNode()
3671 if (Node->getOpcode() == ISD::STRICT_FLDEXP) in ExpandNode()
4653 case ISD::STRICT_FLDEXP: in ConvertNodeToLibcall()
H A DLegalizeFloatTypes.cpp126 case ISD::STRICT_FLDEXP: R = SoftenFloatRes_ExpOp(N); break; in SoftenFloatResult()
1452 case ISD::STRICT_FLDEXP: ExpandFloatRes_FLDEXP(N, Lo, Hi); break; in ExpandFloatResult()
H A DLegalizeIntegerTypes.cpp1999 case ISD::STRICT_FLDEXP: Res = PromoteIntOp_ExpOp(N); break; in PromoteIntegerOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp536 setOperationAction({ISD::FLDEXP, ISD::STRICT_FLDEXP}, {MVT::f32, MVT::f64}, in SITargetLowering()
609 setOperationAction({ISD::FLDEXP, ISD::STRICT_FLDEXP}, MVT::f16, Custom); in SITargetLowering()
5836 case ISD::STRICT_FLDEXP: in LowerOperation()
6712 bool IsStrict = Op.getOpcode() == ISD::STRICT_FLDEXP; in lowerFLDEXP()
6738 return DAG.getNode(ISD::STRICT_FLDEXP, DL, {VT, MVT::Other}, in lowerFLDEXP()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td605 def strict_fldexp : SDNode<"ISD::STRICT_FLDEXP",
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1586 for (ISD::NodeType Op : {ISD::FLDEXP, ISD::STRICT_FLDEXP, ISD::FFREXP}) in ARMTargetLowering()
1593 for (ISD::NodeType Op : {ISD::FLDEXP, ISD::STRICT_FLDEXP, ISD::FFREXP}) in ARMTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1806 for (ISD::NodeType Op : {ISD::FLDEXP, ISD::STRICT_FLDEXP, ISD::FFREXP}) in AArch64TargetLowering()
1813 for (ISD::NodeType Op : {ISD::FLDEXP, ISD::STRICT_FLDEXP, ISD::FFREXP}) in AArch64TargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp693 setOperationAction(ISD::STRICT_FLDEXP, MVT::f16, Promote); in X86TargetLowering()
2501 for (ISD::NodeType Op : {ISD::FLDEXP, ISD::STRICT_FLDEXP, ISD::FFREXP}) in X86TargetLowering()