Home
last modified time | relevance | path

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

12

/freebsd/contrib/one-true-awk/
H A Dawk.h146 #define FLOG 4 macro
H A Dlex.c74 { "log", FLOG, BLTIN },
H A Drun.c2082 case FLOG: in bltin()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def82 DAG_FUNCTION(log, 1, 1, experimental_constrained_log, FLOG)
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h981 FLOG, enumerator
H A DBasicTTIImpl.h2010 ISD = ISD::FLOG; in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp248 case ISD::FLOG: return "flog"; in getOperationName()
H A DLegalizeFloatTypes.cpp103 case ISD::FLOG: R = SoftenFloatRes_FLOG(N); break; in SoftenFloatResult()
1433 case ISD::FLOG: ExpandFloatRes_FLOG(N, Lo, Hi); break; in ExpandFloatResult()
2609 case ISD::FLOG: in PromoteFloatResult()
3050 case ISD::FLOG: in SoftPromoteHalfResult()
H A DLegalizeVectorOps.cpp414 case ISD::FLOG: in LegalizeOp()
H A DLegalizeVectorTypes.cpp102 case ISD::FLOG: in ScalarizeVectorResult()
1178 case ISD::FLOG: in SplitVectorResult()
4540 case ISD::FLOG: in WidenVectorResult()
H A DLegalizeDAG.cpp4575 case ISD::FLOG: in ConvertNodeToLibcall()
5550 case ISD::FLOG: in PromoteNode()
H A DSelectionDAGBuilder.cpp5600 return DAG.getNode(ISD::FLOG, dl, Op.getValueType(), Op, Flags); in expandLog()
H A DSelectionDAG.cpp5450 case ISD::FLOG: in isKnownNeverNaN()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp402 {ISD::FLOG, ISD::FLOG10, ISD::FEXP, ISD::FEXP2, ISD::FEXP10}, MVT::f32, in AMDGPUTargetLowering()
418 setOperationAction({ISD::FLOG10, ISD::FLOG, ISD::FEXP, ISD::FEXP10}, MVT::f16, in AMDGPUTargetLowering()
534 ISD::FLOG, ISD::FLOG10, ISD::FPOW, in AMDGPUTargetLowering()
1392 case ISD::FLOG: in LowerOperation()
1432 case ISD::FLOG: in ReplaceNodeResults()
2698 assert(IsLog10 || Op.getOpcode() == ISD::FLOG); in LowerFLOGCommon()
H A DAMDGPUISelDAGToDAG.cpp154 case ISD::FLOG: in fp16SrcZerosHighBits()
H A DSIISelLowering.cpp213 ISD::FLDEXP, ISD::FFREXP, ISD::FLOG, ISD::FLOG2, in SITargetLowering()
476 setOperationAction({ISD::FLOG, ISD::FEXP, ISD::FLOG10}, MVT::f16, Custom); in SITargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp827 setOperationAction({ISD::FCBRT, ISD::FLOG, ISD::FLOG2, ISD::FLOG10, in initActions()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp262 for (auto Op : {ISD::FCOPYSIGN, ISD::FLOG, ISD::FLOG2, ISD::FLOG10, in WebAssemblyTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp381 setOperationAction(ISD::FLOG, VT, Expand); in addMVEVectorTypes()
884 setOperationAction(ISD::FLOG, MVT::v2f64, Expand); in ARMTargetLowering()
907 setOperationAction(ISD::FLOG, MVT::v4f32, Expand); in ARMTargetLowering()
925 setOperationAction(ISD::FLOG, MVT::v2f32, Expand); in ARMTargetLowering()
1067 setOperationAction(ISD::FLOG, MVT::f64, Expand); in ARMTargetLowering()
1551 setOperationAction(ISD::FLOG, MVT::f16, Promote); in ARMTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1506 // FLOG, FLOG2, FLOG10, FMAXNUM, FMINNUM, FNEARBYINT, FRINT, FROUND, TRAP, in HexagonTargetLowering()
1655 ISD::FCOS, ISD::FPOW, ISD::FLOG, ISD::FLOG2, in HexagonTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp150 setOperationAction(ISD::FLOG, MVT::f16, Promote); in MipsSETargetLowering()
H A DMipsISelLowering.cpp456 setOperationAction(ISD::FLOG, MVT::f32, Expand); in MipsTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp416 setOperationAction(ISD::FLOG, MVT::f64, Custom); in PPCTargetLowering()
422 setOperationAction(ISD::FLOG, MVT::f32, Custom); in PPCTargetLowering()
856 setOperationAction(ISD::FLOG, VT, Expand); in PPCTargetLowering()
11799 case ISD::FLOG: return lowerLog(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp740 ISD::FEXP10, ISD::FLOG, ISD::FLOG2, in AArch64TargetLowering()
1191 ISD::FPOW, ISD::FLOG, ISD::FLOG2, in AArch64TargetLowering()
1639 setOperationAction(ISD::FLOG, VT, Expand); in AArch64TargetLowering()
1850 setOperationAction(ISD::FLOG, VT, Expand); in addTypeForNEON()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp507 ISD::FEXP2, ISD::FEXP10, ISD::FLOG, ISD::FLOG2, in RISCVTargetLowering()
1001 setOperationAction(ISD::FLOG, VT, Expand); in RISCVTargetLowering()

12