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.c2090 case FEXP: in bltin()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def79 DAG_FUNCTION(exp, 1, 1, experimental_constrained_exp, FEXP)
H A DRuntimeLibcalls.td2215 def zos___FEXP_B : RuntimeLibcallImpl<EXP_F32, "@@FEXP@B">;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1030 FEXP, enumerator
H A DBasicTTIImpl.h2286 ISD = ISD::FEXP; in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp811 ISD::FLOG10, ISD::FEXP, in initActions()
1922 return ISD::FEXP; in IntrinsicIDToISD()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp259 case ISD::FEXP: return "fexp"; in getOperationName()
H A DLegalizeFloatTypes.cpp102 case ISD::FEXP: R = SoftenFloatRes_FEXP(N); break; in SoftenFloatResult()
1583 case ISD::FEXP: ExpandFloatRes_FEXP(N, Lo, Hi); break; in ExpandFloatResult()
2839 case ISD::FEXP: in PromoteFloatResult()
3324 case ISD::FEXP: in SoftPromoteHalfResult()
H A DLegalizeVectorOps.cpp431 case ISD::FEXP: in LegalizeOp()
H A DLegalizeVectorTypes.cpp100 case ISD::FEXP: in ScalarizeVectorResult()
1221 case ISD::FEXP: in SplitVectorResult()
4906 case ISD::FEXP: in WidenVectorResult()
H A DLegalizeDAG.cpp4782 case ISD::FEXP: in ConvertNodeToLibcall()
5813 case ISD::FEXP: in PromoteNode()
H A DSelectionDAGBuilder.cpp5593 return DAG.getNode(ISD::FEXP, dl, Op.getValueType(), Op, Flags); in expandExp()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp405 {ISD::FLOG, ISD::FLOG10, ISD::FEXP, ISD::FEXP2, ISD::FEXP10}, MVT::f32, in AMDGPUTargetLowering()
425 setOperationAction({ISD::FLOG10, ISD::FLOG, ISD::FEXP, ISD::FEXP10}, MVT::f16, in AMDGPUTargetLowering()
545 ISD::FDIV, ISD::FEXP2, ISD::FEXP, in AMDGPUTargetLowering()
1452 case ISD::FEXP: in LowerOperation()
1498 case ISD::FEXP: in ReplaceNodeResults()
H A DAMDGPUISelDAGToDAG.cpp153 case ISD::FEXP: in fp16SrcZerosHighBits()
H A DSIISelLowering.cpp221 ISD::FLOG10, ISD::FEXP, ISD::FEXP2, ISD::FEXP10, in SITargetLowering()
491 setOperationAction({ISD::FLOG, ISD::FEXP, ISD::FLOG10}, MVT::f16, Custom); in SITargetLowering()
835 setOperationAction(ISD::FEXP, MVT::v2f16, Custom); in SITargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp287 ISD::FEXP, ISD::FEXP2}) in WebAssemblyTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp394 setOperationAction(ISD::FEXP, VT, Expand); in addMVEVectorTypes()
877 setOperationAction(ISD::FEXP, MVT::v2f64, Expand); in ARMTargetLowering()
900 setOperationAction(ISD::FEXP, MVT::v4f32, Expand); in ARMTargetLowering()
919 setOperationAction(ISD::FEXP, MVT::v2f32, Expand); in ARMTargetLowering()
1068 setOperationAction(ISD::FEXP, MVT::f64, Expand); in ARMTargetLowering()
1507 setOperationAction(ISD::FEXP, MVT::f16, Promote); in ARMTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp187 setOperationAction(ISD::FEXP, MVT::f16, Promote); in MipsSETargetLowering()
H A DMipsISelLowering.cpp467 setOperationAction(ISD::FEXP, MVT::f32, Expand); in MipsTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1725 ISD::FLOG10, ISD::FEXP, ISD::FEXP2, ISD::FCEIL, ISD::FTRUNC, in HexagonTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp426 setOperationAction(ISD::FEXP, MVT::f64, Custom); in PPCTargetLowering()
432 setOperationAction(ISD::FEXP, MVT::f32, Custom); in PPCTargetLowering()
868 setOperationAction(ISD::FEXP, VT, Expand); in PPCTargetLowering()
12548 case ISD::FEXP: return lowerExp(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp754 ISD::FTAN, ISD::FEXP, ISD::FEXP2, in AArch64TargetLowering()
1242 ISD::FLOG10, ISD::FEXP, ISD::FEXP2, in AArch64TargetLowering()
1731 setOperationAction(ISD::FEXP, VT, Expand); in AArch64TargetLowering()
2022 setOperationAction(ISD::FEXP, VT, Expand); in addTypeForNEON()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp537 ISD::FCOS, ISD::FSIN, ISD::FSINCOS, ISD::FEXP, in RISCVTargetLowering()
774 ISD::FREM, ISD::FPOW, ISD::FCOS, ISD::FSIN, ISD::FSINCOS, ISD::FEXP, in RISCVTargetLowering()

12