| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | ConstrainedOps.def | 75 DAG_FUNCTION(exp2, 1, 1, experimental_constrained_exp2, FEXP2)
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 922 FEXP2, enumerator
|
| H A D | BasicTTIImpl.h | 1780 ISD = ISD::FEXP2; in getTypeBasedIntrinsicInstrCost()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 223 case ISD::FEXP2: return "fexp2"; in getOperationName()
|
| H A D | LegalizeFloatTypes.cpp | 89 case ISD::FEXP2: R = SoftenFloatRes_FEXP2(N); break; in SoftenFloatResult() 1234 case ISD::FEXP2: ExpandFloatRes_FEXP2(N, Lo, Hi); break; in ExpandFloatResult() 2262 case ISD::FEXP2: in PromoteFloatResult() 2627 case ISD::FEXP2: in SoftPromoteHalfResult()
|
| H A D | LegalizeVectorOps.cpp | 377 case ISD::FEXP2: in LegalizeOp()
|
| H A D | LegalizeVectorTypes.cpp | 90 case ISD::FEXP2: in ScalarizeVectorResult() 1034 case ISD::FEXP2: in SplitVectorResult() 4080 case ISD::FEXP2: in WidenVectorResult()
|
| H A D | LegalizeDAG.cpp | 4085 case ISD::FEXP2: in ConvertNodeToLibcall() 4886 case ISD::FEXP2: in PromoteNode()
|
| H A D | SelectionDAGBuilder.cpp | 5381 return DAG.getNode(ISD::FEXP2, dl, Op.getValueType(), Op, Flags); in expandExp2() 8498 if (visitUnaryFloatCall(I, ISD::FEXP2)) in visitCall()
|
| H A D | SelectionDAG.cpp | 4831 case ISD::FEXP2: in isKnownNeverNaN()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsSEISelLowering.cpp | 150 setOperationAction(ISD::FEXP2, MVT::f16, Promote); in MipsSETargetLowering() 383 setOperationAction(ISD::FEXP2, Ty, Legal); in addMSAFloatType() 1887 DAG.getNode(ISD::FEXP2, SDLoc(Op), ResTy, Op->getOperand(2))); in lowerINTRINSIC_WO_CHAIN()
|
| H A D | MipsMSAInstrInfo.td | 2047 // 1.0 when we only need to match ISD::FEXP2.
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 899 ISD::FEXP2, ISD::FFLOOR, ISD::FNEARBYINT, ISD::FCEIL, in initActions()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 324 setOperationAction({ISD::FCEIL, ISD::FEXP2, ISD::FPOW, ISD::FLOG2, ISD::FABS, in AMDGPUTargetLowering() 448 ISD::FCEIL, ISD::FCOS, ISD::FDIV, ISD::FEXP2, in AMDGPUTargetLowering() 2352 return DAG.getNode(ISD::FEXP2, SL, VT, Mul, Op->getFlags()); in lowerFEXP()
|
| H A D | AMDGPUISelDAGToDAG.cpp | 161 case ISD::FEXP2: in fp16SrcZerosHighBits()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 244 ISD::FEXP, ISD::FEXP2, ISD::FRINT}) in WebAssemblyTargetLowering()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 499 def fexp2 : SDNode<"ISD::FEXP2" , SDTFPUnaryOp>;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 373 setOperationAction(ISD::FEXP2, VT, Expand); in addMVEVectorTypes() 882 setOperationAction(ISD::FEXP2, MVT::v2f64, Expand); in ARMTargetLowering() 903 setOperationAction(ISD::FEXP2, MVT::v4f32, Expand); in ARMTargetLowering() 919 setOperationAction(ISD::FEXP2, MVT::v2f32, Expand); in ARMTargetLowering() 1052 setOperationAction(ISD::FEXP2, MVT::f64, Expand); in ARMTargetLowering() 1528 setOperationAction(ISD::FEXP2, MVT::f16, Promote); in ARMTargetLowering()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 1636 ISD::FLOG10, ISD::FEXP, ISD::FEXP2, ISD::FCEIL, ISD::FTRUNC, in HexagonTargetLowering()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 370 ISD::FEXP2, ISD::FLOG, ISD::FLOG2, ISD::FLOG10}, in RISCVTargetLowering() 732 setOperationAction(ISD::FEXP2, VT, Expand); in RISCVTargetLowering()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 651 ISD::FEXP, ISD::FEXP2, ISD::FLOG, in AArch64TargetLowering() 1406 setOperationAction(ISD::FEXP2, VT, Expand); in AArch64TargetLowering() 1567 setOperationAction(ISD::FEXP2, VT, Expand); in addTypeForNEON()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 844 setOperationAction(ISD::FEXP2, VT, Expand); in PPCTargetLowering()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 580 setOperationAction(ISD::FEXP2, VT, Action); in X86TargetLowering() 890 setOperationAction(ISD::FEXP2, MVT::f80, Expand); in X86TargetLowering() 908 setOperationAction(ISD::FEXP2, VT, Expand); in X86TargetLowering()
|