Home
last modified time | relevance | path

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

12

/freebsd/contrib/one-true-awk/
H A Dawk.h145 #define FEXP 3 macro
H A Dlex.c61 { "exp", FEXP, BLTIN },
H A Drun.c2091 case FEXP: in bltin()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DZOSLibcallNames.def82 HANDLE_LIBCALL(EXP_F32, "@@FEXP@B")
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def74 DAG_FUNCTION(exp, 1, 1, experimental_constrained_exp, FEXP)
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h947 FEXP, enumerator
H A DBasicTTIImpl.h1887 ISD = ISD::FEXP; in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp223 case ISD::FEXP: return "fexp"; in getOperationName()
H A DLegalizeFloatTypes.cpp87 case ISD::FEXP: R = SoftenFloatRes_FEXP(N); break; in SoftenFloatResult()
1316 case ISD::FEXP: ExpandFloatRes_FEXP(N, Lo, Hi); break; in ExpandFloatResult()
2405 case ISD::FEXP: in PromoteFloatResult()
2813 case ISD::FEXP: in SoftPromoteHalfResult()
H A DLegalizeVectorOps.cpp401 case ISD::FEXP: in LegalizeOp()
H A DLegalizeVectorTypes.cpp89 case ISD::FEXP: in ScalarizeVectorResult()
1081 case ISD::FEXP: in SplitVectorResult()
4272 case ISD::FEXP: in WidenVectorResult()
H A DLegalizeDAG.cpp4455 case ISD::FEXP: in ConvertNodeToLibcall()
5369 case ISD::FEXP: in PromoteNode()
H A DSelectionDAGBuilder.cpp5263 return DAG.getNode(ISD::FEXP, dl, Op.getValueType(), Op, Flags); in expandExp()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp351 {ISD::FLOG, ISD::FLOG10, ISD::FEXP, ISD::FEXP2, ISD::FEXP10}, MVT::f32, in AMDGPUTargetLowering()
367 setOperationAction({ISD::FLOG10, ISD::FLOG, ISD::FEXP, ISD::FEXP10}, MVT::f16, in AMDGPUTargetLowering()
481 ISD::FDIV, ISD::FEXP2, ISD::FEXP, in AMDGPUTargetLowering()
1354 case ISD::FEXP: in LowerOperation()
1400 case ISD::FEXP: in ReplaceNodeResults()
H A DAMDGPUISelDAGToDAG.cpp161 case ISD::FEXP: in fp16SrcZerosHighBits()
H A DSIISelLowering.cpp213 ISD::FLOG10, ISD::FEXP, ISD::FEXP2, ISD::FEXP10, in SITargetLowering()
475 setOperationAction({ISD::FLOG, ISD::FEXP, ISD::FLOG10}, MVT::f16, Custom); in SITargetLowering()
807 setOperationAction(ISD::FEXP, MVT::v2f16, Custom); in SITargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp935 setOperationAction({ISD::FCBRT, ISD::FLOG, ISD::FLOG2, ISD::FLOG10, ISD::FEXP, in initActions()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp251 ISD::FEXP, ISD::FEXP2}) in WebAssemblyTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp372 setOperationAction(ISD::FEXP, VT, Expand); in addMVEVectorTypes()
882 setOperationAction(ISD::FEXP, MVT::v2f64, Expand); in ARMTargetLowering()
904 setOperationAction(ISD::FEXP, MVT::v4f32, Expand); in ARMTargetLowering()
921 setOperationAction(ISD::FEXP, MVT::v2f32, Expand); in ARMTargetLowering()
1063 setOperationAction(ISD::FEXP, MVT::f64, Expand); in ARMTargetLowering()
1546 setOperationAction(ISD::FEXP, MVT::f16, Promote); in ARMTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp148 setOperationAction(ISD::FEXP, MVT::f16, Promote); in MipsSETargetLowering()
H A DMipsISelLowering.cpp438 setOperationAction(ISD::FEXP, MVT::f32, Expand); in MipsTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1636 ISD::FLOG10, ISD::FEXP, ISD::FEXP2, ISD::FCEIL, ISD::FTRUNC, in HexagonTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp408 setOperationAction(ISD::FEXP, MVT::f64, Custom); in PPCTargetLowering()
414 setOperationAction(ISD::FEXP, MVT::f32, Custom); in PPCTargetLowering()
849 setOperationAction(ISD::FEXP, VT, Expand); in PPCTargetLowering()
11608 case ISD::FEXP: return lowerExp(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp684 ISD::FEXP, ISD::FEXP2, ISD::FEXP10, in AArch64TargetLowering()
1498 setOperationAction(ISD::FEXP, VT, Expand); in AArch64TargetLowering()
1689 setOperationAction(ISD::FEXP, VT, Expand); in addTypeForNEON()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp497 ISD::FCOS, ISD::FSIN, ISD::FSINCOS, ISD::FEXP, in RISCVTargetLowering()
964 setOperationAction(ISD::FEXP, VT, Expand); in RISCVTargetLowering()

12