Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstrainedOps.def74 DAG_FUNCTION(exp, 1, 1, experimental_constrained_exp, FEXP)
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h867 FEXP, enumerator
H A DBasicTTIImpl.h1535 ISDs.push_back(ISD::FEXP); in getTypeBasedIntrinsicInstrCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp217 case ISD::FEXP: return "fexp"; in getOperationName()
H A DLegalizeFloatTypes.cpp83 case ISD::FEXP: R = SoftenFloatRes_FEXP(N); break; in SoftenFloatResult()
1202 case ISD::FEXP: ExpandFloatRes_FEXP(N, Lo, Hi); break; in ExpandFloatResult()
2230 case ISD::FEXP: in PromoteFloatResult()
2594 case ISD::FEXP: in SoftPromoteHalfResult()
H A DLegalizeVectorOps.cpp423 case ISD::FEXP: in LegalizeOp()
H A DLegalizeVectorTypes.cpp84 case ISD::FEXP: in ScalarizeVectorResult()
977 case ISD::FEXP: in SplitVectorResult()
3109 case ISD::FEXP: in WidenVectorResult()
H A DLegalizeDAG.cpp3992 case ISD::FEXP: in ConvertNodeToLibcall()
4742 case ISD::FEXP: in PromoteNode()
H A DSelectionDAG.cpp4296 case ISD::FEXP: in isKnownNeverNaN()
H A DSelectionDAGBuilder.cpp5014 return DAG.getNode(ISD::FEXP, dl, Op.getValueType(), Op, Flags); in expandExp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp866 setOperationAction(ISD::FEXP , VT, Expand); in initActions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp309 setOperationAction(ISD::FEXP, MVT::f32, Custom); in AMDGPUTargetLowering()
469 setOperationAction(ISD::FEXP, VT, Expand); in AMDGPUTargetLowering()
1255 case ISD::FEXP: in LowerOperation()
H A DSIISelLowering.cpp409 setOperationAction(ISD::FEXP, MVT::f16, Custom); in SITargetLowering()
724 setOperationAction(ISD::FEXP, MVT::v2f16, Custom); in SITargetLowering()
9372 case ISD::FEXP: in fp16SrcZerosHighBits()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp211 ISD::FEXP, ISD::FEXP2, ISD::FRINT}) in WebAssemblyTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp372 setOperationAction(ISD::FEXP, VT, Expand); in addMVEVectorTypes()
847 setOperationAction(ISD::FEXP, MVT::v2f64, Expand); in ARMTargetLowering()
868 setOperationAction(ISD::FEXP, MVT::v4f32, Expand); in ARMTargetLowering()
884 setOperationAction(ISD::FEXP, MVT::v2f32, Expand); in ARMTargetLowering()
1027 setOperationAction(ISD::FEXP, MVT::f64, Expand); in ARMTargetLowering()
1473 setOperationAction(ISD::FEXP, MVT::f16, Promote); in ARMTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp354 setOperationAction(ISD::FEXP, VT, Expand); in AArch64TargetLowering()
591 setOperationAction(ISD::FEXP, MVT::f16, Promote); in AArch64TargetLowering()
592 setOperationAction(ISD::FEXP, MVT::v4f16, Expand); in AArch64TargetLowering()
593 setOperationAction(ISD::FEXP, MVT::v8f16, Expand); in AArch64TargetLowering()
1370 setOperationAction(ISD::FEXP, VT, Expand); in addTypeForNEON()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1640 ISD::FLOG10, ISD::FEXP, ISD::FEXP2, ISD::FCEIL, ISD::FTRUNC, in HexagonTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp152 setOperationAction(ISD::FEXP, MVT::f16, Promote); in MipsSETargetLowering()
H A DMipsISelLowering.cpp444 setOperationAction(ISD::FEXP, MVT::f32, Expand); in MipsTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp798 setOperationAction(ISD::FEXP, VT, Expand); in PPCTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp795 setOperationAction(ISD::FEXP, MVT::f80, Expand); in X86TargetLowering()
812 setOperationAction(ISD::FEXP, VT, Expand); in X86TargetLowering()
1994 ISD::FEXP, ISD::STRICT_FEXP, in X86TargetLowering()