/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 | 757 ISDs.push_back(ISD::FLOG); in getIntrinsicInstrCost()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 179 case ISD::FLOG: in LegalizeOp()
|
D | LegalizeFloatTypes.cpp | 75 case ISD::FLOG: R = SoftenFloatRes_FLOG(N); break; in SoftenFloatResult() 858 case ISD::FLOG: ExpandFloatRes_FLOG(N, Lo, Hi); break; in ExpandFloatResult()
|
D | LegalizeVectorTypes.cpp | 77 case ISD::FLOG: in ScalarizeVectorResult() 453 case ISD::FLOG: in SplitVectorResult() 1304 case ISD::FLOG: in WidenVectorResult()
|
D | TargetLowering.cpp | 580 setOperationAction(ISD::FLOG , MVT::f64, Expand); in TargetLowering() 585 setOperationAction(ISD::FLOG , MVT::f32, Expand); in TargetLowering()
|
D | LegalizeDAG.cpp | 3339 case ISD::FLOG: in ExpandNode()
|
D | SelectionDAG.cpp | 5967 case ISD::FLOG: return "flog"; in getOperationName()
|
D | SelectionDAGBuilder.cpp | 3839 result = DAG.getNode(ISD::FLOG, dl, in visitLog()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 170 case ISD::FLOG: return "flog"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 87 case ISD::FLOG: R = SoftenFloatRes_FLOG(N); break; in SoftenFloatResult() 1027 case ISD::FLOG: ExpandFloatRes_FLOG(N, Lo, Hi); break; in ExpandFloatResult() 1875 case ISD::FLOG: in PromoteFloatResult()
|
D | LegalizeVectorOps.cpp | 313 case ISD::FLOG: in LegalizeOp()
|
D | LegalizeVectorTypes.cpp | 83 case ISD::FLOG: in ScalarizeVectorResult() 641 case ISD::FLOG: in SplitVectorResult() 2159 case ISD::FLOG: in WidenVectorResult()
|
D | LegalizeDAG.cpp | 3831 case ISD::FLOG: in ConvertNodeToLibcall() 4231 case ISD::FLOG: in PromoteNode()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeISelLowering.cpp | 86 setOperationAction(ISD::FLOG, MVT::f32, Expand); in MBlazeTargetLowering()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 924 setOperationAction(ISD::FLOG , VT, Expand); in initActions()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 287 setOperationAction(ISD::FLOG, MVT::f16, Promote); in AArch64TargetLowering() 338 setOperationAction(ISD::FLOG, MVT::v4f16, Expand); in AArch64TargetLowering() 372 setOperationAction(ISD::FLOG, MVT::v8f16, Expand); in AArch64TargetLowering() 655 setOperationAction(ISD::FLOG, VT, Expand); in addTypeForNEON()
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 177 setOperationAction(ISD::FLOG, MVT::f32, Expand); in MipsTargetLowering()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 504 setOperationAction(ISD::FLOG, MVT::v2f64, Expand); in ARMTargetLowering() 522 setOperationAction(ISD::FLOG, MVT::v4f32, Expand); in ARMTargetLowering() 539 setOperationAction(ISD::FLOG, MVT::v2f32, Expand); in ARMTargetLowering() 668 setOperationAction(ISD::FLOG, MVT::f64, Expand); in ARMTargetLowering()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1946 ISD::FCOS, ISD::FPOWI, ISD::FPOW, ISD::FLOG, ISD::FLOG2, in HexagonTargetLowering()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 464 setOperationAction(ISD::FLOG, VT, Expand); in PPCTargetLowering() 714 setOperationAction(ISD::FLOG , MVT::v4f64, Expand); in PPCTargetLowering() 760 setOperationAction(ISD::FLOG , MVT::v4f32, Expand); in PPCTargetLowering()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 364 setOperationAction(ISD::FLOG, MVT::f32, Expand); in MipsTargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 675 setOperationAction(ISD::FLOG, MVT::f80, Expand); in X86TargetLowering() 726 setOperationAction(ISD::FLOG, (MVT::SimpleValueType)VT, Expand); in X86TargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 474 setOperationAction(ISD::FLOG, MVT::v2f64, Expand); in ARMTargetLowering()
|