Home
last modified time | relevance | path

Searched refs:FEXP2 (Results 1 – 25 of 25) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstrainedOps.def61 FUNCTION(exp2, 1, 1, experimental_constrained_exp2, FEXP2)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h641 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator
DBasicTTIImpl.h1232 ISDs.push_back(ISD::FEXP2);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp215 case ISD::FEXP2: return "fexp2"; in getOperationName()
DLegalizeFloatTypes.cpp85 case ISD::FEXP2: R = SoftenFloatRes_FEXP2(N); break; in SoftenFloatResult()
1147 case ISD::FEXP2: ExpandFloatRes_FEXP2(N, Lo, Hi); break; in ExpandFloatResult()
2111 case ISD::FEXP2: in PromoteFloatResult()
DLegalizeVectorOps.cpp428 case ISD::FEXP2: in LegalizeOp()
DLegalizeVectorTypes.cpp84 case ISD::FEXP2: in ScalarizeVectorResult()
877 case ISD::FEXP2: in SplitVectorResult()
2808 case ISD::FEXP2: in WidenVectorResult()
DLegalizeDAG.cpp3996 case ISD::FEXP2: in ConvertNodeToLibcall()
4516 case ISD::FEXP2: in PromoteNode()
DSelectionDAGBuilder.cpp5378 return DAG.getNode(ISD::FEXP2, dl, Op.getValueType(), Op); in expandExp2()
7723 if (visitUnaryFloatCall(I, ISD::FEXP2)) in visitCall()
DSelectionDAG.cpp4110 case ISD::FEXP2: in isKnownNeverNaN()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp153 setOperationAction(ISD::FEXP2, MVT::f16, Promote); in MipsSETargetLowering()
390 setOperationAction(ISD::FEXP2, Ty, Legal); in addMSAFloatType()
1896 DAG.getNode(ISD::FEXP2, SDLoc(Op), ResTy, Op->getOperand(2))); in lowerINTRINSIC_WO_CHAIN()
DMipsMSAInstrInfo.td2051 // 1.0 when we only need to match ISD::FEXP2.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp749 setOperationAction(ISD::FEXP2, VT, Expand); in initActions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp194 ISD::FEXP, ISD::FEXP2, ISD::FRINT}) { in WebAssemblyTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp251 setOperationAction(ISD::FEXP2, MVT::f32, Legal); in AMDGPUTargetLowering()
410 setOperationAction(ISD::FEXP2, VT, Expand); in AMDGPUTargetLowering()
2311 return DAG.getNode(ISD::FEXP2, SL, VT, Mul, Op->getFlags()); in lowerFEXP()
DSIISelLowering.cpp8615 case ISD::FEXP2: in fp16SrcZerosHighBits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td459 def fexp2 : SDNode<"ISD::FEXP2" , SDTFPUnaryOp>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp356 setOperationAction(ISD::FEXP2, VT, Expand); in addMVEVectorTypes()
804 setOperationAction(ISD::FEXP2, MVT::v2f64, Expand); in ARMTargetLowering()
825 setOperationAction(ISD::FEXP2, MVT::v4f32, Expand); in ARMTargetLowering()
841 setOperationAction(ISD::FEXP2, MVT::v2f32, Expand); in ARMTargetLowering()
970 setOperationAction(ISD::FEXP2, MVT::f64, Expand); in ARMTargetLowering()
1413 setOperationAction(ISD::FEXP2, MVT::f16, Promote); in ARMTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp420 setOperationAction(ISD::FEXP2, MVT::f16, Promote); in AArch64TargetLowering()
421 setOperationAction(ISD::FEXP2, MVT::v4f16, Expand); in AArch64TargetLowering()
422 setOperationAction(ISD::FEXP2, MVT::v8f16, Expand); in AArch64TargetLowering()
886 setOperationAction(ISD::FEXP2, VT, Expand); in addTypeForNEON()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenFastISel.inc373 // FastEmit functions for ISD::FEXP2.
1199 case ISD::FEXP2: return fastEmit_ISD_FEXP2_r(VT, RetVT, Op0, Op0IsKill);
DMipsGenDAGISel.inc27751 /* 52478*/ OPC_CheckOpcode, TARGET_VAL(ISD::FEXP2),
27770 /* 52512*/ OPC_CheckOpcode, TARGET_VAL(ISD::FEXP2),
29923 /* 56937*/ /*SwitchOpcode*/ 25, TARGET_VAL(ISD::FEXP2),// ->56965
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1484 ISD::FLOG10, ISD::FEXP, ISD::FEXP2, ISD::FCEIL, ISD::FTRUNC, in HexagonTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp648 setOperationAction(ISD::FEXP2, VT, Expand); in PPCTargetLowering()
1011 setOperationAction(ISD::FEXP2 , MVT::v4f64, Expand); in PPCTargetLowering()
1056 setOperationAction(ISD::FEXP2 , MVT::v4f32, Expand); in PPCTargetLowering()
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst472 - pan/bi: Lower FEXP2 with a table
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp750 setOperationAction(ISD::FEXP2, MVT::f80, Expand); in X86TargetLowering()
767 setOperationAction(ISD::FEXP2, VT, Expand); in X86TargetLowering()