Searched refs:FLOG (Results 1 – 14 of 14) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 498 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator
|
D | BasicTTIImpl.h | 575 ISD = ISD::FLOG; in getIntrinsicInstrCost()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 160 case ISD::FLOG: return "flog"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 81 case ISD::FLOG: R = SoftenFloatRes_FLOG(N); break; in SoftenFloatResult() 897 case ISD::FLOG: ExpandFloatRes_FLOG(N, Lo, Hi); break; in ExpandFloatResult() 1740 case ISD::FLOG: in PromoteFloatResult()
|
D | LegalizeVectorOps.cpp | 306 case ISD::FLOG: in LegalizeOp()
|
D | LegalizeVectorTypes.cpp | 82 case ISD::FLOG: in ScalarizeVectorResult() 623 case ISD::FLOG: in SplitVectorResult() 1805 case ISD::FLOG: in WidenVectorResult()
|
D | LegalizeDAG.cpp | 3328 case ISD::FLOG: in ExpandNode() 4251 case ISD::FLOG: in PromoteNode()
|
D | SelectionDAGBuilder.cpp | 4153 return DAG.getNode(ISD::FLOG, dl, Op.getValueType(), Op); in expandLog()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 833 setOperationAction(ISD::FLOG , VT, Expand); in initActions()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 310 setOperationAction(ISD::FLOG, MVT::f16, Promote); in AArch64TargetLowering() 359 setOperationAction(ISD::FLOG, MVT::v4f16, Expand); in AArch64TargetLowering() 393 setOperationAction(ISD::FLOG, MVT::v8f16, Expand); in AArch64TargetLowering() 642 setOperationAction(ISD::FLOG, VT.getSimpleVT(), Expand); in addTypeForNEON()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 469 setOperationAction(ISD::FLOG, MVT::v2f64, Expand); in ARMTargetLowering() 487 setOperationAction(ISD::FLOG, MVT::v4f32, Expand); in ARMTargetLowering() 504 setOperationAction(ISD::FLOG, MVT::v2f32, Expand); in ARMTargetLowering() 608 setOperationAction(ISD::FLOG, MVT::f64, Expand); in ARMTargetLowering()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 446 setOperationAction(ISD::FLOG, VT, Expand); in PPCTargetLowering() 667 setOperationAction(ISD::FLOG , MVT::v4f64, Expand); in PPCTargetLowering() 713 setOperationAction(ISD::FLOG , MVT::v4f32, Expand); in PPCTargetLowering()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 347 setOperationAction(ISD::FLOG, MVT::f32, Expand); in MipsTargetLowering()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 657 setOperationAction(ISD::FLOG, MVT::f80, Expand); in X86TargetLowering() 721 setOperationAction(ISD::FLOG, VT, Expand); in X86TargetLowering()
|