Searched refs:pTy (Results 1 – 3 of 3) sorted by relevance
270 DIType* JitManager::GetDebugArrayType(Type* pTy) in GetDebugArrayType() argument274 ArrayType* pArrayTy = cast<ArrayType>(pTy); in GetDebugArrayType()285 DIType* JitManager::GetDebugType(Type* pTy) in GetDebugType() argument288 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 …]
179 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);
241 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()