/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 451 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 525 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator
|
D | BasicTTIImpl.h | 760 ISDs.push_back(ISD::FLOG10); in getIntrinsicInstrCost()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 181 case ISD::FLOG10: in LegalizeOp()
|
D | LegalizeFloatTypes.cpp | 77 case ISD::FLOG10: R = SoftenFloatRes_FLOG10(N); break; in SoftenFloatResult() 860 case ISD::FLOG10: ExpandFloatRes_FLOG10(N, Lo, Hi); break; in ExpandFloatResult()
|
D | LegalizeVectorTypes.cpp | 78 case ISD::FLOG10: in ScalarizeVectorResult() 454 case ISD::FLOG10: in SplitVectorResult() 1305 case ISD::FLOG10: in WidenVectorResult()
|
D | TargetLowering.cpp | 582 setOperationAction(ISD::FLOG10,MVT::f64, Expand); in TargetLowering() 587 setOperationAction(ISD::FLOG10,MVT::f32, Expand); in TargetLowering()
|
D | LegalizeDAG.cpp | 3347 case ISD::FLOG10: in ExpandNode()
|
D | SelectionDAG.cpp | 5969 case ISD::FLOG10: return "flog10"; in getOperationName()
|
D | SelectionDAGBuilder.cpp | 4050 result = DAG.getNode(ISD::FLOG10, dl, in visitLog10()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 172 case ISD::FLOG10: return "flog10"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 89 case ISD::FLOG10: R = SoftenFloatRes_FLOG10(N); break; in SoftenFloatResult() 1029 case ISD::FLOG10: ExpandFloatRes_FLOG10(N, Lo, Hi); break; in ExpandFloatResult() 1877 case ISD::FLOG10: in PromoteFloatResult()
|
D | LegalizeVectorOps.cpp | 315 case ISD::FLOG10: in LegalizeOp()
|
D | LegalizeVectorTypes.cpp | 84 case ISD::FLOG10: in ScalarizeVectorResult() 642 case ISD::FLOG10: in SplitVectorResult() 2160 case ISD::FLOG10: in WidenVectorResult()
|
D | LegalizeDAG.cpp | 3841 case ISD::FLOG10: in ConvertNodeToLibcall() 4233 case ISD::FLOG10: in PromoteNode()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeISelLowering.cpp | 88 setOperationAction(ISD::FLOG10, MVT::f32, Expand); in MBlazeTargetLowering()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 926 setOperationAction(ISD::FLOG10, VT, Expand); in initActions()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 289 setOperationAction(ISD::FLOG10, MVT::f16, Promote); in AArch64TargetLowering() 340 setOperationAction(ISD::FLOG10, MVT::v4f16, Expand); in AArch64TargetLowering() 374 setOperationAction(ISD::FLOG10, MVT::v8f16, Expand); in AArch64TargetLowering() 657 setOperationAction(ISD::FLOG10, VT, Expand); in addTypeForNEON()
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 179 setOperationAction(ISD::FLOG10, MVT::f32, Expand); in MipsTargetLowering()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 506 setOperationAction(ISD::FLOG10, MVT::v2f64, Expand); in ARMTargetLowering() 524 setOperationAction(ISD::FLOG10, MVT::v4f32, Expand); in ARMTargetLowering() 541 setOperationAction(ISD::FLOG10, MVT::v2f32, Expand); in ARMTargetLowering() 670 setOperationAction(ISD::FLOG10, MVT::f64, Expand); in ARMTargetLowering()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1947 ISD::FLOG10, ISD::FEXP, ISD::FEXP2, ISD::FCEIL, ISD::FTRUNC, in HexagonTargetLowering()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 465 setOperationAction(ISD::FLOG10, VT, Expand); in PPCTargetLowering() 716 setOperationAction(ISD::FLOG10 , MVT::v4f64, Expand); in PPCTargetLowering() 762 setOperationAction(ISD::FLOG10 , MVT::v4f32, Expand); in PPCTargetLowering()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 366 setOperationAction(ISD::FLOG10, MVT::f32, Expand); in MipsTargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 677 setOperationAction(ISD::FLOG10, MVT::f80, Expand); in X86TargetLowering() 728 setOperationAction(ISD::FLOG10, (MVT::SimpleValueType)VT, Expand); in X86TargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 476 setOperationAction(ISD::FLOG10, MVT::v2f64, Expand); in ARMTargetLowering()
|