Searched refs:pFuncTy (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder_misc.cpp | 1001 FunctionType* pFuncTy = FunctionType::get(mFP32Ty, mInt16Ty); in CVTPH2PS() local 1002 …s = cast<Function>(JM()->mpCurrentModule->getOrInsertFunction("ConvertFloat16ToFloat32", pFuncTy)); in CVTPH2PS() 1035 FunctionType* pFuncTy = FunctionType::get(mInt16Ty, mFP32Ty); in CVTPS2PH() local 1036 …h = cast<Function>(JM()->mpCurrentModule->getOrInsertFunction("ConvertFloat32ToFloat16", pFuncTy)); in CVTPS2PH() 1677 FunctionType* pFuncTy = FunctionType::get(Type::getVoidTy(JM()->mContext), args, false); in RDTSC_START() local 1678 …= cast<Function>(JM()->mpCurrentModule->getOrInsertFunction("BucketManager_StartBucket", pFuncTy)); in RDTSC_START() 1699 FunctionType* pFuncTy = FunctionType::get(Type::getVoidTy(JM()->mContext), args, false); in RDTSC_STOP() local 1700 … = cast<Function>(JM()->mpCurrentModule->getOrInsertFunction("BucketManager_StopBucket", pFuncTy)); in RDTSC_STOP()
|
D | JitManager.cpp | 276 FunctionType* pFuncTy = cast<FunctionType>(pTy); in GetDebugFunctionType() local 280 ElemTypes.push_back(GetDebugType(pFuncTy->getReturnType())); in GetDebugFunctionType() 283 for (auto& param : pFuncTy->params()) in GetDebugFunctionType()
|