Searched refs:pVecTy (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.cpp385 FixedVectorType* pVecTy = cast<FixedVectorType>(pTy); local in function:JitManager::GetDebugVectorType
387 VectorType* pVecTy = cast<VectorType>(pTy); local in function:JitManager::GetDebugVectorType
389 auto pVecTy = pTy; local in function:JitManager::GetDebugVectorType
392 uint32_t size = DL.getTypeAllocSizeInBits(pVecTy);
393 uint32_t alignment = DL.getABITypeAlignment(pVecTy);
397 Elems.push_back(builder.getOrCreateSubrange(0, pVecTy->getNumElements()));
399 Elems.push_back(builder.getOrCreateSubrange(0, pVecTy->getVectorNumElements()));
405 GetDebugType(pVecTy->getElementType()),
407 GetDebugType(pVecTy->getVectorElementType()),
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.cpp380 VectorType* pVecTy = cast<VectorType>(pTy); local in function:JitManager::GetDebugVectorType
382 uint32_t size = DL.getTypeAllocSizeInBits(pVecTy);
383 uint32_t alignment = DL.getABITypeAlignment(pVecTy);
385 Elems.push_back(builder.getOrCreateSubrange(0, pVecTy->getVectorNumElements()));
389 GetDebugType(pVecTy->getVectorElementType()),
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
H A Dlower_x86.cpp223 Type* pVecTy = pCallInst->getType(); local in function:SwrJit::LowerX86::GetRequestedWidthAndType
229 pVecTy = pCallInst->getOperand(0)->getType();
232 if (!pVecTy->isVectorTy())
238 pVecTy = op.get()->getType();
243 SWR_ASSERT(pVecTy->isVectorTy(), "Couldn't determine vector size");
245 uint32_t width = cast<VectorType>(pVecTy)->getBitWidth();
259 *pTy = pVecTy->getScalarType();
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
H A Dlower_x86.cpp246 Type* pVecTy = pCallInst->getType(); local in function:SwrJit::LowerX86::GetRequestedWidthAndType
254 pVecTy = pOp->getType();
257 if (!pVecTy->isVectorTy())
263 pVecTy = op.get()->getType();
268 SWR_ASSERT(pVecTy->isVectorTy(), "Couldn't determine vector size");
270 uint32_t width = getBitWidth(cast<VectorType>(pVecTy));
284 *pTy = pVecTy->getScalarType();

Completed in 8 milliseconds