Home
last modified time | relevance | path

Searched refs:FEXP2 (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXSubtarget.cpp85 case ISD::FEXP2: in hasNativeBF16Support()
H A DNVPTXISelLowering.cpp551 case ISD::FEXP2: in NVPTXTargetLowering()
1008 setOperationAction(ISD::FEXP2, MVT::f32, Legal); in NVPTXTargetLowering()
1009 setOperationAction(ISD::FEXP2, MVT::v2f32, Expand); in NVPTXTargetLowering()
1010 setFP16OperationAction(ISD::FEXP2, MVT::f16, Legal, Promote); in NVPTXTargetLowering()
1011 setFP16OperationAction(ISD::FEXP2, MVT::v2f16, Legal, Expand); in NVPTXTargetLowering()
1012 setBF16OperationAction(ISD::FEXP2, MVT::bf16, Legal, Promote); in NVPTXTargetLowering()
1013 setBF16OperationAction(ISD::FEXP2, MVT::v2bf16, Legal, Expand); in NVPTXTargetLowering()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def80 DAG_FUNCTION(exp2, 1, 1, experimental_constrained_exp2, FEXP2)
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1031 FEXP2, enumerator
H A DBasicTTIImpl.h2289 ISD = ISD::FEXP2; in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp405 {ISD::FLOG, ISD::FLOG10, ISD::FEXP, ISD::FEXP2, ISD::FEXP10}, MVT::f32, in AMDGPUTargetLowering()
419 setOperationAction({ISD::FLOG2, ISD::FEXP2}, MVT::f16, Legal); in AMDGPUTargetLowering()
422 setOperationAction({ISD::FLOG2, ISD::FEXP2}, MVT::f16, Custom); in AMDGPUTargetLowering()
545 ISD::FDIV, ISD::FEXP2, ISD::FEXP, in AMDGPUTargetLowering()
1455 case ISD::FEXP2: in LowerOperation()
1494 case ISD::FEXP2: in ReplaceNodeResults()
2950 : (unsigned)ISD::FEXP2, in lowerFEXPUnsafe()
2985 : static_cast<unsigned>(ISD::FEXP2); in lowerFEXP10Unsafe()
H A DAMDGPUISelDAGToDAG.cpp154 case ISD::FEXP2: in fp16SrcZerosHighBits()
H A DSIISelLowering.cpp221 ISD::FLOG10, ISD::FEXP, ISD::FEXP2, ISD::FEXP10, in SITargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp812 ISD::FEXP2, ISD::FEXP10, in initActions()
1924 return ISD::FEXP2; in IntrinsicIDToISD()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp261 case ISD::FEXP2: return "fexp2"; in getOperationName()
H A DLegalizeFloatTypes.cpp104 case ISD::FEXP2: R = SoftenFloatRes_FEXP2(N); break; in SoftenFloatResult()
1585 case ISD::FEXP2: ExpandFloatRes_FEXP2(N, Lo, Hi); break; in ExpandFloatResult()
2840 case ISD::FEXP2: in PromoteFloatResult()
3325 case ISD::FEXP2: in SoftPromoteHalfResult()
H A DLegalizeVectorOps.cpp432 case ISD::FEXP2: in LegalizeOp()
H A DLegalizeVectorTypes.cpp101 case ISD::FEXP2: in ScalarizeVectorResult()
1222 case ISD::FEXP2: in SplitVectorResult()
4907 case ISD::FEXP2: in WidenVectorResult()
H A DLegalizeDAG.cpp4787 case ISD::FEXP2: in ConvertNodeToLibcall()
5814 case ISD::FEXP2: in PromoteNode()
H A DSelectionDAGBuilder.cpp5891 return DAG.getNode(ISD::FEXP2, dl, Op.getValueType(), Op, Flags); in expandExp2()
9529 if (visitUnaryFloatCall(I, ISD::FEXP2)) in visitCall()
H A DSelectionDAG.cpp5752 case ISD::FEXP2: in isKnownNeverNaN()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp188 setOperationAction(ISD::FEXP2, MVT::f16, Promote); in MipsSETargetLowering()
426 setOperationAction(ISD::FEXP2, Ty, Legal); in addMSAFloatType()
1934 DAG.getNode(ISD::FEXP2, SDLoc(Op), ResTy, Op->getOperand(2))); in lowerINTRINSIC_WO_CHAIN()
H A DMipsMSAInstrInfo.td1977 // 1.0 when we only need to match ISD::FEXP2.
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td565 def fexp2 : SDNode<"ISD::FEXP2" , SDTFPUnaryOp>;
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp287 ISD::FEXP, ISD::FEXP2}) in WebAssemblyTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp395 setOperationAction(ISD::FEXP2, VT, Expand); in addMVEVectorTypes()
878 setOperationAction(ISD::FEXP2, MVT::v2f64, Expand); in ARMTargetLowering()
901 setOperationAction(ISD::FEXP2, MVT::v4f32, Expand); in ARMTargetLowering()
920 setOperationAction(ISD::FEXP2, MVT::v2f32, Expand); in ARMTargetLowering()
1069 setOperationAction(ISD::FEXP2, MVT::f64, Expand); in ARMTargetLowering()
1508 setOperationAction(ISD::FEXP2, MVT::f16, Promote); in ARMTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1725 ISD::FLOG10, ISD::FEXP, ISD::FEXP2, ISD::FCEIL, ISD::FTRUNC, in HexagonTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp754 ISD::FTAN, ISD::FEXP, ISD::FEXP2, in AArch64TargetLowering()
1242 ISD::FLOG10, ISD::FEXP, ISD::FEXP2, in AArch64TargetLowering()
1732 setOperationAction(ISD::FEXP2, VT, Expand); in AArch64TargetLowering()
2023 setOperationAction(ISD::FEXP2, VT, Expand); in addTypeForNEON()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp538 ISD::FEXP2, ISD::FEXP10, ISD::FLOG, ISD::FLOG2, in RISCVTargetLowering()
775 ISD::FEXP2, ISD::FEXP10, ISD::FLOG, ISD::FLOG2, ISD::FLOG10}; in RISCVTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp869 setOperationAction(ISD::FEXP2, VT, Expand); in PPCTargetLowering()

12