Home
last modified time | relevance | path

Searched refs:FLOG (Results 1 – 25 of 27) 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.c2085 case FLOG: in bltin()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DZOSLibcallNames.def49 HANDLE_LIBCALL(LOG_F32, "@@FLOG@B")
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def78 DAG_FUNCTION(log, 1, 1, experimental_constrained_log, FLOG)
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h944 FLOG, enumerator
H A DBasicTTIImpl.h1896 ISD = ISD::FLOG; in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp228 case ISD::FLOG: return "flog"; in getOperationName()
H A DLegalizeFloatTypes.cpp94 case ISD::FLOG: R = SoftenFloatRes_FLOG(N); break; in SoftenFloatResult()
1323 case ISD::FLOG: ExpandFloatRes_FLOG(N, Lo, Hi); break; in ExpandFloatResult()
2409 case ISD::FLOG: in PromoteFloatResult()
2817 case ISD::FLOG: in SoftPromoteHalfResult()
H A DLegalizeVectorOps.cpp398 case ISD::FLOG: in LegalizeOp()
H A DLegalizeVectorTypes.cpp93 case ISD::FLOG: in ScalarizeVectorResult()
1086 case ISD::FLOG: in SplitVectorResult()
4276 case ISD::FLOG: in WidenVectorResult()
H A DLegalizeDAG.cpp4440 case ISD::FLOG: in ConvertNodeToLibcall()
5365 case ISD::FLOG: in PromoteNode()
H A DSelectionDAGBuilder.cpp5362 return DAG.getNode(ISD::FLOG, dl, Op.getValueType(), Op, Flags); in expandLog()
/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()
483 ISD::FLOG, ISD::FLOG10, ISD::FPOW, in AMDGPUTargetLowering()
1351 case ISD::FLOG: in LowerOperation()
1391 case ISD::FLOG: in ReplaceNodeResults()
2657 assert(IsLog10 || Op.getOpcode() == ISD::FLOG); in LowerFLOGCommon()
H A DAMDGPUISelDAGToDAG.cpp158 case ISD::FLOG: in fp16SrcZerosHighBits()
H A DSIISelLowering.cpp212 ISD::FLDEXP, ISD::FFREXP, ISD::FLOG, ISD::FLOG2, in SITargetLowering()
475 setOperationAction({ISD::FLOG, ISD::FEXP, ISD::FLOG10}, MVT::f16, 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.cpp250 for (auto Op : {ISD::FCOPYSIGN, ISD::FLOG, ISD::FLOG2, ISD::FLOG10, in WebAssemblyTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp369 setOperationAction(ISD::FLOG, VT, Expand); in addMVEVectorTypes()
879 setOperationAction(ISD::FLOG, MVT::v2f64, Expand); in ARMTargetLowering()
901 setOperationAction(ISD::FLOG, MVT::v4f32, Expand); in ARMTargetLowering()
918 setOperationAction(ISD::FLOG, MVT::v2f32, Expand); in ARMTargetLowering()
1060 setOperationAction(ISD::FLOG, MVT::f64, Expand); in ARMTargetLowering()
1549 setOperationAction(ISD::FLOG, MVT::f16, Promote); in ARMTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp150 setOperationAction(ISD::FLOG, MVT::f16, Promote); in MipsSETargetLowering()
H A DMipsISelLowering.cpp435 setOperationAction(ISD::FLOG, MVT::f32, Expand); in MipsTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1635 ISD::FCOS, ISD::FPOW, ISD::FLOG, ISD::FLOG2, in HexagonTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp406 setOperationAction(ISD::FLOG, MVT::f64, Custom); in PPCTargetLowering()
412 setOperationAction(ISD::FLOG, MVT::f32, Custom); in PPCTargetLowering()
846 setOperationAction(ISD::FLOG, VT, Expand); in PPCTargetLowering()
11606 case ISD::FLOG: return lowerLog(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp685 ISD::FLOG, ISD::FLOG2, ISD::FLOG10, in AArch64TargetLowering()
1501 setOperationAction(ISD::FLOG, VT, Expand); in AArch64TargetLowering()
1686 setOperationAction(ISD::FLOG, VT, Expand); in addTypeForNEON()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp498 ISD::FEXP2, ISD::FEXP10, ISD::FLOG, ISD::FLOG2, in RISCVTargetLowering()
967 setOperationAction(ISD::FLOG, VT, Expand); in RISCVTargetLowering()

12