Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h451 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h525 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator
DBasicTTIImpl.h751 ISDs.push_back(ISD::FEXP); in getIntrinsicInstrCost()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp182 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()
450 case ISD::FEXP: in SplitVectorResult()
1301 case ISD::FEXP: in WidenVectorResult()
DTargetLowering.cpp583 setOperationAction(ISD::FEXP , MVT::f64, Expand); in TargetLowering()
588 setOperationAction(ISD::FEXP , MVT::f32, Expand); in TargetLowering()
DLegalizeDAG.cpp3351 case ISD::FEXP: in ExpandNode()
DSelectionDAG.cpp5965 case ISD::FEXP: return "fexp"; in getOperationName()
DSelectionDAGBuilder.cpp3729 result = DAG.getNode(ISD::FEXP, dl, in visitExp()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp168 case ISD::FEXP: return "fexp"; in getOperationName()
DLegalizeFloatTypes.cpp84 case ISD::FEXP: R = SoftenFloatRes_FEXP(N); break; in SoftenFloatResult()
1024 case ISD::FEXP: ExpandFloatRes_FEXP(N, Lo, Hi); break; in ExpandFloatResult()
1872 case ISD::FEXP: in PromoteFloatResult()
DLegalizeVectorOps.cpp316 case ISD::FEXP: in LegalizeOp()
DLegalizeVectorTypes.cpp80 case ISD::FEXP: in ScalarizeVectorResult()
638 case ISD::FEXP: in SplitVectorResult()
2156 case ISD::FEXP: in WidenVectorResult()
DLegalizeDAG.cpp3846 case ISD::FEXP: in ConvertNodeToLibcall()
4235 case ISD::FEXP: in PromoteNode()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeISelLowering.cpp89 setOperationAction(ISD::FEXP, MVT::f32, Expand); in MBlazeTargetLowering()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp927 setOperationAction(ISD::FEXP , VT, Expand); in initActions()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp285 setOperationAction(ISD::FEXP, MVT::f16, Promote); in AArch64TargetLowering()
336 setOperationAction(ISD::FEXP, MVT::v4f16, Expand); in AArch64TargetLowering()
370 setOperationAction(ISD::FEXP, MVT::v8f16, Expand); in AArch64TargetLowering()
658 setOperationAction(ISD::FEXP, VT, Expand); in addTypeForNEON()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.cpp180 setOperationAction(ISD::FEXP, MVT::f32, Expand); in MipsTargetLowering()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp507 setOperationAction(ISD::FEXP, MVT::v2f64, Expand); in ARMTargetLowering()
525 setOperationAction(ISD::FEXP, MVT::v4f32, Expand); in ARMTargetLowering()
542 setOperationAction(ISD::FEXP, MVT::v2f32, Expand); in ARMTargetLowering()
671 setOperationAction(ISD::FEXP, MVT::f64, Expand); in ARMTargetLowering()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1947 ISD::FLOG10, ISD::FEXP, ISD::FEXP2, ISD::FCEIL, ISD::FTRUNC, in HexagonTargetLowering()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp467 setOperationAction(ISD::FEXP, VT, Expand); in PPCTargetLowering()
717 setOperationAction(ISD::FEXP , MVT::v4f64, Expand); in PPCTargetLowering()
763 setOperationAction(ISD::FEXP , MVT::v4f32, Expand); in PPCTargetLowering()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp367 setOperationAction(ISD::FEXP, MVT::f32, Expand); in MipsTargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp678 setOperationAction(ISD::FEXP, MVT::f80, Expand); in X86TargetLowering()
729 setOperationAction(ISD::FEXP, (MVT::SimpleValueType)VT, Expand); in X86TargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp477 setOperationAction(ISD::FEXP, MVT::v2f64, Expand); in ARMTargetLowering()

12