Home
last modified time | relevance | path

Searched refs:FEXP2 (Results 1 – 21 of 21) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h585 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator
H A DBasicTTIImpl.h1167 ISDs.push_back(ISD::FEXP2);
H A DTargetLowering.h856 case ISD::STRICT_FEXP2: EqOpc = ISD::FEXP2; break; in getStrictFPOperationAction()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp209 case ISD::FEXP2: return "fexp2"; in getOperationName()
H A DLegalizeFloatTypes.cpp85 case ISD::FEXP2: R = SoftenFloatRes_FEXP2(N); break; in SoftenFloatResult()
1079 case ISD::FEXP2: ExpandFloatRes_FEXP2(N, Lo, Hi); break; in ExpandFloatResult()
1896 case ISD::FEXP2: in PromoteFloatResult()
H A DLegalizeVectorOps.cpp401 case ISD::FEXP2: in LegalizeOp()
H A DLegalizeVectorTypes.cpp84 case ISD::FEXP2: in ScalarizeVectorResult()
769 case ISD::FEXP2: in SplitVectorResult()
2512 case ISD::FEXP2: in WidenVectorResult()
H A DLegalizeDAG.cpp3914 case ISD::FEXP2: in ConvertNodeToLibcall()
4379 case ISD::FEXP2: in PromoteNode()
H A DSelectionDAG.cpp3844 case ISD::FEXP2: in isKnownNeverNaN()
7649 case ISD::STRICT_FEXP2: NewOpc = ISD::FEXP2; IsUnary = true; break; in mutateStrictFPToFP()
H A DSelectionDAGBuilder.cpp4843 return DAG.getNode(ISD::FEXP2, dl, Op.getValueType(), Op); in expandExp2()
7125 if (visitUnaryFloatCall(I, ISD::FEXP2)) in visitCall()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp153 setOperationAction(ISD::FEXP2, MVT::f16, Promote); in MipsSETargetLowering()
384 setOperationAction(ISD::FEXP2, Ty, Legal); in addMSAFloatType()
1856 DAG.getNode(ISD::FEXP2, SDLoc(Op), ResTy, Op->getOperand(2))); in lowerINTRINSIC_WO_CHAIN()
H A DMipsMSAInstrInfo.td2044 // 1.0 when we only need to match ISD::FEXP2.
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp684 setOperationAction(ISD::FEXP2, VT, Expand); in initActions()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp303 setOperationAction(ISD::FEXP2, MVT::f32, Legal); in AMDGPUTargetLowering()
450 setOperationAction(ISD::FEXP2, VT, Expand); in AMDGPUTargetLowering()
2261 return DAG.getNode(ISD::FEXP2, SL, VT, Mul, Op->getFlags()); in lowerFEXP()
H A DSIISelLowering.cpp7623 case ISD::FEXP2: in fp16SrcZerosHighBits()
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td437 def fexp2 : SDNode<"ISD::FEXP2" , SDTFPUnaryOp>;
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp356 setOperationAction(ISD::FEXP2, MVT::f16, Promote); in AArch64TargetLowering()
357 setOperationAction(ISD::FEXP2, MVT::v4f16, Expand); in AArch64TargetLowering()
358 setOperationAction(ISD::FEXP2, MVT::v8f16, Expand); in AArch64TargetLowering()
772 setOperationAction(ISD::FEXP2, VT, Expand); in addTypeForNEON()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1424 ISD::FLOG10, ISD::FEXP, ISD::FEXP2, ISD::FCEIL, ISD::FTRUNC, in HexagonTargetLowering()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp598 setOperationAction(ISD::FEXP2, MVT::v2f64, Expand); in ARMTargetLowering()
615 setOperationAction(ISD::FEXP2, MVT::v4f32, Expand); in ARMTargetLowering()
631 setOperationAction(ISD::FEXP2, MVT::v2f32, Expand); in ARMTargetLowering()
757 setOperationAction(ISD::FEXP2, MVT::f64, Expand); in ARMTargetLowering()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp606 setOperationAction(ISD::FEXP2, VT, Expand); in PPCTargetLowering()
921 setOperationAction(ISD::FEXP2 , MVT::v4f64, Expand); in PPCTargetLowering()
966 setOperationAction(ISD::FEXP2 , MVT::v4f32, Expand); in PPCTargetLowering()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp682 setOperationAction(ISD::FEXP2, MVT::f80, Expand); in X86TargetLowering()
699 setOperationAction(ISD::FEXP2, VT, Expand); in X86TargetLowering()