Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h498 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator
DBasicTTIImpl.h569 ISD = ISD::FEXP; in getIntrinsicInstrCost()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp158 case ISD::FEXP: return "fexp"; in getOperationName()
DLegalizeFloatTypes.cpp78 case ISD::FEXP: R = SoftenFloatRes_FEXP(N); break; in SoftenFloatResult()
894 case ISD::FEXP: ExpandFloatRes_FEXP(N, Lo, Hi); break; in ExpandFloatResult()
1737 case ISD::FEXP: in PromoteFloatResult()
DLegalizeVectorOps.cpp309 case ISD::FEXP: in LegalizeOp()
DLegalizeVectorTypes.cpp79 case ISD::FEXP: in ScalarizeVectorResult()
620 case ISD::FEXP: in SplitVectorResult()
1802 case ISD::FEXP: in WidenVectorResult()
DLegalizeDAG.cpp3343 case ISD::FEXP: in ExpandNode()
4255 case ISD::FEXP: in PromoteNode()
DSelectionDAGBuilder.cpp4057 return DAG.getNode(ISD::FEXP, dl, Op.getValueType(), Op); in expandExp()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp836 setOperationAction(ISD::FEXP , VT, Expand); in initActions()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp308 setOperationAction(ISD::FEXP, MVT::f16, Promote); in AArch64TargetLowering()
357 setOperationAction(ISD::FEXP, MVT::v4f16, Expand); in AArch64TargetLowering()
391 setOperationAction(ISD::FEXP, MVT::v8f16, Expand); in AArch64TargetLowering()
645 setOperationAction(ISD::FEXP, VT.getSimpleVT(), Expand); in addTypeForNEON()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp472 setOperationAction(ISD::FEXP, MVT::v2f64, Expand); in ARMTargetLowering()
490 setOperationAction(ISD::FEXP, MVT::v4f32, Expand); in ARMTargetLowering()
507 setOperationAction(ISD::FEXP, MVT::v2f32, Expand); in ARMTargetLowering()
611 setOperationAction(ISD::FEXP, MVT::f64, Expand); in ARMTargetLowering()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp449 setOperationAction(ISD::FEXP, VT, Expand); in PPCTargetLowering()
670 setOperationAction(ISD::FEXP , MVT::v4f64, Expand); in PPCTargetLowering()
716 setOperationAction(ISD::FEXP , MVT::v4f32, Expand); in PPCTargetLowering()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp350 setOperationAction(ISD::FEXP, MVT::f32, Expand); in MipsTargetLowering()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp660 setOperationAction(ISD::FEXP, MVT::f80, Expand); in X86TargetLowering()
724 setOperationAction(ISD::FEXP, VT, Expand); in X86TargetLowering()