/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-10.0/llvm/include/llvm/IR/ |
D | ConstrainedOps.def | 61 FUNCTION(exp2, 1, 1, experimental_constrained_exp2, FEXP2)
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 641 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator
|
D | BasicTTIImpl.h | 1232 ISDs.push_back(ISD::FEXP2);
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | ConstrainedOps.def | 75 DAG_FUNCTION(exp2, 1, 1, experimental_constrained_exp2, FEXP2)
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 805 FEXP2, enumerator
|
D | BasicTTIImpl.h | 1427 ISDs.push_back(ISD::FEXP2); in getTypeBasedIntrinsicInstrCost()
|
/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-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 215 case ISD::FEXP2: return "fexp2"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 85 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()
|
D | LegalizeVectorOps.cpp | 428 case ISD::FEXP2: in LegalizeOp()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 219 case ISD::FEXP2: return "fexp2"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 85 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()
|
D | LegalizeVectorOps.cpp | 424 case ISD::FEXP2: in LegalizeOp()
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 153 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/ |
D | MipsSEISelLowering.cpp | 153 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/ |
D | TargetLoweringBase.cpp | 749 setOperationAction(ISD::FEXP2, VT, Expand); in initActions()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 928 setOperationAction(ISD::FEXP2, 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 | 251 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/ |
D | MipsSEISelLowering.cpp | 313 setOperationAction(ISD::FEXP2, Ty, Legal); in addMSAFloatType() 1870 DAG.getNode(ISD::FEXP2, SDLoc(Op), ResTy, Op->getOperand(2))); in lowerINTRINSIC_WO_CHAIN()
|