Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/one-true-awk/
H A Dawk.h141 #define FEXP 3 macro
H A Dlex.c61 { "exp", FEXP, BLTIN },
H A Drun.c1630 case FEXP: in bltin()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def74 DAG_FUNCTION(exp, 1, 1, experimental_constrained_exp, FEXP)
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h877 FEXP, enumerator
H A DBasicTTIImpl.h1572 ISDs.push_back(ISD::FEXP); in getTypeBasedIntrinsicInstrCost()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp217 case ISD::FEXP: return "fexp"; in getOperationName()
H A DLegalizeFloatTypes.cpp86 case ISD::FEXP: R = SoftenFloatRes_FEXP(N); break; in SoftenFloatResult()
1210 case ISD::FEXP: ExpandFloatRes_FEXP(N, Lo, Hi); break; in ExpandFloatResult()
2235 case ISD::FEXP: in PromoteFloatResult()
2599 case ISD::FEXP: in SoftPromoteHalfResult()
H A DLegalizeVectorOps.cpp423 case ISD::FEXP: in LegalizeOp()
H A DLegalizeVectorTypes.cpp84 case ISD::FEXP: in ScalarizeVectorResult()
978 case ISD::FEXP: in SplitVectorResult()
3113 case ISD::FEXP: in WidenVectorResult()
H A DLegalizeDAG.cpp3979 case ISD::FEXP: in ConvertNodeToLibcall()
4731 case ISD::FEXP: in PromoteNode()
H A DSelectionDAG.cpp4348 case ISD::FEXP: in isKnownNeverNaN()
H A DSelectionDAGBuilder.cpp5015 return DAG.getNode(ISD::FEXP, dl, Op.getValueType(), Op, Flags); in expandExp()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp892 setOperationAction(ISD::FEXP , VT, Expand); in initActions()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp340 setOperationAction(ISD::FEXP, MVT::f32, Custom); in AMDGPUTargetLowering()
510 setOperationAction(ISD::FEXP, VT, Expand); in AMDGPUTargetLowering()
1302 case ISD::FEXP: in LowerOperation()
H A DAMDGPUISelDAGToDAG.cpp431 case ISD::FEXP: in fp16SrcZerosHighBits()
H A DSIISelLowering.cpp449 setOperationAction(ISD::FEXP, MVT::f16, Custom); in SITargetLowering()
764 setOperationAction(ISD::FEXP, MVT::v2f16, Custom); in SITargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp231 ISD::FEXP, ISD::FEXP2, ISD::FRINT}) in WebAssemblyTargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp363 setOperationAction(ISD::FEXP, VT, Expand); in addMVEVectorTypes()
845 setOperationAction(ISD::FEXP, MVT::v2f64, Expand); in ARMTargetLowering()
866 setOperationAction(ISD::FEXP, MVT::v4f32, Expand); in ARMTargetLowering()
882 setOperationAction(ISD::FEXP, MVT::v2f32, Expand); in ARMTargetLowering()
1030 setOperationAction(ISD::FEXP, MVT::f64, Expand); in ARMTargetLowering()
1480 setOperationAction(ISD::FEXP, MVT::f16, Promote); in ARMTargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp361 setOperationAction(ISD::FEXP, VT, Expand); in AArch64TargetLowering()
598 setOperationAction(ISD::FEXP, MVT::f16, Promote); in AArch64TargetLowering()
599 setOperationAction(ISD::FEXP, MVT::v4f16, Expand); in AArch64TargetLowering()
600 setOperationAction(ISD::FEXP, MVT::v8f16, Expand); in AArch64TargetLowering()
1417 setOperationAction(ISD::FEXP, VT, Expand); in addTypeForNEON()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1643 ISD::FLOG10, ISD::FEXP, ISD::FEXP2, ISD::FCEIL, ISD::FTRUNC, in HexagonTargetLowering()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp796 setOperationAction(ISD::FEXP, MVT::f80, Expand); in X86TargetLowering()
813 setOperationAction(ISD::FEXP, VT, Expand); in X86TargetLowering()
1997 ISD::FEXP, ISD::STRICT_FEXP, in X86TargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp805 setOperationAction(ISD::FEXP, VT, Expand); in PPCTargetLowering()