Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h498 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator
DBasicTTIImpl.h575 ISD = ISD::FLOG; in getIntrinsicInstrCost()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp160 case ISD::FLOG: return "flog"; in getOperationName()
DLegalizeFloatTypes.cpp81 case ISD::FLOG: R = SoftenFloatRes_FLOG(N); break; in SoftenFloatResult()
897 case ISD::FLOG: ExpandFloatRes_FLOG(N, Lo, Hi); break; in ExpandFloatResult()
1740 case ISD::FLOG: in PromoteFloatResult()
DLegalizeVectorOps.cpp306 case ISD::FLOG: in LegalizeOp()
DLegalizeVectorTypes.cpp82 case ISD::FLOG: in ScalarizeVectorResult()
623 case ISD::FLOG: in SplitVectorResult()
1805 case ISD::FLOG: in WidenVectorResult()
DLegalizeDAG.cpp3328 case ISD::FLOG: in ExpandNode()
4251 case ISD::FLOG: in PromoteNode()
DSelectionDAGBuilder.cpp4153 return DAG.getNode(ISD::FLOG, dl, Op.getValueType(), Op); in expandLog()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp833 setOperationAction(ISD::FLOG , VT, Expand); in initActions()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp310 setOperationAction(ISD::FLOG, MVT::f16, Promote); in AArch64TargetLowering()
359 setOperationAction(ISD::FLOG, MVT::v4f16, Expand); in AArch64TargetLowering()
393 setOperationAction(ISD::FLOG, MVT::v8f16, Expand); in AArch64TargetLowering()
642 setOperationAction(ISD::FLOG, VT.getSimpleVT(), Expand); in addTypeForNEON()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp469 setOperationAction(ISD::FLOG, MVT::v2f64, Expand); in ARMTargetLowering()
487 setOperationAction(ISD::FLOG, MVT::v4f32, Expand); in ARMTargetLowering()
504 setOperationAction(ISD::FLOG, MVT::v2f32, Expand); in ARMTargetLowering()
608 setOperationAction(ISD::FLOG, MVT::f64, Expand); in ARMTargetLowering()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp446 setOperationAction(ISD::FLOG, VT, Expand); in PPCTargetLowering()
667 setOperationAction(ISD::FLOG , MVT::v4f64, Expand); in PPCTargetLowering()
713 setOperationAction(ISD::FLOG , MVT::v4f32, Expand); in PPCTargetLowering()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp347 setOperationAction(ISD::FLOG, MVT::f32, Expand); in MipsTargetLowering()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp657 setOperationAction(ISD::FLOG, MVT::f80, Expand); in X86TargetLowering()
721 setOperationAction(ISD::FLOG, VT, Expand); in X86TargetLowering()