Searched refs:pType (Results 1 - 25 of 31) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dbuilder.cpp173 Type* Builder::GetVectorType(Type* pType) argument
175 if (pType->isVectorTy())
177 return pType;
181 if (pType->isArrayTy())
183 uint32_t arraySize = pType->getArrayNumElements();
184 Type* pArrayType = pType->getArrayElementType();
191 if (pType->isAggregateType())
193 uint32_t numElems = pType->getStructNumElements();
197 Type* pElemType = pType->getStructElementType(i);
206 if (pType
[all...]
H A Dbuilder_misc.cpp339 Type* pType = pArg->getType(); local in function:SwrJit::Builder::PRINT
341 if (pType->isVectorTy())
343 Type* pContainedType = pType->getContainedType(0);
355 for (uint32_t i = 1; i < pType->getVectorNumElements(); ++i)
414 else if ((tempStr[pos + 1] == 'f') && (pType->isFloatTy()))
710 Value* Builder::CreateEntryAlloca(Function* pFunc, Type* pType) argument
714 Value* pAlloca = ALLOCA(pType);
720 Value* Builder::CreateEntryAlloca(Function* pFunc, Type* pType, Value* pArraySize) argument
724 Value* pAlloca = ALLOCA(pType, pArraySize);
988 uint32_t Builder::GetTypeSize(Type* pType) argument
[all...]
H A DJitManager.h183 llvm::DIType* GetDebugStructType(llvm::Type* pType) argument
185 llvm::StructType* pStructTy = llvm::cast<llvm::StructType>(pType);
194 CreateDebugStructType(llvm::StructType* pType,
H A Dbuilder_misc.h189 Value* CreateEntryAlloca(Function* pFunc, Type* pType);
190 Value* CreateEntryAlloca(Function* pFunc, Type* pType, Value* pArraySize);
192 uint32_t GetTypeSize(Type* pType);
H A DJitManager.cpp225 JitManager::CreateDebugStructType(StructType* pType, argument
234 uint32_t size = DL.getTypeAllocSizeInBits(pType);
235 uint32_t alignment = DL.getABITypeAlignment(pType);
249 mDebugStructMap[pType] = pDIStructTy;
252 for (auto& elem : pType->elements())
258 uint32_t offset = DL.getStructLayout(pType)->getElementOffsetInBits(idx);
H A Dbuilder.h129 Type* GetVectorType(Type* pType);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dbuilder.cpp176 Type* Builder::GetVectorType(Type* pType) argument
178 if (pType->isVectorTy())
180 return pType;
184 if (pType->isArrayTy())
186 uint32_t arraySize = pType->getArrayNumElements();
187 Type* pArrayType = pType->getArrayElementType();
194 if (pType->isAggregateType())
196 uint32_t numElems = pType->getStructNumElements();
200 Type* pElemType = pType->getStructElementType(i);
209 if (pType
[all...]
H A Dbuilder_misc.cpp390 Type* pType = pArg->getType(); local in function:SwrJit::Builder::PRINT
392 if (pType->isVectorTy())
394 Type* pContainedType = pType->getContainedType(0);
396 FixedVectorType* pVectorType = cast<FixedVectorType>(pType);
398 VectorType* pVectorType = cast<VectorType>(pType);
413 for (uint32_t i = 1; i < pType->getVectorNumElements(); ++i)
429 for (; i < pType->getVectorNumElements() - 1; i++)
446 for (; i < pType->getVectorNumElements() - 1; i++)
463 for (; i < pType->getVectorNumElements() - 1; i++)
485 else if ((tempStr[pos + 1] == 'f') && (pType
776 CreateEntryAlloca(Function * pFunc,Type * pType) argument
786 CreateEntryAlloca(Function * pFunc,Type * pType,Value * pArraySize) argument
1085 GetTypeSize(Type * pType) argument
[all...]
H A DJitManager.h185 llvm::DIType* GetDebugStructType(llvm::Type* pType) argument
187 llvm::StructType* pStructTy = llvm::cast<llvm::StructType>(pType);
196 CreateDebugStructType(llvm::StructType* pType,
H A Dbuilder_misc.h209 Value* CreateEntryAlloca(Function* pFunc, Type* pType);
210 Value* CreateEntryAlloca(Function* pFunc, Type* pType, Value* pArraySize);
212 uint32_t GetTypeSize(Type* pType);
H A Dbuilder.h132 Type* GetVectorType(Type* pType);
H A DJitManager.cpp225 JitManager::CreateDebugStructType(StructType* pType, argument
234 uint32_t size = DL.getTypeAllocSizeInBits(pType);
235 uint32_t alignment = DL.getABITypeAlignment(pType);
249 mDebugStructMap[pType] = pDIStructTy;
252 for (auto& elem : pType->elements())
258 uint32_t offset = DL.getStructLayout(pType)->getElementOffsetInBits(idx);
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/r800/
H A Dciaddrlib.h84 AddrTileMode* pMode = 0, AddrTileType* pType = 0) const;
H A Dsiaddrlib.h148 ADDR_TILEINFO* pInfo, AddrTileMode* pMode = 0, AddrTileType* pType = 0) const;
H A Dciaddrlib.cpp603 AddrTileType* pType ///< [out] Tile type
676 if (pType != NULL)
678 *pType = pCfgTable->type;
H A Dsiaddrlib.cpp2998 AddrTileType* pType ///< [out] Tile type
3013 if (pType)
3015 *pType = ADDR_DISPLAYABLE;
3053 if (pType)
3055 *pType = pCfgTable->type;
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/r800/
H A Dciaddrlib.h84 AddrTileMode* pMode = 0, AddrTileType* pType = 0) const;
H A Dsiaddrlib.h147 ADDR_TILEINFO* pInfo, AddrTileMode* pMode = 0, AddrTileType* pType = 0) const;
H A Dciaddrlib.cpp602 AddrTileType* pType ///< [out] Tile type
675 if (pType != NULL)
677 *pType = pCfgTable->type;
H A Dsiaddrlib.cpp2998 AddrTileType* pType ///< [out] Tile type
3013 if (pType)
3015 *pType = ADDR_DISPLAYABLE;
3053 if (pType)
3055 *pType = pCfgTable->type;
/xsrc/external/mit/libX11/dist/src/
H A DXrm.c2289 XrmRepresentation *pType, /* RETURN */
2355 *pType = XrmQString;
2358 *pType = RepType(entry);
2364 *pType = NULLQUARK;
2527 XrmRepresentation *pType, /* RETURN */
2535 closure.type = pType;
2559 *pType = NULLQUARK;
2285 XrmQGetSearchResource(XrmSearchList searchList,register XrmName name,register XrmClass class,XrmRepresentation * pType,XrmValue * pValue) argument
2523 XrmQGetResource(XrmDatabase db,XrmNameList names,XrmClassList classes,XrmRepresentation * pType,XrmValuePtr pValue) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_emit_gk110.cpp38 inline void setProgramType(Program::Type pType) { progType = pType; } argument
H A Dnv50_ir_emit_nv50.cpp42 inline void setProgramType(Program::Type pType) { progType = pType; } argument
H A Dnv50_ir_emit_gm107.cpp42 inline void setProgramType(Program::Type pType) { progType = pType; } argument
H A Dnv50_ir_emit_nvc0.cpp38 inline void setProgramType(Program::Type pType) { progType = pType; } argument

Completed in 42 milliseconds

12