Home
last modified time | relevance | path

Searched refs:FFREXP (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h979 FFREXP, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp313 case ISD::FFREXP: return "ffrexp"; in getOperationName()
H A DLegalizeFloatTypes.cpp127 case ISD::FFREXP: R = SoftenFloatRes_FFREXP(N); break; in SoftenFloatResult()
2644 case ISD::FFREXP: R = PromoteFloatRes_FFREXP(N); break; in PromoteFloatResult()
3085 case ISD::FFREXP: R = SoftPromoteHalfRes_FFREXP(N); break; in SoftPromoteHalfResult()
H A DLegalizeDAG.cpp3677 case ISD::FFREXP: { in ExpandNode()
4657 case ISD::FFREXP: { in ConvertNodeToLibcall()
5521 case ISD::FFREXP: { in PromoteNode()
5523 Tmp2 = DAG.getNode(ISD::FFREXP, dl, {NVT, Node->getValueType(1)}, Tmp1); in PromoteNode()
H A DLegalizeVectorOps.cpp448 case ISD::FFREXP: in LegalizeOp()
H A DLegalizeVectorTypes.cpp134 case ISD::FFREXP: in ScalarizeVectorResult()
1223 case ISD::FFREXP: in SplitVectorResult()
H A DLegalizeIntegerTypes.cpp328 case ISD::FFREXP: in PromoteIntegerResult()
H A DSelectionDAGBuilder.cpp6903 DAG.getNode(ISD::FFREXP, sdl, VTs, getValue(I.getArgOperand(0)))); in visitIntrinsicCall()
H A DSelectionDAG.cpp10260 case ISD::FFREXP: { in getNode()
H A DDAGCombiner.cpp1948 case ISD::FFREXP: return visitFFREXP(N); in visit()
18060 return DAG.getNode(ISD::FFREXP, SDLoc(N), N->getVTList(), N0); in visitFFREXP()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp763 setOperationAction({ISD::FROUND, ISD::FPOWI, ISD::FLDEXP, ISD::FFREXP}, VT, in initActions()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp213 ISD::FLDEXP, ISD::FFREXP, ISD::FLOG, ISD::FLOG2, in SITargetLowering()
538 setOperationAction(ISD::FFREXP, {MVT::f32, MVT::f64}, Custom); in SITargetLowering()
610 setOperationAction(ISD::FFREXP, MVT::f16, Custom); in SITargetLowering()
5777 case ISD::FFREXP: return LowerFFREXP(Op, DAG); in LowerOperation()
H A DAMDGPUISelLowering.cpp2556 case ISD::FFREXP: in valueIsKnownNeverF32Denorm()
/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.cpp2501 for (ISD::NodeType Op : {ISD::FLDEXP, ISD::STRICT_FLDEXP, ISD::FFREXP}) in X86TargetLowering()