Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstrainedOps.def78 DAG_FUNCTION(log, 1, 1, experimental_constrained_log, FLOG)
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h864 FLOG, enumerator
H A DBasicTTIImpl.h1541 ISDs.push_back(ISD::FLOG); in getTypeBasedIntrinsicInstrCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp221 case ISD::FLOG: return "flog"; in getOperationName()
H A DLegalizeFloatTypes.cpp89 case ISD::FLOG: R = SoftenFloatRes_FLOG(N); break; in SoftenFloatResult()
1208 case ISD::FLOG: ExpandFloatRes_FLOG(N, Lo, Hi); break; in ExpandFloatResult()
2233 case ISD::FLOG: in PromoteFloatResult()
2597 case ISD::FLOG: in SoftPromoteHalfResult()
H A DLegalizeVectorOps.cpp420 case ISD::FLOG: in LegalizeOp()
H A DLegalizeVectorTypes.cpp87 case ISD::FLOG: in ScalarizeVectorResult()
980 case ISD::FLOG: in SplitVectorResult()
3112 case ISD::FLOG: in WidenVectorResult()
H A DLegalizeDAG.cpp3977 case ISD::FLOG: in ConvertNodeToLibcall()
4738 case ISD::FLOG: in PromoteNode()
H A DSelectionDAG.cpp4335 case ISD::FLOG: in isKnownNeverNaN()
H A DSelectionDAGBuilder.cpp5113 return DAG.getNode(ISD::FLOG, dl, Op.getValueType(), Op, Flags); in expandLog()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp863 setOperationAction(ISD::FLOG , VT, Expand); in initActions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp307 setOperationAction(ISD::FLOG, MVT::f32, Custom); in AMDGPUTargetLowering()
472 setOperationAction(ISD::FLOG, VT, Expand); in AMDGPUTargetLowering()
1251 case ISD::FLOG: in LowerOperation()
H A DSIISelLowering.cpp408 setOperationAction(ISD::FLOG, MVT::f16, Custom); in SITargetLowering()
9369 case ISD::FLOG: in fp16SrcZerosHighBits()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp210 for (auto Op : {ISD::FCOPYSIGN, ISD::FLOG, ISD::FLOG2, ISD::FLOG10, in WebAssemblyTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp369 setOperationAction(ISD::FLOG, VT, Expand); in addMVEVectorTypes()
844 setOperationAction(ISD::FLOG, MVT::v2f64, Expand); in ARMTargetLowering()
865 setOperationAction(ISD::FLOG, MVT::v4f32, Expand); in ARMTargetLowering()
881 setOperationAction(ISD::FLOG, MVT::v2f32, Expand); in ARMTargetLowering()
1024 setOperationAction(ISD::FLOG, MVT::f64, Expand); in ARMTargetLowering()
1475 setOperationAction(ISD::FLOG, MVT::f16, Promote); in ARMTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp356 setOperationAction(ISD::FLOG, VT, Expand); in AArch64TargetLowering()
597 setOperationAction(ISD::FLOG, MVT::f16, Promote); in AArch64TargetLowering()
598 setOperationAction(ISD::FLOG, MVT::v4f16, Expand); in AArch64TargetLowering()
599 setOperationAction(ISD::FLOG, MVT::v8f16, Expand); in AArch64TargetLowering()
1367 setOperationAction(ISD::FLOG, VT, Expand); in addTypeForNEON()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1639 ISD::FCOS, ISD::FPOW, ISD::FLOG, ISD::FLOG2, in HexagonTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp154 setOperationAction(ISD::FLOG, MVT::f16, Promote); in MipsSETargetLowering()
H A DMipsISelLowering.cpp441 setOperationAction(ISD::FLOG, MVT::f32, Expand); in MipsTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp795 setOperationAction(ISD::FLOG, VT, Expand); in PPCTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp792 setOperationAction(ISD::FLOG, MVT::f80, Expand); in X86TargetLowering()
809 setOperationAction(ISD::FLOG, VT, Expand); in X86TargetLowering()
1997 ISD::FLOG, ISD::STRICT_FLOG, in X86TargetLowering()