Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/one-true-awk/
Dawk.h142 #define FLOG 4 macro
Dlex.c74 { "log", FLOG, BLTIN },
Drun.c1627 case FLOG: in bltin()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DConstrainedOps.def78 DAG_FUNCTION(log, 1, 1, experimental_constrained_log, FLOG)
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h874 FLOG, enumerator
DBasicTTIImpl.h1578 ISDs.push_back(ISD::FLOG); in getTypeBasedIntrinsicInstrCost()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp221 case ISD::FLOG: return "flog"; in getOperationName()
DLegalizeFloatTypes.cpp92 case ISD::FLOG: R = SoftenFloatRes_FLOG(N); break; in SoftenFloatResult()
1216 case ISD::FLOG: ExpandFloatRes_FLOG(N, Lo, Hi); break; in ExpandFloatResult()
2238 case ISD::FLOG: in PromoteFloatResult()
2602 case ISD::FLOG: in SoftPromoteHalfResult()
DLegalizeVectorOps.cpp420 case ISD::FLOG: in LegalizeOp()
DLegalizeVectorTypes.cpp87 case ISD::FLOG: in ScalarizeVectorResult()
981 case ISD::FLOG: in SplitVectorResult()
3116 case ISD::FLOG: in WidenVectorResult()
DLegalizeDAG.cpp3964 case ISD::FLOG: in ConvertNodeToLibcall()
4727 case ISD::FLOG: in PromoteNode()
DSelectionDAG.cpp4387 case ISD::FLOG: in isKnownNeverNaN()
DSelectionDAGBuilder.cpp5114 return DAG.getNode(ISD::FLOG, dl, Op.getValueType(), Op, Flags); in expandLog()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp889 setOperationAction(ISD::FLOG , VT, Expand); in initActions()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp338 setOperationAction(ISD::FLOG, MVT::f32, Custom); in AMDGPUTargetLowering()
513 setOperationAction(ISD::FLOG, VT, Expand); in AMDGPUTargetLowering()
1298 case ISD::FLOG: in LowerOperation()
DAMDGPUISelDAGToDAG.cpp428 case ISD::FLOG: in fp16SrcZerosHighBits()
DSIISelLowering.cpp448 setOperationAction(ISD::FLOG, MVT::f16, Custom); in SITargetLowering()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp230 for (auto Op : {ISD::FCOPYSIGN, ISD::FLOG, ISD::FLOG2, ISD::FLOG10, in WebAssemblyTargetLowering()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.cpp360 setOperationAction(ISD::FLOG, VT, Expand); in addMVEVectorTypes()
842 setOperationAction(ISD::FLOG, MVT::v2f64, Expand); in ARMTargetLowering()
863 setOperationAction(ISD::FLOG, MVT::v4f32, Expand); in ARMTargetLowering()
879 setOperationAction(ISD::FLOG, MVT::v2f32, Expand); in ARMTargetLowering()
1027 setOperationAction(ISD::FLOG, MVT::f64, Expand); in ARMTargetLowering()
1482 setOperationAction(ISD::FLOG, MVT::f16, Promote); in ARMTargetLowering()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp363 setOperationAction(ISD::FLOG, VT, Expand); in AArch64TargetLowering()
604 setOperationAction(ISD::FLOG, MVT::f16, Promote); in AArch64TargetLowering()
605 setOperationAction(ISD::FLOG, MVT::v4f16, Expand); in AArch64TargetLowering()
606 setOperationAction(ISD::FLOG, MVT::v8f16, Expand); in AArch64TargetLowering()
1414 setOperationAction(ISD::FLOG, VT, Expand); in addTypeForNEON()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1642 ISD::FCOS, ISD::FPOW, ISD::FLOG, ISD::FLOG2, in HexagonTargetLowering()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp154 setOperationAction(ISD::FLOG, MVT::f16, Promote); in MipsSETargetLowering()
DMipsISelLowering.cpp441 setOperationAction(ISD::FLOG, MVT::f32, Expand); in MipsTargetLowering()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp793 setOperationAction(ISD::FLOG, MVT::f80, Expand); in X86TargetLowering()
810 setOperationAction(ISD::FLOG, VT, Expand); in X86TargetLowering()
2000 ISD::FLOG, ISD::STRICT_FLOG, in X86TargetLowering()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp802 setOperationAction(ISD::FLOG, VT, Expand); in PPCTargetLowering()