Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.cpp270 DIType* JitManager::GetDebugArrayType(Type* pTy) in GetDebugArrayType() argument
274 ArrayType* pArrayTy = cast<ArrayType>(pTy); in GetDebugArrayType()
285 DIType* JitManager::GetDebugType(Type* pTy) in GetDebugType() argument
288 Type::TypeID id = pTy->getTypeID(); in GetDebugType()
305 return GetDebugIntegerType(pTy); in GetDebugType()
308 return GetDebugStructType(pTy); in GetDebugType()
311 return GetDebugArrayType(pTy); in GetDebugType()
314 return builder.createPointerType(GetDebugType(pTy->getPointerElementType()), 64, 64); in GetDebugType()
321 return GetDebugVectorType(pTy); in GetDebugType()
324 return GetDebugFunctionType(pTy); in GetDebugType()
[all …]
DJitManager.h179 llvm::DIType* GetDebugType(llvm::Type* pTy);
180 llvm::DIType* GetDebugIntegerType(llvm::Type* pTy);
181 llvm::DIType* GetDebugArrayType(llvm::Type* pTy);
182 llvm::DIType* GetDebugVectorType(llvm::Type* pTy);
183 llvm::DIType* GetDebugFunctionType(llvm::Type* pTy);
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
Dlower_x86.cpp241 Type** pTy) in GetRequestedWidthAndType()
282 *pTy = pVecTy->getScalarType(); in GetRequestedWidthAndType()
285 Value* GetZeroVec(TargetWidth width, Type* pTy) in GetZeroVec()
300 return ConstantVector::getNullValue(getVectorType(pTy, numElem)); in GetZeroVec()