Searched refs:FEXP (Results 1 – 15 of 15) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 458 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 660 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()
|
D | BasicTargetTransformInfo.cpp | 408 case Intrinsic::exp: ISD = ISD::FEXP; break; in getIntrinsicInstrCost()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 149 case ISD::FEXP: return "fexp"; in getOperationName()
|
D | LegalizeVectorOps.cpp | 238 case ISD::FEXP: in LegalizeOp()
|
D | LegalizeFloatTypes.cpp | 74 case ISD::FEXP: R = SoftenFloatRes_FEXP(N); break; in SoftenFloatResult() 806 case ISD::FEXP: ExpandFloatRes_FEXP(N, Lo, Hi); break; in ExpandFloatResult()
|
D | LegalizeVectorTypes.cpp | 74 case ISD::FEXP: in ScalarizeVectorResult() 529 case ISD::FEXP: in SplitVectorResult() 1429 case ISD::FEXP: in WidenVectorResult()
|
D | LegalizeDAG.cpp | 3191 case ISD::FEXP: in ExpandNode() 3904 case ISD::FEXP: { in PromoteNode()
|
D | SelectionDAGBuilder.cpp | 3800 return DAG.getNode(ISD::FEXP, dl, Op.getValueType(), Op); in expandExp()
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeISelLowering.cpp | 90 setOperationAction(ISD::FEXP, MVT::f32, Expand); in MBlazeTargetLowering()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 176 setOperationAction(ISD::FEXP, MVT::f32, Expand); in AArch64TargetLowering() 177 setOperationAction(ISD::FEXP, MVT::f64, Expand); in AArch64TargetLowering()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 499 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/ |
D | MipsISelLowering.cpp | 321 setOperationAction(ISD::FEXP, MVT::f32, Expand); in MipsTargetLowering()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 359 setOperationAction(ISD::FEXP, VT, Expand); in PPCTargetLowering()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 743 setOperationAction(ISD::FEXP, MVT::f80, Expand); in X86TargetLowering() 805 setOperationAction(ISD::FEXP, VT, Expand); in X86TargetLowering()
|