Searched refs:FEXP (Results 1 – 15 of 15) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 516 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator
|
D | BasicTTIImpl.h | 627 ISD = ISD::FEXP; in getIntrinsicInstrCost()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 168 case ISD::FEXP: return "fexp"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 84 case ISD::FEXP: R = SoftenFloatRes_FEXP(N); break; in SoftenFloatResult() 1006 case ISD::FEXP: ExpandFloatRes_FEXP(N, Lo, Hi); break; in ExpandFloatResult() 1854 case ISD::FEXP: in PromoteFloatResult()
|
D | LegalizeVectorOps.cpp | 315 case ISD::FEXP: in LegalizeOp()
|
D | LegalizeVectorTypes.cpp | 80 case ISD::FEXP: in ScalarizeVectorResult() 635 case ISD::FEXP: in SplitVectorResult() 2093 case ISD::FEXP: in WidenVectorResult()
|
D | LegalizeDAG.cpp | 4065 case ISD::FEXP: in ConvertNodeToLibcall() 4452 case ISD::FEXP: in PromoteNode()
|
D | SelectionDAGBuilder.cpp | 3844 return DAG.getNode(ISD::FEXP, dl, Op.getValueType(), Op); in expandExp()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 843 setOperationAction(ISD::FEXP , VT, Expand); in initActions()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 298 setOperationAction(ISD::FEXP, MVT::f16, Promote); in AArch64TargetLowering() 349 setOperationAction(ISD::FEXP, MVT::v4f16, Expand); in AArch64TargetLowering() 383 setOperationAction(ISD::FEXP, MVT::v8f16, Expand); in AArch64TargetLowering() 655 setOperationAction(ISD::FEXP, VT.getSimpleVT(), Expand); in addTypeForNEON()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 509 setOperationAction(ISD::FEXP, MVT::v2f64, Expand); in ARMTargetLowering() 527 setOperationAction(ISD::FEXP, MVT::v4f32, Expand); in ARMTargetLowering() 544 setOperationAction(ISD::FEXP, MVT::v2f32, Expand); in ARMTargetLowering() 668 setOperationAction(ISD::FEXP, MVT::f64, Expand); in ARMTargetLowering()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1760 ISD::FLOG10, ISD::FEXP, ISD::FEXP2, ISD::FCEIL, ISD::FTRUNC, in HexagonTargetLowering()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 459 setOperationAction(ISD::FEXP, VT, Expand); in PPCTargetLowering() 702 setOperationAction(ISD::FEXP , MVT::v4f64, Expand); in PPCTargetLowering() 748 setOperationAction(ISD::FEXP , MVT::v4f32, Expand); in PPCTargetLowering()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 371 setOperationAction(ISD::FEXP, MVT::f32, Expand); in MipsTargetLowering()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 676 setOperationAction(ISD::FEXP, MVT::f80, Expand); in X86TargetLowering() 740 setOperationAction(ISD::FEXP, VT, Expand); in X86TargetLowering()
|