Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDConstrainedOps.def95 DAG_FUNCTION(powi, 2, 1, experimental_constrained_powi, FPOWI)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDISDOpcodes.h972 FPOWI, enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeFloatTypes.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()
HDSelectionDAGDumper.cpp314 case ISD::FPOWI: return "fpowi"; in getOperationName()
HDLegalizeVectorOps.cpp412 case ISD::FPOWI: in LegalizeOp()
HDLegalizeVectorTypes.cpp63 case ISD::FPOWI: in ScalarizeVectorResult()
1087 case ISD::FPOWI: in SplitVectorResult()
4484 case ISD::FPOWI: in WidenVectorResult()
HDLegalizeDAG.cpp4661 case ISD::FPOWI: in ConvertNodeToLibcall()
5495 case ISD::FPOWI: { in PromoteNode()
HDLegalizeIntegerTypes.cpp1996 case ISD::FPOWI: in PromoteIntegerOperand()
2526 N->getOpcode() == ISD::FPOWI || N->getOpcode() == ISD::STRICT_FPOWI; in PromoteIntOp_ExpOp()
HDSelectionDAGBuilder.cpp5881 return DAG.getNode(ISD::FPOWI, DL, LHS.getValueType(), LHS, RHS); in ExpandPowI()
HDSelectionDAG.cpp5453 case ISD::FPOWI: in isKnownNeverNaN()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetLoweringBase.cpp763 setOperationAction({ISD::FROUND, ISD::FPOWI, ISD::FLDEXP, ISD::FFREXP}, VT, in initActions()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUISelDAGToDAG.cpp152 case ISD::FPOWI: in fp16SrcZerosHighBits()
HDSIISelLowering.cpp212 ISD::FSIN, ISD::FCOS, ISD::FPOW, ISD::FPOWI, in SITargetLowering()
475 setOperationAction({ISD::FPOW, ISD::FPOWI}, MVT::f16, Promote); in SITargetLowering()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsSEISelLowering.cpp143 setOperationAction(ISD::FPOWI, MVT::f16, Promote); in MipsSETargetLowering()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.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-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.cpp735 for (auto Op : {ISD::FREM, ISD::FPOW, ISD::FPOWI, in AArch64TargetLowering()
1625 setOperationAction(ISD::FPOWI, VT, Expand); in AArch64TargetLowering()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp1193 setOperationAction(ISD::FPOWI, MVT::f128, Expand); in PPCTargetLowering()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelLowering.cpp1546 setOperationAction(ISD::FPOWI, MVT::f16, Promote); in ARMTargetLowering()