Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h516 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator
DBasicTTIImpl.h639 ISD = ISD::FLOG2; in getIntrinsicInstrCost()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp171 case ISD::FLOG2: return "flog2"; in getOperationName()
DLegalizeFloatTypes.cpp88 case ISD::FLOG2: R = SoftenFloatRes_FLOG2(N); break; in SoftenFloatResult()
1010 case ISD::FLOG2: ExpandFloatRes_FLOG2(N, Lo, Hi); break; in ExpandFloatResult()
1858 case ISD::FLOG2: in PromoteFloatResult()
DLegalizeVectorOps.cpp313 case ISD::FLOG2: in LegalizeOp()
DLegalizeVectorTypes.cpp85 case ISD::FLOG2: in ScalarizeVectorResult()
640 case ISD::FLOG2: in SplitVectorResult()
2098 case ISD::FLOG2: in WidenVectorResult()
DLegalizeDAG.cpp4055 case ISD::FLOG2: in ConvertNodeToLibcall()
4449 case ISD::FLOG2: in PromoteNode()
DSelectionDAGBuilder.cpp4041 return DAG.getNode(ISD::FLOG2, dl, Op.getValueType(), Op); in expandLog2()
5870 if (visitUnaryFloatCall(I, ISD::FLOG2)) in visitCall()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp841 setOperationAction(ISD::FLOG2, VT, Expand); in initActions()
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp314 setOperationAction(ISD::FLOG2, Ty, Legal); in addMSAFloatType()
1875 return DAG.getNode(ISD::FLOG2, DL, Op->getValueType(0), Op->getOperand(1)); in lowerINTRINSIC_WO_CHAIN()
DMipsISelLowering.cpp369 setOperationAction(ISD::FLOG2, MVT::f32, Expand); in MipsTargetLowering()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp87 setOperationAction(ISD::FLOG2, MVT::f32, Legal); in AMDGPUTargetLowering()
349 setOperationAction(ISD::FLOG2, VT, Expand); in AMDGPUTargetLowering()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td435 def flog2 : SDNode<"ISD::FLOG2" , SDTFPUnaryOp>;
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp301 setOperationAction(ISD::FLOG2, MVT::f16, Promote); in AArch64TargetLowering()
352 setOperationAction(ISD::FLOG2, MVT::v4f16, Expand); in AArch64TargetLowering()
386 setOperationAction(ISD::FLOG2, MVT::v8f16, Expand); in AArch64TargetLowering()
653 setOperationAction(ISD::FLOG2, VT.getSimpleVT(), Expand); in addTypeForNEON()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp507 setOperationAction(ISD::FLOG2, MVT::v2f64, Expand); in ARMTargetLowering()
525 setOperationAction(ISD::FLOG2, MVT::v4f32, Expand); in ARMTargetLowering()
542 setOperationAction(ISD::FLOG2, MVT::v2f32, Expand); in ARMTargetLowering()
666 setOperationAction(ISD::FLOG2, MVT::f64, Expand); in ARMTargetLowering()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1759 ISD::FCOS, ISD::FPOWI, ISD::FPOW, ISD::FLOG, ISD::FLOG2, in HexagonTargetLowering()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp458 setOperationAction(ISD::FLOG2, VT, Expand); in PPCTargetLowering()
700 setOperationAction(ISD::FLOG2 , MVT::v4f64, Expand); in PPCTargetLowering()
746 setOperationAction(ISD::FLOG2 , MVT::v4f32, Expand); in PPCTargetLowering()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp674 setOperationAction(ISD::FLOG2, MVT::f80, Expand); in X86TargetLowering()
738 setOperationAction(ISD::FLOG2, VT, Expand); in X86TargetLowering()