/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 986 FEXP10, enumerator
|
H A D | BasicTTIImpl.h | 2007 ISD = ISD::FEXP10; in getTypeBasedIntrinsicInstrCost()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 247 case ISD::FEXP10: return "fexp10"; in getOperationName()
|
H A D | LegalizeFloatTypes.cpp | 99 case ISD::FEXP10: R = SoftenFloatRes_FEXP10(N); break; in SoftenFloatResult() 1429 case ISD::FEXP10: ExpandFloatRes_FEXP10(N, Lo, Hi); break; in ExpandFloatResult() 2607 case ISD::FEXP10: in PromoteFloatResult() 3048 case ISD::FEXP10: in SoftPromoteHalfResult()
|
H A D | LegalizeVectorOps.cpp | 419 case ISD::FEXP10: in LegalizeOp()
|
H A D | LegalizeVectorTypes.cpp | 100 case ISD::FEXP10: in ScalarizeVectorResult() 1175 case ISD::FEXP10: in SplitVectorResult() 4538 case ISD::FEXP10: in WidenVectorResult()
|
H A D | LegalizeDAG.cpp | 4600 case ISD::FEXP10: in ConvertNodeToLibcall() 5556 case ISD::FEXP10: in PromoteNode()
|
H A D | SelectionDAGBuilder.cpp | 6825 case Intrinsic::exp10: Opcode = ISD::FEXP10; break; in visitIntrinsicCall() 9374 if (visitUnaryFloatCall(I, ISD::FEXP10)) in visitCall()
|
H A D | SelectionDAG.cpp | 5417 case ISD::FEXP10: in isKnownNeverNaN()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 402 {ISD::FLOG, ISD::FLOG10, ISD::FEXP, ISD::FEXP2, ISD::FEXP10}, MVT::f32, in AMDGPUTargetLowering() 418 setOperationAction({ISD::FLOG10, ISD::FLOG, ISD::FEXP, ISD::FEXP10}, MVT::f16, in AMDGPUTargetLowering() 533 ISD::FEXP10, ISD::FLOG2, ISD::FREM, in AMDGPUTargetLowering() 1396 case ISD::FEXP10: in LowerOperation() 1442 case ISD::FEXP10: in ReplaceNodeResults() 2980 const bool IsExp10 = Op.getOpcode() == ISD::FEXP10; in lowerFEXP()
|
H A D | SIISelLowering.cpp | 214 ISD::FLOG10, ISD::FEXP, ISD::FEXP2, ISD::FEXP10, in SITargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 828 ISD::FEXP, ISD::FEXP2, ISD::FEXP10, ISD::FFLOOR, in initActions()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 535 def fexp10 : SDNode<"ISD::FEXP10" , SDTFPUnaryOp>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 386 setOperationAction(ISD::FEXP10, VT, Expand); in addMVEVectorTypes() 889 setOperationAction(ISD::FEXP10, MVT::v2f64, Expand); in ARMTargetLowering() 912 setOperationAction(ISD::FEXP10, MVT::v4f32, Expand); in ARMTargetLowering() 930 setOperationAction(ISD::FEXP10, MVT::v2f32, Expand); in ARMTargetLowering() 1072 setOperationAction(ISD::FEXP10, MVT::f64, Expand); in ARMTargetLowering() 1550 setOperationAction(ISD::FEXP10, MVT::f16, Promote); in ARMTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 740 ISD::FEXP10, ISD::FLOG, ISD::FLOG2, in AArch64TargetLowering() 1193 ISD::FEXP10, ISD::FRINT, ISD::FROUND, in AArch64TargetLowering() 1638 setOperationAction(ISD::FEXP10, VT, Expand); in AArch64TargetLowering() 1855 setOperationAction(ISD::FEXP10, VT, Expand); in addTypeForNEON()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 507 ISD::FEXP2, ISD::FEXP10, ISD::FLOG, ISD::FLOG2, in RISCVTargetLowering() 1000 setOperationAction(ISD::FEXP10, VT, Expand); in RISCVTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 621 setOperationAction(ISD::FEXP10, VT, Action); in X86TargetLowering() 948 setOperationAction(ISD::FEXP10, MVT::f80, Expand); in X86TargetLowering() 969 setOperationAction(ISD::FEXP10, VT, Expand); in X86TargetLowering()
|