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.cpp713 FunctionType* pFuncTy = FunctionType::get(mInt16Ty, mFP32Ty); in CVTPS2PH() local
1026 FunctionType* pFuncTy = FunctionType::get(Type::getVoidTy(JM()->mContext), args, false); in RDTSC_START() local
1055 FunctionType* pFuncTy = FunctionType::get(Type::getVoidTy(JM()->mContext), args, false); in RDTSC_STOP() local
DJitManager.cpp336 FunctionType* pFuncTy = cast<FunctionType>(pTy); in GetDebugFunctionType() local