Searched refs:FEXP (Results 1 – 12 of 12) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 456 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 148 case ISD::FEXP: return "fexp"; in getOperationName()
|
D | LegalizeVectorOps.cpp | 217 case ISD::FEXP: in LegalizeOp()
|
D | LegalizeFloatTypes.cpp | 72 case ISD::FEXP: R = SoftenFloatRes_FEXP(N); break; in SoftenFloatResult() 855 case ISD::FEXP: ExpandFloatRes_FEXP(N, Lo, Hi); break; in ExpandFloatResult()
|
D | LegalizeVectorTypes.cpp | 74 case ISD::FEXP: in ScalarizeVectorResult() 509 case ISD::FEXP: in SplitVectorResult() 1355 case ISD::FEXP: in WidenVectorResult()
|
D | TargetLowering.cpp | 555 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()
|
D | LegalizeDAG.cpp | 3000 case ISD::FEXP: in ExpandNode() 3688 case ISD::FEXP: { in PromoteNode()
|
D | SelectionDAGBuilder.cpp | 3785 result = DAG.getNode(ISD::FEXP, dl, in visitExp()
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeISelLowering.cpp | 89 setOperationAction(ISD::FEXP, MVT::f32, Expand); in MBlazeTargetLowering()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 237 setOperationAction(ISD::FEXP, MVT::f32, Expand); in MipsTargetLowering()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 498 setOperationAction(ISD::FEXP, MVT::v2f64, Expand); in ARMTargetLowering() 515 setOperationAction(ISD::FEXP, MVT::v4f32, Expand); in ARMTargetLowering()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 708 setOperationAction(ISD::FEXP, MVT::f80, Expand); in X86TargetLowering() 763 setOperationAction(ISD::FEXP, (MVT::SimpleValueType)VT, Expand); in X86TargetLowering()
|