/external/one-true-awk/ |
D | awk.h | 141 #define FEXP 3 macro
|
D | lex.c | 59 { "exp", FEXP, BLTIN },
|
D | run.c | 1628 case FEXP: in bltin()
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 525 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator
|
D | BasicTTIImpl.h | 751 ISDs.push_back(ISD::FEXP); in getIntrinsicInstrCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ConstrainedOps.def | 60 FUNCTION(exp, 1, 1, experimental_constrained_exp, FEXP)
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 641 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator
|
D | BasicTTIImpl.h | 1229 ISDs.push_back(ISD::FEXP);
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | ConstrainedOps.def | 74 DAG_FUNCTION(exp, 1, 1, experimental_constrained_exp, FEXP)
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 804 FEXP, enumerator
|
D | BasicTTIImpl.h | 1424 ISDs.push_back(ISD::FEXP); in getTypeBasedIntrinsicInstrCost()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 168 case ISD::FEXP: return "fexp"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 84 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()
|
D | LegalizeVectorOps.cpp | 316 case ISD::FEXP: in LegalizeOp()
|
D | LegalizeVectorTypes.cpp | 80 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/ |
D | SelectionDAGDumper.cpp | 213 case ISD::FEXP: return "fexp"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 83 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()
|
D | LegalizeVectorOps.cpp | 427 case ISD::FEXP: in LegalizeOp()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 217 case ISD::FEXP: return "fexp"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 83 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()
|
D | LegalizeVectorOps.cpp | 423 case ISD::FEXP: in LegalizeOp()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 748 setOperationAction(ISD::FEXP , VT, Expand); in initActions()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 927 setOperationAction(ISD::FEXP , VT, Expand); in initActions()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 194 ISD::FEXP, ISD::FEXP2, ISD::FRINT}) { in WebAssemblyTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 266 setOperationAction(ISD::FEXP, MVT::f32, Custom); in AMDGPUTargetLowering() 411 setOperationAction(ISD::FEXP, VT, Expand); in AMDGPUTargetLowering() 1146 case ISD::FEXP: in LowerOperation()
|