Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def95 DAG_FUNCTION(pow, 2, 1, experimental_constrained_pow, FPOW)
H A DRuntimeLibcalls.td2170 def zos___FPOW_B : RuntimeLibcallImpl<POW_F32, "@@FPOW@B">;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1015 FPOW, enumerator
H A DBasicTTIImpl.h2367 ISD = ISD::FPOW; in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp319 case ISD::FPOW: return "fpow"; in getOperationName()
H A DLegalizeDAG.cpp4871 SDValue FPOW = in ConvertNodeToLibcall() local
4875 Results.push_back(FPOW); in ConvertNodeToLibcall()
4876 Results.push_back(FPOW.getValue(1)); in ConvertNodeToLibcall()
4881 Results.push_back(DAG.getNode(ISD::FPOW, SDLoc(Node), in ConvertNodeToLibcall()
4901 case ISD::FPOW: in ConvertNodeToLibcall()
5650 case ISD::FPOW: in PromoteNode()
H A DLegalizeFloatTypes.cpp128 case ISD::FPOW: R = SoftenFloatRes_FPOW(N); break; in SoftenFloatResult()
1605 case ISD::FPOW: ExpandFloatRes_FPOW(N, Lo, Hi); break; in ExpandFloatResult()
2874 case ISD::FPOW: in PromoteFloatResult()
3358 case ISD::FPOW: in SoftPromoteHalfResult()
H A DLegalizeVectorOps.cpp427 case ISD::FPOW: in LegalizeOp()
H A DLegalizeVectorTypes.cpp177 case ISD::FPOW: in ScalarizeVectorResult()
1318 case ISD::FPOW: in SplitVectorResult()
4798 case ISD::FPOW: in WidenVectorResult()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1817 setOperationAction(ISD::FPOW , MVT::f128, Expand); in SparcTargetLowering()
1818 setOperationAction(ISD::FPOW , MVT::f64, Expand); in SparcTargetLowering()
1819 setOperationAction(ISD::FPOW , MVT::f32, Expand); in SparcTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp120 ISD::FSIN, ISD::FCOS, ISD::FSINCOS, ISD::FPOW, in CSKYTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.cpp221 setOperationAction(ISD::FPOW, VT, Expand); in XtensaTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1678 ISD::FPOW, ISD::FCOPYSIGN}) { in HexagonTargetLowering()
1724 ISD::FCOS, ISD::FPOW, ISD::FLOG, ISD::FLOG2, in HexagonTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp462 setOperationAction(ISD::FPOW, MVT::f32, Expand); in MipsTargetLowering()
463 setOperationAction(ISD::FPOW, MVT::f64, Expand); in MipsTargetLowering()
H A DMipsSEISelLowering.cpp181 setOperationAction(ISD::FPOW, MVT::f16, Promote); in MipsSETargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp411 setOperationAction(ISD::FPOW , MVT::f64, Expand); in PPCTargetLowering()
416 setOperationAction(ISD::FPOW , MVT::f32, Expand); in PPCTargetLowering()
423 setOperationAction(ISD::FPOW , MVT::f64, Custom); in PPCTargetLowering()
429 setOperationAction(ISD::FPOW , MVT::f32, Custom); in PPCTargetLowering()
889 setOperationAction(ISD::FPOW, VT, Expand); in PPCTargetLowering()
1209 setOperationAction(ISD::FPOW, MVT::f128, Expand); in PPCTargetLowering()
12543 case ISD::FPOW: return lowerPow(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp390 setOperationAction(ISD::FPOW, VT, Expand); in addMVEVectorTypes()
873 setOperationAction(ISD::FPOW, MVT::v2f64, Expand); in ARMTargetLowering()
896 setOperationAction(ISD::FPOW, MVT::v4f32, Expand); in ARMTargetLowering()
915 setOperationAction(ISD::FPOW, MVT::v2f32, Expand); in ARMTargetLowering()
1064 setOperationAction(ISD::FPOW, MVT::f64, Expand); in ARMTargetLowering()
1428 setOperationAction(ISD::FPOW, MVT::f64, Expand); in ARMTargetLowering()
1429 setOperationAction(ISD::FPOW, MVT::f32, Expand); in ARMTargetLowering()
1506 setOperationAction(ISD::FPOW, MVT::f16, Promote); in ARMTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp252 setOperationAction(ISD::FPOW, VT, Expand); in initSPUActions()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp394 setOperationAction({ISD::FCEIL, ISD::FPOW, ISD::FABS, ISD::FFLOOR, in AMDGPUTargetLowering()
547 ISD::FLOG, ISD::FLOG10, ISD::FPOW, in AMDGPUTargetLowering()
H A DAMDGPUISelDAGToDAG.cpp149 case ISD::FPOW: in fp16SrcZerosHighBits()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td567 def fpow : SDNode<"ISD::FPOW" , SDTFPBinOp>;
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp137 {ISD::FSIN, ISD::FCOS, ISD::FSINCOS, ISD::FPOW, ISD::FREM, ISD::FMA}) in WebAssemblyTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp205 setOperationAction(ISD::FPOW, MVT::f32, Expand); in LoongArchTargetLowering()
252 setOperationAction(ISD::FPOW, MVT::f64, Expand); in LoongArchTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp557 setOperationAction(ISD::FPOW, MVT::f128, Expand); in AArch64TargetLowering()
737 setOperationAction(ISD::FPOW, MVT::f32, Expand); in AArch64TargetLowering()
738 setOperationAction(ISD::FPOW, MVT::f64, Expand); in AArch64TargetLowering()
749 for (auto Op : {ISD::FREM, ISD::FPOW, ISD::FPOWI, in AArch64TargetLowering()
1241 ISD::FPOW, ISD::FLOG, ISD::FLOG2, in AArch64TargetLowering()
1718 setOperationAction(ISD::FPOW, VT, Expand); in AArch64TargetLowering()
2018 setOperationAction(ISD::FPOW, VT, Expand); in addTypeForNEON()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp467 ISD::FSIN, ISD::FCOS, ISD::FSINCOS, ISD::FPOW, in RISCVTargetLowering()
536 setOperationAction({ISD::FREM, ISD::FPOW, ISD::FPOWI, in RISCVTargetLowering()
774 ISD::FREM, ISD::FPOW, ISD::FCOS, ISD::FSIN, ISD::FSINCOS, ISD::FEXP, in RISCVTargetLowering()

12