Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h516 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator
DBasicTTIImpl.h627 ISD = ISD::FEXP; in getIntrinsicInstrCost()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp168 case ISD::FEXP: return "fexp"; in getOperationName()
DLegalizeFloatTypes.cpp84 case ISD::FEXP: R = SoftenFloatRes_FEXP(N); break; in SoftenFloatResult()
1006 case ISD::FEXP: ExpandFloatRes_FEXP(N, Lo, Hi); break; in ExpandFloatResult()
1854 case ISD::FEXP: in PromoteFloatResult()
DLegalizeVectorOps.cpp315 case ISD::FEXP: in LegalizeOp()
DLegalizeVectorTypes.cpp80 case ISD::FEXP: in ScalarizeVectorResult()
635 case ISD::FEXP: in SplitVectorResult()
2093 case ISD::FEXP: in WidenVectorResult()
DLegalizeDAG.cpp4065 case ISD::FEXP: in ConvertNodeToLibcall()
4452 case ISD::FEXP: in PromoteNode()
DSelectionDAGBuilder.cpp3844 return DAG.getNode(ISD::FEXP, dl, Op.getValueType(), Op); in expandExp()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp843 setOperationAction(ISD::FEXP , VT, Expand); in initActions()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp298 setOperationAction(ISD::FEXP, MVT::f16, Promote); in AArch64TargetLowering()
349 setOperationAction(ISD::FEXP, MVT::v4f16, Expand); in AArch64TargetLowering()
383 setOperationAction(ISD::FEXP, MVT::v8f16, Expand); in AArch64TargetLowering()
655 setOperationAction(ISD::FEXP, VT.getSimpleVT(), Expand); in addTypeForNEON()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp509 setOperationAction(ISD::FEXP, MVT::v2f64, Expand); in ARMTargetLowering()
527 setOperationAction(ISD::FEXP, MVT::v4f32, Expand); in ARMTargetLowering()
544 setOperationAction(ISD::FEXP, MVT::v2f32, Expand); in ARMTargetLowering()
668 setOperationAction(ISD::FEXP, MVT::f64, Expand); in ARMTargetLowering()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1760 ISD::FLOG10, ISD::FEXP, ISD::FEXP2, ISD::FCEIL, ISD::FTRUNC, in HexagonTargetLowering()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp459 setOperationAction(ISD::FEXP, VT, Expand); in PPCTargetLowering()
702 setOperationAction(ISD::FEXP , MVT::v4f64, Expand); in PPCTargetLowering()
748 setOperationAction(ISD::FEXP , MVT::v4f32, Expand); in PPCTargetLowering()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp371 setOperationAction(ISD::FEXP, MVT::f32, Expand); in MipsTargetLowering()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp676 setOperationAction(ISD::FEXP, MVT::f80, Expand); in X86TargetLowering()
740 setOperationAction(ISD::FEXP, VT, Expand); in X86TargetLowering()