/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 451 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 525 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator
|
D | BasicTTIImpl.h | 754 ISDs.push_back(ISD::FEXP2); 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 | 1025 ISDs.push_back(ISD::FEXP2);
|
D | TargetLowering.h | 808 case ISD::STRICT_FEXP2: EqOpc = ISD::FEXP2; break; in getStrictFPOperationAction()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 183 case ISD::FEXP2: in LegalizeOp()
|
D | LegalizeFloatTypes.cpp | 73 case ISD::FEXP2: R = SoftenFloatRes_FEXP2(N); break; in SoftenFloatResult() 856 case ISD::FEXP2: ExpandFloatRes_FEXP2(N, Lo, Hi); break; in ExpandFloatResult()
|
D | LegalizeVectorTypes.cpp | 75 case ISD::FEXP2: in ScalarizeVectorResult() 451 case ISD::FEXP2: in SplitVectorResult() 1302 case ISD::FEXP2: in WidenVectorResult()
|
D | TargetLowering.cpp | 584 setOperationAction(ISD::FEXP2, MVT::f64, Expand); in TargetLowering() 589 setOperationAction(ISD::FEXP2, MVT::f32, Expand); in TargetLowering()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 169 case ISD::FEXP2: return "fexp2"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 85 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()
|
D | LegalizeVectorOps.cpp | 317 case ISD::FEXP2: in LegalizeOp()
|
D | LegalizeVectorTypes.cpp | 81 case ISD::FEXP2: in ScalarizeVectorResult() 639 case ISD::FEXP2: in SplitVectorResult() 2157 case ISD::FEXP2: in WidenVectorResult()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 198 case ISD::FEXP2: return "fexp2"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 85 case ISD::FEXP2: R = SoftenFloatRes_FEXP2(N); break; in SoftenFloatResult() 1079 case ISD::FEXP2: ExpandFloatRes_FEXP2(N, Lo, Hi); break; in ExpandFloatResult() 1891 case ISD::FEXP2: in PromoteFloatResult()
|
D | LegalizeVectorOps.cpp | 376 case ISD::FEXP2: in LegalizeOp()
|
D | LegalizeVectorTypes.cpp | 84 case ISD::FEXP2: in ScalarizeVectorResult() 695 case ISD::FEXP2: in SplitVectorResult() 2365 case ISD::FEXP2: in WidenVectorResult()
|
/external/v8/src/mips/ |
D | constants-mips.h | 921 FEXP2 = ((7U << 22) + 27), enumerator
|
D | disasm-mips.cc | 2514 case FEXP2: in DecodeTypeMsa3RF()
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 955 FEXP2 = ((7U << 22) + 27), enumerator
|
D | disasm-mips64.cc | 2828 case FEXP2: in DecodeTypeMsa3RF()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 153 setOperationAction(ISD::FEXP2, MVT::f16, Promote); in MipsSETargetLowering() 384 setOperationAction(ISD::FEXP2, Ty, Legal); in addMSAFloatType() 1856 DAG.getNode(ISD::FEXP2, SDLoc(Op), ResTy, Op->getOperand(2))); in lowerINTRINSIC_WO_CHAIN()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 673 setOperationAction(ISD::FEXP2, VT, Expand); in initActions()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 928 setOperationAction(ISD::FEXP2, VT, Expand); in initActions()
|