Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h456 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp148 case ISD::FEXP: return "fexp"; in getOperationName()
DLegalizeVectorOps.cpp217 case ISD::FEXP: in LegalizeOp()
DLegalizeFloatTypes.cpp72 case ISD::FEXP: R = SoftenFloatRes_FEXP(N); break; in SoftenFloatResult()
855 case ISD::FEXP: ExpandFloatRes_FEXP(N, Lo, Hi); break; in ExpandFloatResult()
DLegalizeVectorTypes.cpp74 case ISD::FEXP: in ScalarizeVectorResult()
509 case ISD::FEXP: in SplitVectorResult()
1355 case ISD::FEXP: in WidenVectorResult()
DTargetLowering.cpp555 setOperationAction(ISD::FEXP , MVT::f16, Expand); in TargetLowering()
565 setOperationAction(ISD::FEXP , MVT::f32, Expand); in TargetLowering()
575 setOperationAction(ISD::FEXP , MVT::f64, Expand); in TargetLowering()
DLegalizeDAG.cpp3000 case ISD::FEXP: in ExpandNode()
3688 case ISD::FEXP: { in PromoteNode()
DSelectionDAGBuilder.cpp3785 result = DAG.getNode(ISD::FEXP, dl, in visitExp()
/external/llvm/lib/Target/MBlaze/
DMBlazeISelLowering.cpp89 setOperationAction(ISD::FEXP, MVT::f32, Expand); in MBlazeTargetLowering()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp237 setOperationAction(ISD::FEXP, MVT::f32, Expand); in MipsTargetLowering()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp498 setOperationAction(ISD::FEXP, MVT::v2f64, Expand); in ARMTargetLowering()
515 setOperationAction(ISD::FEXP, MVT::v4f32, Expand); in ARMTargetLowering()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp708 setOperationAction(ISD::FEXP, MVT::f80, Expand); in X86TargetLowering()
763 setOperationAction(ISD::FEXP, (MVT::SimpleValueType)VT, Expand); in X86TargetLowering()