Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h458 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp660 setOperationAction(ISD::FEXP , MVT::f16, Expand); in TargetLoweringBase()
670 setOperationAction(ISD::FEXP , MVT::f32, Expand); in TargetLoweringBase()
680 setOperationAction(ISD::FEXP , MVT::f64, Expand); in TargetLoweringBase()
690 setOperationAction(ISD::FEXP , MVT::f128, Expand); in TargetLoweringBase()
DBasicTargetTransformInfo.cpp408 case Intrinsic::exp: ISD = ISD::FEXP; break; in getIntrinsicInstrCost()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp149 case ISD::FEXP: return "fexp"; in getOperationName()
DLegalizeVectorOps.cpp238 case ISD::FEXP: in LegalizeOp()
DLegalizeFloatTypes.cpp74 case ISD::FEXP: R = SoftenFloatRes_FEXP(N); break; in SoftenFloatResult()
806 case ISD::FEXP: ExpandFloatRes_FEXP(N, Lo, Hi); break; in ExpandFloatResult()
DLegalizeVectorTypes.cpp74 case ISD::FEXP: in ScalarizeVectorResult()
529 case ISD::FEXP: in SplitVectorResult()
1429 case ISD::FEXP: in WidenVectorResult()
DLegalizeDAG.cpp3191 case ISD::FEXP: in ExpandNode()
3904 case ISD::FEXP: { in PromoteNode()
DSelectionDAGBuilder.cpp3800 return DAG.getNode(ISD::FEXP, dl, Op.getValueType(), Op); in expandExp()
/external/llvm/lib/Target/MBlaze/
DMBlazeISelLowering.cpp90 setOperationAction(ISD::FEXP, MVT::f32, Expand); in MBlazeTargetLowering()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp176 setOperationAction(ISD::FEXP, MVT::f32, Expand); in AArch64TargetLowering()
177 setOperationAction(ISD::FEXP, MVT::f64, Expand); in AArch64TargetLowering()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp499 setOperationAction(ISD::FEXP, MVT::v2f64, Expand); in ARMTargetLowering()
517 setOperationAction(ISD::FEXP, MVT::v4f32, Expand); in ARMTargetLowering()
534 setOperationAction(ISD::FEXP, MVT::v2f32, Expand); in ARMTargetLowering()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp321 setOperationAction(ISD::FEXP, MVT::f32, Expand); in MipsTargetLowering()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp359 setOperationAction(ISD::FEXP, VT, Expand); in PPCTargetLowering()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp743 setOperationAction(ISD::FEXP, MVT::f80, Expand); in X86TargetLowering()
805 setOperationAction(ISD::FEXP, VT, Expand); in X86TargetLowering()