Home
last modified time | relevance | path

Searched defs:pFuncTy (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.cpp1001 FunctionType* pFuncTy = FunctionType::get(mFP32Ty, mInt16Ty); in CVTPH2PS() local
1035 FunctionType* pFuncTy = FunctionType::get(mInt16Ty, mFP32Ty); in CVTPS2PH() local
1677 FunctionType* pFuncTy = FunctionType::get(Type::getVoidTy(JM()->mContext), args, false); in RDTSC_START() local
1699 FunctionType* pFuncTy = FunctionType::get(Type::getVoidTy(JM()->mContext), args, false); in RDTSC_STOP() local
DJitManager.cpp276 FunctionType* pFuncTy = cast<FunctionType>(pTy); in GetDebugFunctionType() local