Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstrainedOps.def80 DAG_FUNCTION(log2, 1, 1, experimental_constrained_log2, FLOG2)
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h865 FLOG2, enumerator
H A DBasicTTIImpl.h1547 ISDs.push_back(ISD::FLOG2); in getTypeBasedIntrinsicInstrCost()
/netbsd-src/sys/arch/m68k/m68k/
H A Ddb_disasm.h359 #define FLOG2 ENCFT(0,1,0,1,1,0) macro
H A Ddb_disasm.c1438 case FLOG2: in opcode_fpu()
/netbsd-src/sys/arch/m68k/fpe/
H A DREADME70 FMOVECR, FLOGNP1, FLOGN, FLOG10, FLOG2, FMOD, FREM,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp223 case ISD::FLOG2: return "flog2"; in getOperationName()
H A DLegalizeFloatTypes.cpp91 case ISD::FLOG2: R = SoftenFloatRes_FLOG2(N); break; in SoftenFloatResult()
1210 case ISD::FLOG2: ExpandFloatRes_FLOG2(N, Lo, Hi); break; in ExpandFloatResult()
2234 case ISD::FLOG2: in PromoteFloatResult()
2598 case ISD::FLOG2: in SoftPromoteHalfResult()
H A DLegalizeVectorOps.cpp421 case ISD::FLOG2: in LegalizeOp()
H A DLegalizeVectorTypes.cpp89 case ISD::FLOG2: in ScalarizeVectorResult()
982 case ISD::FLOG2: in SplitVectorResult()
3114 case ISD::FLOG2: in WidenVectorResult()
H A DLegalizeDAG.cpp3982 case ISD::FLOG2: in ConvertNodeToLibcall()
4739 case ISD::FLOG2: in PromoteNode()
H A DSelectionDAGBuilder.cpp5210 return DAG.getNode(ISD::FLOG2, dl, Op.getValueType(), Op, Flags); in expandLog2()
7979 if (visitUnaryFloatCall(I, ISD::FLOG2)) in visitCall()
H A DSelectionDAG.cpp4336 case ISD::FLOG2: in isKnownNeverNaN()
/netbsd-src/sys/arch/m68k/fpsp/
H A Ddo_func.sa255 * FLOG2
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp155 setOperationAction(ISD::FLOG2, MVT::f16, Promote); in MipsSETargetLowering()
391 setOperationAction(ISD::FLOG2, Ty, Legal); in addMSAFloatType()
1899 return DAG.getNode(ISD::FLOG2, DL, Op->getValueType(0), Op->getOperand(1)); in lowerINTRINSIC_WO_CHAIN()
H A DMipsISelLowering.cpp442 setOperationAction(ISD::FLOG2, MVT::f32, Expand); in MipsTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp864 setOperationAction(ISD::FLOG2, VT, Expand); in initActions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp296 setOperationAction(ISD::FLOG2, MVT::f32, Legal); in AMDGPUTargetLowering()
470 setOperationAction(ISD::FLOG2, VT, Expand); in AMDGPUTargetLowering()
2300 SDValue Log2Operand = DAG.getNode(ISD::FLOG2, SL, VT, Operand); in LowerFLOG()
H A DSIISelLowering.cpp9370 case ISD::FLOG2: in fp16SrcZerosHighBits()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp210 for (auto Op : {ISD::FCOPYSIGN, ISD::FLOG, ISD::FLOG2, ISD::FLOG10, in WebAssemblyTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td482 def flog2 : SDNode<"ISD::FLOG2" , SDTFPUnaryOp>;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp370 setOperationAction(ISD::FLOG2, VT, Expand); in addMVEVectorTypes()
845 setOperationAction(ISD::FLOG2, MVT::v2f64, Expand); in ARMTargetLowering()
866 setOperationAction(ISD::FLOG2, MVT::v4f32, Expand); in ARMTargetLowering()
882 setOperationAction(ISD::FLOG2, MVT::v2f32, Expand); in ARMTargetLowering()
1025 setOperationAction(ISD::FLOG2, MVT::f64, Expand); in ARMTargetLowering()
1477 setOperationAction(ISD::FLOG2, MVT::f16, Promote); in ARMTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp357 setOperationAction(ISD::FLOG2, VT, Expand); in AArch64TargetLowering()
600 setOperationAction(ISD::FLOG2, MVT::f16, Promote); in AArch64TargetLowering()
601 setOperationAction(ISD::FLOG2, MVT::v4f16, Expand); in AArch64TargetLowering()
602 setOperationAction(ISD::FLOG2, MVT::v8f16, Expand); in AArch64TargetLowering()
1368 setOperationAction(ISD::FLOG2, VT, Expand); in addTypeForNEON()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1639 ISD::FCOS, ISD::FPOW, ISD::FLOG, ISD::FLOG2, in HexagonTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp797 setOperationAction(ISD::FLOG2, VT, Expand); in PPCTargetLowering()

12