Home
last modified time | relevance | path

Searched refs:pFuncTy (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/
Dgen_builder.hpp54 FunctionType* pFuncTy = FunctionType::get(${ func['returnType'] }, argTypes, false);
56 FunctionType* pFuncTy = FunctionType::get(${ func['returnType'] }, {}, false);
59 …JM()->mpCurrentModule->getOrInsertFunction("meta.intrinsic.${func['name']}", pFuncTy).getCallee());
61 …t<Function>(JM()->mpCurrentModule->getOrInsertFunction("meta.intrinsic.${func['name']}", pFuncTy));
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.cpp713 FunctionType* pFuncTy = FunctionType::get(mInt16Ty, mFP32Ty); in CVTPS2PH() local
716 … JM()->mpCurrentModule->getOrInsertFunction("ConvertFloat32ToFloat16", pFuncTy).getCallee()); in CVTPS2PH()
718 JM()->mpCurrentModule->getOrInsertFunction("ConvertFloat32ToFloat16", pFuncTy)); in CVTPS2PH()
1026 FunctionType* pFuncTy = FunctionType::get(Type::getVoidTy(JM()->mContext), args, false); in RDTSC_START() local
1029 … JM()->mpCurrentModule->getOrInsertFunction("BucketManager_StartBucket", pFuncTy).getCallee()); in RDTSC_START()
1031 JM()->mpCurrentModule->getOrInsertFunction("BucketManager_StartBucket", pFuncTy)); in RDTSC_START()
1055 FunctionType* pFuncTy = FunctionType::get(Type::getVoidTy(JM()->mContext), args, false); in RDTSC_STOP() local
1058 … JM()->mpCurrentModule->getOrInsertFunction("BucketManager_StopBucket", pFuncTy).getCallee()); in RDTSC_STOP()
1060 JM()->mpCurrentModule->getOrInsertFunction("BucketManager_StopBucket", pFuncTy)); in RDTSC_STOP()
DJitManager.cpp336 FunctionType* pFuncTy = cast<FunctionType>(pTy); in GetDebugFunctionType() local
340 ElemTypes.push_back(GetDebugType(pFuncTy->getReturnType())); in GetDebugFunctionType()
343 for (auto& param : pFuncTy->params()) in GetDebugFunctionType()