/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 451 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 525 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator
|
D | BasicTTIImpl.h | 751 ISDs.push_back(ISD::FEXP); in getIntrinsicInstrCost()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 182 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() 450 case ISD::FEXP: in SplitVectorResult() 1301 case ISD::FEXP: in WidenVectorResult()
|
D | TargetLowering.cpp | 583 setOperationAction(ISD::FEXP , MVT::f64, Expand); in TargetLowering() 588 setOperationAction(ISD::FEXP , MVT::f32, Expand); in TargetLowering()
|
D | LegalizeDAG.cpp | 3351 case ISD::FEXP: in ExpandNode()
|
D | SelectionDAG.cpp | 5965 case ISD::FEXP: return "fexp"; in getOperationName()
|
D | SelectionDAGBuilder.cpp | 3729 result = DAG.getNode(ISD::FEXP, dl, in visitExp()
|
/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() 1024 case ISD::FEXP: ExpandFloatRes_FEXP(N, Lo, Hi); break; in ExpandFloatResult() 1872 case ISD::FEXP: in PromoteFloatResult()
|
D | LegalizeVectorOps.cpp | 316 case ISD::FEXP: in LegalizeOp()
|
D | LegalizeVectorTypes.cpp | 80 case ISD::FEXP: in ScalarizeVectorResult() 638 case ISD::FEXP: in SplitVectorResult() 2156 case ISD::FEXP: in WidenVectorResult()
|
D | LegalizeDAG.cpp | 3846 case ISD::FEXP: in ConvertNodeToLibcall() 4235 case ISD::FEXP: in PromoteNode()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeISelLowering.cpp | 89 setOperationAction(ISD::FEXP, MVT::f32, Expand); in MBlazeTargetLowering()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 927 setOperationAction(ISD::FEXP , VT, Expand); in initActions()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 285 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/ |
D | MipsISelLowering.cpp | 180 setOperationAction(ISD::FEXP, MVT::f32, Expand); in MipsTargetLowering()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 507 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/ |
D | HexagonISelLowering.cpp | 1947 ISD::FLOG10, ISD::FEXP, ISD::FEXP2, ISD::FCEIL, ISD::FTRUNC, in HexagonTargetLowering()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 467 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/ |
D | MipsISelLowering.cpp | 367 setOperationAction(ISD::FEXP, MVT::f32, Expand); in MipsTargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 678 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/ |
D | ARMISelLowering.cpp | 477 setOperationAction(ISD::FEXP, MVT::v2f64, Expand); in ARMTargetLowering()
|