| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | ConstrainedOps.def | 78 DAG_FUNCTION(log, 1, 1, experimental_constrained_log, FLOG)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 864 FLOG, enumerator
|
| H A D | BasicTTIImpl.h | 1541 ISDs.push_back(ISD::FLOG); in getTypeBasedIntrinsicInstrCost()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 221 case ISD::FLOG: return "flog"; in getOperationName()
|
| H A D | LegalizeFloatTypes.cpp | 89 case ISD::FLOG: R = SoftenFloatRes_FLOG(N); break; in SoftenFloatResult() 1208 case ISD::FLOG: ExpandFloatRes_FLOG(N, Lo, Hi); break; in ExpandFloatResult() 2233 case ISD::FLOG: in PromoteFloatResult() 2597 case ISD::FLOG: in SoftPromoteHalfResult()
|
| H A D | LegalizeVectorOps.cpp | 420 case ISD::FLOG: in LegalizeOp()
|
| H A D | LegalizeVectorTypes.cpp | 87 case ISD::FLOG: in ScalarizeVectorResult() 980 case ISD::FLOG: in SplitVectorResult() 3112 case ISD::FLOG: in WidenVectorResult()
|
| H A D | LegalizeDAG.cpp | 3977 case ISD::FLOG: in ConvertNodeToLibcall() 4738 case ISD::FLOG: in PromoteNode()
|
| H A D | SelectionDAG.cpp | 4335 case ISD::FLOG: in isKnownNeverNaN()
|
| H A D | SelectionDAGBuilder.cpp | 5113 return DAG.getNode(ISD::FLOG, dl, Op.getValueType(), Op, Flags); in expandLog()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 863 setOperationAction(ISD::FLOG , VT, Expand); in initActions()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 307 setOperationAction(ISD::FLOG, MVT::f32, Custom); in AMDGPUTargetLowering() 472 setOperationAction(ISD::FLOG, VT, Expand); in AMDGPUTargetLowering() 1251 case ISD::FLOG: in LowerOperation()
|
| H A D | SIISelLowering.cpp | 408 setOperationAction(ISD::FLOG, MVT::f16, Custom); in SITargetLowering() 9369 case ISD::FLOG: in fp16SrcZerosHighBits()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 210 for (auto Op : {ISD::FCOPYSIGN, ISD::FLOG, ISD::FLOG2, ISD::FLOG10, in WebAssemblyTargetLowering()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 369 setOperationAction(ISD::FLOG, VT, Expand); in addMVEVectorTypes() 844 setOperationAction(ISD::FLOG, MVT::v2f64, Expand); in ARMTargetLowering() 865 setOperationAction(ISD::FLOG, MVT::v4f32, Expand); in ARMTargetLowering() 881 setOperationAction(ISD::FLOG, MVT::v2f32, Expand); in ARMTargetLowering() 1024 setOperationAction(ISD::FLOG, MVT::f64, Expand); in ARMTargetLowering() 1475 setOperationAction(ISD::FLOG, MVT::f16, Promote); in ARMTargetLowering()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 356 setOperationAction(ISD::FLOG, VT, Expand); in AArch64TargetLowering() 597 setOperationAction(ISD::FLOG, MVT::f16, Promote); in AArch64TargetLowering() 598 setOperationAction(ISD::FLOG, MVT::v4f16, Expand); in AArch64TargetLowering() 599 setOperationAction(ISD::FLOG, MVT::v8f16, Expand); in AArch64TargetLowering() 1367 setOperationAction(ISD::FLOG, VT, Expand); in addTypeForNEON()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 1639 ISD::FCOS, ISD::FPOW, ISD::FLOG, ISD::FLOG2, in HexagonTargetLowering()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsSEISelLowering.cpp | 154 setOperationAction(ISD::FLOG, MVT::f16, Promote); in MipsSETargetLowering()
|
| H A D | MipsISelLowering.cpp | 441 setOperationAction(ISD::FLOG, MVT::f32, Expand); in MipsTargetLowering()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 795 setOperationAction(ISD::FLOG, VT, Expand); in PPCTargetLowering()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 792 setOperationAction(ISD::FLOG, MVT::f80, Expand); in X86TargetLowering() 809 setOperationAction(ISD::FLOG, VT, Expand); in X86TargetLowering() 1997 ISD::FLOG, ISD::STRICT_FLOG, in X86TargetLowering()
|