Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h498 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator
DBasicTTIImpl.h581 ISD = ISD::FLOG2; in getIntrinsicInstrCost()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp161 case ISD::FLOG2: return "flog2"; in getOperationName()
DLegalizeFloatTypes.cpp82 case ISD::FLOG2: R = SoftenFloatRes_FLOG2(N); break; in SoftenFloatResult()
898 case ISD::FLOG2: ExpandFloatRes_FLOG2(N, Lo, Hi); break; in ExpandFloatResult()
1741 case ISD::FLOG2: in PromoteFloatResult()
DLegalizeVectorOps.cpp307 case ISD::FLOG2: in LegalizeOp()
DLegalizeVectorTypes.cpp84 case ISD::FLOG2: in ScalarizeVectorResult()
625 case ISD::FLOG2: in SplitVectorResult()
1807 case ISD::FLOG2: in WidenVectorResult()
DLegalizeDAG.cpp3333 case ISD::FLOG2: in ExpandNode()
4252 case ISD::FLOG2: in PromoteNode()
DSelectionDAGBuilder.cpp4248 return DAG.getNode(ISD::FLOG2, dl, Op.getValueType(), Op); in expandLog2()
6054 if (visitUnaryFloatCall(I, ISD::FLOG2)) in visitCall()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp834 setOperationAction(ISD::FLOG2, VT, Expand); in initActions()
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp314 setOperationAction(ISD::FLOG2, Ty, Legal); in addMSAFloatType()
1856 return DAG.getNode(ISD::FLOG2, DL, Op->getValueType(0), Op->getOperand(1)); in lowerINTRINSIC_WO_CHAIN()
DMipsISelLowering.cpp348 setOperationAction(ISD::FLOG2, MVT::f32, Expand); in MipsTargetLowering()
/external/llvm/lib/Target/R600/
DAMDGPUISelLowering.cpp124 setOperationAction(ISD::FLOG2, MVT::f32, Legal); in AMDGPUTargetLowering()
368 setOperationAction(ISD::FLOG2, VT, Expand); in AMDGPUTargetLowering()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td407 def flog2 : SDNode<"ISD::FLOG2" , SDTFPUnaryOp>;
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp311 setOperationAction(ISD::FLOG2, MVT::f16, Promote); in AArch64TargetLowering()
360 setOperationAction(ISD::FLOG2, MVT::v4f16, Expand); in AArch64TargetLowering()
394 setOperationAction(ISD::FLOG2, MVT::v8f16, Expand); in AArch64TargetLowering()
643 setOperationAction(ISD::FLOG2, VT.getSimpleVT(), Expand); in addTypeForNEON()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp470 setOperationAction(ISD::FLOG2, MVT::v2f64, Expand); in ARMTargetLowering()
488 setOperationAction(ISD::FLOG2, MVT::v4f32, Expand); in ARMTargetLowering()
505 setOperationAction(ISD::FLOG2, MVT::v2f32, Expand); in ARMTargetLowering()
609 setOperationAction(ISD::FLOG2, MVT::f64, Expand); in ARMTargetLowering()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp448 setOperationAction(ISD::FLOG2, VT, Expand); in PPCTargetLowering()
668 setOperationAction(ISD::FLOG2 , MVT::v4f64, Expand); in PPCTargetLowering()
714 setOperationAction(ISD::FLOG2 , MVT::v4f32, Expand); in PPCTargetLowering()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp658 setOperationAction(ISD::FLOG2, MVT::f80, Expand); in X86TargetLowering()
722 setOperationAction(ISD::FLOG2, VT, Expand); in X86TargetLowering()