Home
last modified time | relevance | path

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

123

/external/one-true-awk/
Dawk.h141 #define FEXP 3 macro
Dlex.c59 { "exp", FEXP, BLTIN },
Drun.c1628 case FEXP: in bltin()
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h525 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator
DBasicTTIImpl.h751 ISDs.push_back(ISD::FEXP); in getIntrinsicInstrCost()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstrainedOps.def60 FUNCTION(exp, 1, 1, experimental_constrained_exp, FEXP)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h641 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator
DBasicTTIImpl.h1229 ISDs.push_back(ISD::FEXP);
/external/llvm-project/llvm/include/llvm/IR/
DConstrainedOps.def74 DAG_FUNCTION(exp, 1, 1, experimental_constrained_exp, FEXP)
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h804 FEXP, enumerator
DBasicTTIImpl.h1424 ISDs.push_back(ISD::FEXP); in getTypeBasedIntrinsicInstrCost()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp168 case ISD::FEXP: return "fexp"; in getOperationName()
DLegalizeFloatTypes.cpp84 case ISD::FEXP: R = SoftenFloatRes_FEXP(N); break; in SoftenFloatResult()
1024 case ISD::FEXP: ExpandFloatRes_FEXP(N, Lo, Hi); break; in ExpandFloatResult()
1872 case ISD::FEXP: in PromoteFloatResult()
DLegalizeVectorOps.cpp316 case ISD::FEXP: in LegalizeOp()
DLegalizeVectorTypes.cpp80 case ISD::FEXP: in ScalarizeVectorResult()
638 case ISD::FEXP: in SplitVectorResult()
2156 case ISD::FEXP: in WidenVectorResult()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp213 case ISD::FEXP: return "fexp"; in getOperationName()
DLegalizeFloatTypes.cpp83 case ISD::FEXP: R = SoftenFloatRes_FEXP(N); break; in SoftenFloatResult()
1145 case ISD::FEXP: ExpandFloatRes_FEXP(N, Lo, Hi); break; in ExpandFloatResult()
2110 case ISD::FEXP: in PromoteFloatResult()
DLegalizeVectorOps.cpp427 case ISD::FEXP: in LegalizeOp()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp217 case ISD::FEXP: return "fexp"; in getOperationName()
DLegalizeFloatTypes.cpp83 case ISD::FEXP: R = SoftenFloatRes_FEXP(N); break; in SoftenFloatResult()
1183 case ISD::FEXP: ExpandFloatRes_FEXP(N, Lo, Hi); break; in ExpandFloatResult()
2216 case ISD::FEXP: in PromoteFloatResult()
2580 case ISD::FEXP: in SoftPromoteHalfResult()
DLegalizeVectorOps.cpp423 case ISD::FEXP: in LegalizeOp()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp748 setOperationAction(ISD::FEXP , VT, Expand); in initActions()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp927 setOperationAction(ISD::FEXP , 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.cpp266 setOperationAction(ISD::FEXP, MVT::f32, Custom); in AMDGPUTargetLowering()
411 setOperationAction(ISD::FEXP, VT, Expand); in AMDGPUTargetLowering()
1146 case ISD::FEXP: in LowerOperation()

123