Home
last modified time | relevance | path

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

123

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h525 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator
DBasicTTIImpl.h754 ISDs.push_back(ISD::FEXP2); in getIntrinsicInstrCost()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstrainedOps.def61 FUNCTION(exp2, 1, 1, experimental_constrained_exp2, FEXP2)
/external/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);
/external/llvm-project/llvm/include/llvm/IR/
DConstrainedOps.def75 DAG_FUNCTION(exp2, 1, 1, experimental_constrained_exp2, FEXP2)
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h805 FEXP2, enumerator
DBasicTTIImpl.h1427 ISDs.push_back(ISD::FEXP2); in getTypeBasedIntrinsicInstrCost()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp169 case ISD::FEXP2: return "fexp2"; in getOperationName()
DLegalizeFloatTypes.cpp85 case ISD::FEXP2: R = SoftenFloatRes_FEXP2(N); break; in SoftenFloatResult()
1025 case ISD::FEXP2: ExpandFloatRes_FEXP2(N, Lo, Hi); break; in ExpandFloatResult()
1873 case ISD::FEXP2: in PromoteFloatResult()
DLegalizeVectorOps.cpp317 case ISD::FEXP2: in LegalizeOp()
DLegalizeVectorTypes.cpp81 case ISD::FEXP2: in ScalarizeVectorResult()
639 case ISD::FEXP2: in SplitVectorResult()
2157 case ISD::FEXP2: in WidenVectorResult()
/external/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()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp219 case ISD::FEXP2: return "fexp2"; in getOperationName()
DLegalizeFloatTypes.cpp85 case ISD::FEXP2: R = SoftenFloatRes_FEXP2(N); break; in SoftenFloatResult()
1185 case ISD::FEXP2: ExpandFloatRes_FEXP2(N, Lo, Hi); break; in ExpandFloatResult()
2217 case ISD::FEXP2: in PromoteFloatResult()
2581 case ISD::FEXP2: in SoftPromoteHalfResult()
DLegalizeVectorOps.cpp424 case ISD::FEXP2: in LegalizeOp()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp153 setOperationAction(ISD::FEXP2, MVT::f16, Promote); in MipsSETargetLowering()
390 setOperationAction(ISD::FEXP2, Ty, Legal); in addMSAFloatType()
1895 DAG.getNode(ISD::FEXP2, SDLoc(Op), ResTy, Op->getOperand(2))); in lowerINTRINSIC_WO_CHAIN()
/external/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp749 setOperationAction(ISD::FEXP2, VT, Expand); in initActions()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp928 setOperationAction(ISD::FEXP2, VT, Expand); in initActions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp194 ISD::FEXP, ISD::FEXP2, ISD::FRINT}) { in WebAssemblyTargetLowering()
/external/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()
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp313 setOperationAction(ISD::FEXP2, Ty, Legal); in addMSAFloatType()
1870 DAG.getNode(ISD::FEXP2, SDLoc(Op), ResTy, Op->getOperand(2))); in lowerINTRINSIC_WO_CHAIN()

123