/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 451 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator
|
/external/one-true-awk/ |
D | awk.h | 125 #define FEXP 3 macro
|
D | lex.c | 59 { "exp", FEXP, BLTIN },
|
D | run.c | 1542 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-7.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 558 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator
|
D | BasicTTIImpl.h | 1022 ISDs.push_back(ISD::FEXP);
|
D | TargetLowering.h | 807 case ISD::STRICT_FEXP: EqOpc = ISD::FEXP; break; in getStrictFPOperationAction()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 182 case ISD::FEXP: in LegalizeOp()
|
D | LegalizeFloatTypes.cpp | 72 case ISD::FEXP: R = SoftenFloatRes_FEXP(N); break; in SoftenFloatResult() 855 case ISD::FEXP: ExpandFloatRes_FEXP(N, Lo, Hi); break; in ExpandFloatResult()
|
D | LegalizeVectorTypes.cpp | 74 case ISD::FEXP: in ScalarizeVectorResult() 450 case ISD::FEXP: in SplitVectorResult() 1301 case ISD::FEXP: in WidenVectorResult()
|
D | TargetLowering.cpp | 583 setOperationAction(ISD::FEXP , MVT::f64, Expand); in TargetLowering() 588 setOperationAction(ISD::FEXP , MVT::f32, Expand); in TargetLowering()
|
/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()
|
D | LegalizeDAG.cpp | 3846 case ISD::FEXP: in ConvertNodeToLibcall() 4235 case ISD::FEXP: in PromoteNode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 196 case ISD::FEXP: return "fexp"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 84 case ISD::FEXP: R = SoftenFloatRes_FEXP(N); break; in SoftenFloatResult() 1078 case ISD::FEXP: ExpandFloatRes_FEXP(N, Lo, Hi); break; in ExpandFloatResult() 1890 case ISD::FEXP: in PromoteFloatResult()
|
D | LegalizeVectorOps.cpp | 375 case ISD::FEXP: in LegalizeOp()
|
D | LegalizeVectorTypes.cpp | 83 case ISD::FEXP: in ScalarizeVectorResult() 694 case ISD::FEXP: in SplitVectorResult() 2364 case ISD::FEXP: in WidenVectorResult()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeISelLowering.cpp | 89 setOperationAction(ISD::FEXP, MVT::f32, Expand); in MBlazeTargetLowering()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 672 setOperationAction(ISD::FEXP , VT, Expand); in initActions()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 927 setOperationAction(ISD::FEXP , VT, Expand); in initActions()
|