Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def85 DAG_FUNCTION(log2, 1, 1, experimental_constrained_log2, FLOG2)
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1028 FLOG2, enumerator
H A DBasicTTIImpl.h2301 ISD = ISD::FLOG2; in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp266 case ISD::FLOG2: return "flog2"; in getOperationName()
H A DLegalizeFloatTypes.cpp111 case ISD::FLOG2: R = SoftenFloatRes_FLOG2(N); break; in SoftenFloatResult()
1592 case ISD::FLOG2: ExpandFloatRes_FLOG2(N, Lo, Hi); break; in ExpandFloatResult()
2844 case ISD::FLOG2: in PromoteFloatResult()
3329 case ISD::FLOG2: in SoftPromoteHalfResult()
H A DLegalizeVectorOps.cpp429 case ISD::FLOG2: in LegalizeOp()
H A DLegalizeVectorTypes.cpp106 case ISD::FLOG2: in ScalarizeVectorResult()
1228 case ISD::FLOG2: in SplitVectorResult()
4912 case ISD::FLOG2: in WidenVectorResult()
H A DLegalizeDAG.cpp4772 case ISD::FLOG2: in ConvertNodeToLibcall()
5810 case ISD::FLOG2: in PromoteNode()
H A DSelectionDAGBuilder.cpp5789 return DAG.getNode(ISD::FLOG2, dl, Op.getValueType(), Op, Flags); in expandLog2()
9523 if (visitUnaryFloatCall(I, ISD::FLOG2)) in visitCall()
H A DSelectionDAG.cpp5789 case ISD::FLOG2: in isKnownNeverNaN()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp399 setOperationAction(ISD::FLOG2, MVT::f32, Custom); in AMDGPUTargetLowering()
419 setOperationAction({ISD::FLOG2, ISD::FEXP2}, MVT::f16, Legal); in AMDGPUTargetLowering()
422 setOperationAction({ISD::FLOG2, ISD::FEXP2}, MVT::f16, Custom); in AMDGPUTargetLowering()
546 ISD::FEXP10, ISD::FLOG2, ISD::FREM, in AMDGPUTargetLowering()
1447 case ISD::FLOG2: in LowerOperation()
1485 case ISD::FLOG2: in ReplaceNodeResults()
2855 VT == MVT::f32 ? (unsigned)AMDGPUISD::LOG : (unsigned)ISD::FLOG2; in LowerFLOGUnsafe()
H A DAMDGPUISelDAGToDAG.cpp151 case ISD::FLOG2: in fp16SrcZerosHighBits()
H A DSIISelLowering.cpp220 ISD::FLDEXP, ISD::FFREXP, ISD::FLOG, ISD::FLOG2, in SITargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp190 setOperationAction(ISD::FLOG2, MVT::f16, Promote); in MipsSETargetLowering()
427 setOperationAction(ISD::FLOG2, Ty, Legal); in addMSAFloatType()
1938 return DAG.getNode(ISD::FLOG2, DL, Op->getValueType(0), Op->getOperand(1)); in lowerINTRINSIC_WO_CHAIN()
H A DMipsISelLowering.cpp465 setOperationAction(ISD::FLOG2, MVT::f32, Expand); in MipsTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1018 setOperationAction(ISD::FLOG2, MVT::f32, Legal); in NVPTXTargetLowering()
1019 setOperationPromotedToType(ISD::FLOG2, MVT::f16, MVT::f32); in NVPTXTargetLowering()
1020 setOperationPromotedToType(ISD::FLOG2, MVT::bf16, MVT::f32); in NVPTXTargetLowering()
1021 setOperationAction(ISD::FLOG2, {MVT::v2f16, MVT::v2bf16, MVT::v2f32}, in NVPTXTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp810 ISD::FLOG, ISD::FLOG2, in initActions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td568 def flog2 : SDNode<"ISD::FLOG2" , SDTFPUnaryOp>;
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp286 for (auto Op : {ISD::FCOPYSIGN, ISD::FLOG, ISD::FLOG2, ISD::FLOG10, in WebAssemblyTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp392 setOperationAction(ISD::FLOG2, VT, Expand); in addMVEVectorTypes()
875 setOperationAction(ISD::FLOG2, MVT::v2f64, Expand); in ARMTargetLowering()
898 setOperationAction(ISD::FLOG2, MVT::v4f32, Expand); in ARMTargetLowering()
917 setOperationAction(ISD::FLOG2, MVT::v2f32, Expand); in ARMTargetLowering()
1066 setOperationAction(ISD::FLOG2, MVT::f64, Expand); in ARMTargetLowering()
1512 setOperationAction(ISD::FLOG2, MVT::f16, Promote); in ARMTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1724 ISD::FCOS, ISD::FPOW, ISD::FLOG, ISD::FLOG2, in HexagonTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp755 ISD::FEXP10, ISD::FLOG, ISD::FLOG2, in AArch64TargetLowering()
1241 ISD::FPOW, ISD::FLOG, ISD::FLOG2, in AArch64TargetLowering()
1735 setOperationAction(ISD::FLOG2, VT, Expand); in AArch64TargetLowering()
2020 setOperationAction(ISD::FLOG2, 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.cpp867 setOperationAction(ISD::FLOG2, VT, Expand); in PPCTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp624 setOperationAction(ISD::FLOG2, VT, Action); in X86TargetLowering()
957 setOperationAction(ISD::FLOG2, MVT::f80, Expand); in X86TargetLowering()
978 setOperationAction(ISD::FLOG2, VT, Expand); in X86TargetLowering()