/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | ConstrainedOps.def | 79 DAG_FUNCTION(exp2, 1, 1, experimental_constrained_exp2, FEXP2)
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 985 FEXP2, enumerator
|
H A D | BasicTTIImpl.h | 2004 ISD = ISD::FEXP2; in getTypeBasedIntrinsicInstrCost()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 245 case ISD::FEXP2: return "fexp2"; in getOperationName()
|
H A D | LegalizeFloatTypes.cpp | 98 case ISD::FEXP2: R = SoftenFloatRes_FEXP2(N); break; in SoftenFloatResult() 1428 case ISD::FEXP2: ExpandFloatRes_FEXP2(N, Lo, Hi); break; in ExpandFloatResult() 2606 case ISD::FEXP2: in PromoteFloatResult() 3047 case ISD::FEXP2: in SoftPromoteHalfResult()
|
H A D | LegalizeVectorOps.cpp | 418 case ISD::FEXP2: in LegalizeOp()
|
H A D | LegalizeVectorTypes.cpp | 99 case ISD::FEXP2: in ScalarizeVectorResult() 1174 case ISD::FEXP2: in SplitVectorResult() 4537 case ISD::FEXP2: in WidenVectorResult()
|
H A D | LegalizeDAG.cpp | 4595 case ISD::FEXP2: in ConvertNodeToLibcall() 5555 case ISD::FEXP2: in PromoteNode()
|
H A D | SelectionDAGBuilder.cpp | 5799 return DAG.getNode(ISD::FEXP2, dl, Op.getValueType(), Op, Flags); in expandExp2() 9368 if (visitUnaryFloatCall(I, ISD::FEXP2)) in visitCall()
|
H A D | SelectionDAG.cpp | 5416 case ISD::FEXP2: 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() 415 setOperationAction({ISD::FLOG2, ISD::FEXP2}, MVT::f16, Custom); in AMDGPUTargetLowering() 532 ISD::FDIV, ISD::FEXP2, ISD::FEXP, in AMDGPUTargetLowering() 1398 case ISD::FEXP2: in LowerOperation() 1437 case ISD::FEXP2: in ReplaceNodeResults() 2893 : (unsigned)ISD::FEXP2, in lowerFEXPUnsafe() 2927 const unsigned Exp2Op = VT == MVT::f32 ? AMDGPUISD::EXP : ISD::FEXP2; in lowerFEXP10Unsafe()
|
H A D | AMDGPUISelDAGToDAG.cpp | 158 case ISD::FEXP2: in fp16SrcZerosHighBits()
|
H A D | SIISelLowering.cpp | 214 ISD::FLOG10, ISD::FEXP, ISD::FEXP2, ISD::FEXP10, in SITargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsSEISelLowering.cpp | 149 setOperationAction(ISD::FEXP2, MVT::f16, Promote); in MipsSETargetLowering() 387 setOperationAction(ISD::FEXP2, Ty, Legal); in addMSAFloatType() 1890 DAG.getNode(ISD::FEXP2, SDLoc(Op), ResTy, Op->getOperand(2))); in lowerINTRINSIC_WO_CHAIN()
|
H A D | MipsMSAInstrInfo.td | 2030 // 1.0 when we only need to match ISD::FEXP2.
|
/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/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 263 ISD::FEXP, ISD::FEXP2}) in WebAssemblyTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 534 def fexp2 : SDNode<"ISD::FEXP2" , SDTFPUnaryOp>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 385 setOperationAction(ISD::FEXP2, VT, Expand); in addMVEVectorTypes() 888 setOperationAction(ISD::FEXP2, MVT::v2f64, Expand); in ARMTargetLowering() 911 setOperationAction(ISD::FEXP2, MVT::v4f32, Expand); in ARMTargetLowering() 929 setOperationAction(ISD::FEXP2, MVT::v2f32, Expand); in ARMTargetLowering() 1071 setOperationAction(ISD::FEXP2, MVT::f64, Expand); in ARMTargetLowering() 1549 setOperationAction(ISD::FEXP2, MVT::f16, Promote); in ARMTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 1505 // ConstantFP, DEBUGTRAP, FCEIL, FCOPYSIGN, FEXP, FEXP2, FFLOOR, FGETSIGN, in HexagonTargetLowering() 1656 ISD::FLOG10, ISD::FEXP, ISD::FEXP2, ISD::FCEIL, ISD::FTRUNC, in HexagonTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 449 case ISD::FEXP2: in NVPTXTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 739 ISD::FTAN, ISD::FEXP, ISD::FEXP2, in AArch64TargetLowering() 1192 ISD::FLOG10, ISD::FEXP, ISD::FEXP2, in AArch64TargetLowering() 1637 setOperationAction(ISD::FEXP2, VT, Expand); in AArch64TargetLowering() 1854 setOperationAction(ISD::FEXP2, 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() 999 setOperationAction(ISD::FEXP2, VT, Expand); in RISCVTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 860 setOperationAction(ISD::FEXP2, VT, Expand); in PPCTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 620 setOperationAction(ISD::FEXP2, VT, Action); in X86TargetLowering() 947 setOperationAction(ISD::FEXP2, MVT::f80, Expand); in X86TargetLowering() 968 setOperationAction(ISD::FEXP2, VT, Expand); in X86TargetLowering()
|