Home
last modified time | relevance | path

Searched refs:FPOW (Results 1 – 25 of 33) sorted by relevance

12

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h450 FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW, enumerator
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h524 FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW, enumerator
DBasicTTIImpl.h800 ISDs.push_back(ISD::FPOW); in getIntrinsicInstrCost()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp178 case ISD::FPOW: in LegalizeOp()
DLegalizeFloatTypes.cpp85 case ISD::FPOW: R = SoftenFloatRes_FPOW(N); break; in SoftenFloatResult()
866 case ISD::FPOW: ExpandFloatRes_FPOW(N, Lo, Hi); break; in ExpandFloatResult()
DLegalizeVectorTypes.cpp102 case ISD::FPOW: in ScalarizeVectorResult()
483 case ISD::FPOW: in SplitVectorResult()
1256 case ISD::FPOW: in WidenVectorResult()
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaISelLowering.cpp123 setOperationAction(ISD::FPOW , MVT::f32, Expand); in AlphaTargetLowering()
124 setOperationAction(ISD::FPOW , MVT::f64, Expand); in AlphaTargetLowering()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp206 case ISD::FPOW: return "fpow"; in getOperationName()
DLegalizeFloatTypes.cpp97 case ISD::FPOW: R = SoftenFloatRes_FPOW(N); break; in SoftenFloatResult()
1035 case ISD::FPOW: ExpandFloatRes_FPOW(N, Lo, Hi); break; in ExpandFloatResult()
1894 case ISD::FPOW: in PromoteFloatResult()
DLegalizeVectorOps.cpp312 case ISD::FPOW: in LegalizeOp()
DLegalizeVectorTypes.cpp119 case ISD::FPOW: in ScalarizeVectorResult()
682 case ISD::FPOW: in SplitVectorResult()
2104 case ISD::FPOW: in WidenVectorResult()
DLegalizeDAG.cpp3895 case ISD::FPOW: in ConvertNodeToLibcall()
4186 case ISD::FPOW: { in PromoteNode()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp81 for (auto Op : {ISD::FSIN, ISD::FCOS, ISD::FSINCOS, ISD::FPOWI, ISD::FPOW, in WebAssemblyTargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcISelLowering.cpp772 setOperationAction(ISD::FPOW , MVT::f64, Expand); in SparcTargetLowering()
773 setOperationAction(ISD::FPOW , MVT::f32, Expand); in SparcTargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeISelLowering.cpp85 setOperationAction(ISD::FPOW, MVT::f32, Expand); in MBlazeTargetLowering()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp151 setOperationAction(ISD::FPOW, MVT::f128, Expand); in AArch64TargetLowering()
256 setOperationAction(ISD::FPOW, MVT::f32, Expand); in AArch64TargetLowering()
257 setOperationAction(ISD::FPOW, MVT::f64, Expand); in AArch64TargetLowering()
279 setOperationAction(ISD::FPOW, MVT::f16, Promote); in AArch64TargetLowering()
323 setOperationAction(ISD::FPOW, MVT::v4f16, Expand); in AArch64TargetLowering()
355 setOperationAction(ISD::FPOW, MVT::v8f16, Expand); in AArch64TargetLowering()
534 setOperationAction(ISD::FPOW, MVT::v1f64, Expand); in AArch64TargetLowering()
654 setOperationAction(ISD::FPOW, VT, Expand); in addTypeForNEON()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1689 setOperationAction(ISD::FPOW , MVT::f128, Expand); in SparcTargetLowering()
1690 setOperationAction(ISD::FPOW , MVT::f64, Expand); in SparcTargetLowering()
1691 setOperationAction(ISD::FPOW , MVT::f32, Expand); in SparcTargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.cpp175 setOperationAction(ISD::FPOW, MVT::f32, Expand); in MipsTargetLowering()
176 setOperationAction(ISD::FPOW, MVT::f64, Expand); in MipsTargetLowering()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp240 setOperationAction(ISD::FPOW, MVT::f32, Legal); in AMDGPUTargetLowering()
417 setOperationAction(ISD::FPOW, VT, Expand); in AMDGPUTargetLowering()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1888 ISD::FPOW, ISD::FCOPYSIGN}) { in HexagonTargetLowering()
1946 ISD::FCOS, ISD::FPOWI, ISD::FPOW, ISD::FLOG, ISD::FLOG2, in HexagonTargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelLowering.cpp127 setOperationAction(ISD::FPOW , MVT::f64, Expand); in PPCTargetLowering()
132 setOperationAction(ISD::FPOW , MVT::f32, Expand); in PPCTargetLowering()
333 setOperationAction(ISD::FPOW, VT, Expand); in PPCTargetLowering()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td446 def fpow : SDNode<"ISD::FPOW" , SDTFPBinOp>;
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp503 setOperationAction(ISD::FPOW, MVT::v2f64, Expand); in ARMTargetLowering()
521 setOperationAction(ISD::FPOW, MVT::v4f32, Expand); in ARMTargetLowering()
538 setOperationAction(ISD::FPOW, MVT::v2f32, Expand); in ARMTargetLowering()
667 setOperationAction(ISD::FPOW, MVT::f64, Expand); in ARMTargetLowering()
947 setOperationAction(ISD::FPOW, MVT::f64, Expand); in ARMTargetLowering()
948 setOperationAction(ISD::FPOW, MVT::f32, Expand); in ARMTargetLowering()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp362 setOperationAction(ISD::FPOW, MVT::f32, Expand); in MipsTargetLowering()
363 setOperationAction(ISD::FPOW, MVT::f64, Expand); in MipsTargetLowering()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp177 setOperationAction(ISD::FPOW , MVT::f64, Expand); in PPCTargetLowering()
183 setOperationAction(ISD::FPOW , MVT::f32, Expand); in PPCTargetLowering()
488 setOperationAction(ISD::FPOW, VT, Expand); in PPCTargetLowering()
713 setOperationAction(ISD::FPOW , MVT::v4f64, Expand); in PPCTargetLowering()
759 setOperationAction(ISD::FPOW , MVT::v4f32, Expand); in PPCTargetLowering()

12