Home
last modified time | relevance | path

Searched refs:FPOWI (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def95 DAG_FUNCTION(powi, 2, 1, experimental_constrained_powi, FPOWI)
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h972 FPOWI, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp124 case ISD::FPOWI: in SoftenFloatResult()
677 N->getOpcode() == ISD::FPOWI || N->getOpcode() == ISD::STRICT_FPOWI; in SoftenFloatRes_ExpOp()
1450 case ISD::FPOWI: ExpandFloatRes_FPOWI(N, Lo, Hi); break; in ExpandFloatResult()
2642 case ISD::FPOWI: in PromoteFloatResult()
3082 case ISD::FPOWI: in SoftPromoteHalfResult()
H A DSelectionDAGDumper.cpp314 case ISD::FPOWI: return "fpowi"; in getOperationName()
H A DLegalizeVectorOps.cpp412 case ISD::FPOWI: in LegalizeOp()
H A DLegalizeVectorTypes.cpp63 case ISD::FPOWI: in ScalarizeVectorResult()
1087 case ISD::FPOWI: in SplitVectorResult()
4484 case ISD::FPOWI: in WidenVectorResult()
H A DLegalizeDAG.cpp4661 case ISD::FPOWI: in ConvertNodeToLibcall()
5495 case ISD::FPOWI: { in PromoteNode()
H A DLegalizeIntegerTypes.cpp1996 case ISD::FPOWI: in PromoteIntegerOperand()
2526 N->getOpcode() == ISD::FPOWI || N->getOpcode() == ISD::STRICT_FPOWI; in PromoteIntOp_ExpOp()
H A DSelectionDAGBuilder.cpp5881 return DAG.getNode(ISD::FPOWI, DL, LHS.getValueType(), LHS, RHS); in ExpandPowI()
H A DSelectionDAG.cpp5453 case ISD::FPOWI: in isKnownNeverNaN()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp763 setOperationAction({ISD::FROUND, ISD::FPOWI, ISD::FLDEXP, ISD::FFREXP}, VT, in initActions()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp152 case ISD::FPOWI: in fp16SrcZerosHighBits()
H A DSIISelLowering.cpp212 ISD::FSIN, ISD::FCOS, ISD::FPOW, ISD::FPOWI, in SITargetLowering()
475 setOperationAction({ISD::FPOW, ISD::FPOWI}, MVT::f16, Promote); in SITargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp143 setOperationAction(ISD::FPOWI, MVT::f16, Promote); in MipsSETargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp505 setOperationAction({ISD::FREM, ISD::FPOW, ISD::FPOWI, in RISCVTargetLowering()
521 setOperationAction(ISD::FPOWI, MVT::i32, Custom); in RISCVTargetLowering()
6470 case ISD::FPOWI: { in LowerOperation()
6478 DAG.getNode(ISD::FPOWI, DL, MVT::f32, Op0, Op.getOperand(1)); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp735 for (auto Op : {ISD::FREM, ISD::FPOW, ISD::FPOWI, in AArch64TargetLowering()
1625 setOperationAction(ISD::FPOWI, VT, Expand); in AArch64TargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1193 setOperationAction(ISD::FPOWI, MVT::f128, Expand); in PPCTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1546 setOperationAction(ISD::FPOWI, MVT::f16, Promote); in ARMTargetLowering()