Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h458 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp658 setOperationAction(ISD::FLOG2, MVT::f16, Expand); in TargetLoweringBase()
668 setOperationAction(ISD::FLOG2, MVT::f32, Expand); in TargetLoweringBase()
678 setOperationAction(ISD::FLOG2, MVT::f64, Expand); in TargetLoweringBase()
688 setOperationAction(ISD::FLOG2, MVT::f128, Expand); in TargetLoweringBase()
DBasicTargetTransformInfo.cpp412 case Intrinsic::log2: ISD = ISD::FLOG2; break; in getIntrinsicInstrCost()
/external/llvm/lib/Target/R600/
DAMDGPUISelLowering.cpp44 setOperationAction(ISD::FLOG2, MVT::f32, Legal); in AMDGPUTargetLowering()
DR600ISelLowering.cpp925 SDValue LogBase = DAG.getNode(ISD::FLOG2, DL, VT, Op.getOperand(0)); in LowerFPOW()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp152 case ISD::FLOG2: return "flog2"; in getOperationName()
DLegalizeVectorOps.cpp236 case ISD::FLOG2: in LegalizeOp()
DLegalizeFloatTypes.cpp78 case ISD::FLOG2: R = SoftenFloatRes_FLOG2(N); break; in SoftenFloatResult()
810 case ISD::FLOG2: ExpandFloatRes_FLOG2(N, Lo, Hi); break; in ExpandFloatResult()
DLegalizeVectorTypes.cpp79 case ISD::FLOG2: in ScalarizeVectorResult()
534 case ISD::FLOG2: in SplitVectorResult()
1434 case ISD::FLOG2: in WidenVectorResult()
DLegalizeDAG.cpp3181 case ISD::FLOG2: in ExpandNode()
3901 case ISD::FLOG2: in PromoteNode()
DSelectionDAGBuilder.cpp3991 return DAG.getNode(ISD::FLOG2, dl, Op.getValueType(), Op); in expandLog2()
5628 if (visitUnaryFloatCall(I, ISD::FLOG2)) in visitCall()
/external/llvm/lib/Target/MBlaze/
DMBlazeISelLowering.cpp88 setOperationAction(ISD::FLOG2, MVT::f32, Expand); in MBlazeTargetLowering()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp185 setOperationAction(ISD::FLOG2, MVT::f32, Expand); in AArch64TargetLowering()
186 setOperationAction(ISD::FLOG2, MVT::f64, Expand); in AArch64TargetLowering()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td379 def flog2 : SDNode<"ISD::FLOG2" , SDTFPUnaryOp>;
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp497 setOperationAction(ISD::FLOG2, MVT::v2f64, Expand); in ARMTargetLowering()
515 setOperationAction(ISD::FLOG2, MVT::v4f32, Expand); in ARMTargetLowering()
532 setOperationAction(ISD::FLOG2, MVT::v2f32, Expand); in ARMTargetLowering()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp319 setOperationAction(ISD::FLOG2, MVT::f32, Expand); in MipsTargetLowering()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp358 setOperationAction(ISD::FLOG2, VT, Expand); in PPCTargetLowering()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp741 setOperationAction(ISD::FLOG2, MVT::f80, Expand); in X86TargetLowering()
803 setOperationAction(ISD::FLOG2, VT, Expand); in X86TargetLowering()