Searched refs:FEXP (Results 1 – 14 of 14) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 498 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator
|
D | BasicTTIImpl.h | 569 ISD = ISD::FEXP; in getIntrinsicInstrCost()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 158 case ISD::FEXP: return "fexp"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 78 case ISD::FEXP: R = SoftenFloatRes_FEXP(N); break; in SoftenFloatResult() 894 case ISD::FEXP: ExpandFloatRes_FEXP(N, Lo, Hi); break; in ExpandFloatResult() 1737 case ISD::FEXP: in PromoteFloatResult()
|
D | LegalizeVectorOps.cpp | 309 case ISD::FEXP: in LegalizeOp()
|
D | LegalizeVectorTypes.cpp | 79 case ISD::FEXP: in ScalarizeVectorResult() 620 case ISD::FEXP: in SplitVectorResult() 1802 case ISD::FEXP: in WidenVectorResult()
|
D | LegalizeDAG.cpp | 3343 case ISD::FEXP: in ExpandNode() 4255 case ISD::FEXP: in PromoteNode()
|
D | SelectionDAGBuilder.cpp | 4057 return DAG.getNode(ISD::FEXP, dl, Op.getValueType(), Op); in expandExp()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 836 setOperationAction(ISD::FEXP , VT, Expand); in initActions()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 308 setOperationAction(ISD::FEXP, MVT::f16, Promote); in AArch64TargetLowering() 357 setOperationAction(ISD::FEXP, MVT::v4f16, Expand); in AArch64TargetLowering() 391 setOperationAction(ISD::FEXP, MVT::v8f16, Expand); in AArch64TargetLowering() 645 setOperationAction(ISD::FEXP, VT.getSimpleVT(), Expand); in addTypeForNEON()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 472 setOperationAction(ISD::FEXP, MVT::v2f64, Expand); in ARMTargetLowering() 490 setOperationAction(ISD::FEXP, MVT::v4f32, Expand); in ARMTargetLowering() 507 setOperationAction(ISD::FEXP, MVT::v2f32, Expand); in ARMTargetLowering() 611 setOperationAction(ISD::FEXP, MVT::f64, Expand); in ARMTargetLowering()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 449 setOperationAction(ISD::FEXP, VT, Expand); in PPCTargetLowering() 670 setOperationAction(ISD::FEXP , MVT::v4f64, Expand); in PPCTargetLowering() 716 setOperationAction(ISD::FEXP , MVT::v4f32, Expand); in PPCTargetLowering()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 350 setOperationAction(ISD::FEXP, MVT::f32, Expand); in MipsTargetLowering()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 660 setOperationAction(ISD::FEXP, MVT::f80, Expand); in X86TargetLowering() 724 setOperationAction(ISD::FEXP, VT, Expand); in X86TargetLowering()
|