Home
last modified time | relevance | path

Searched refs:getElementType (Results 1 – 25 of 29) sorted by relevance

12

/aosp12/system/tools/hidl/hidl2aidl/
H A DAidlType.cpp52 return getAidlType(*vec.getElementType(), relativeTo) + "[]"; in getAidlType()
55 return getAidlType(*arr.getElementType(), relativeTo) + "[]"; in getAidlType()
80 getAidlType(*fmq.getElementType(), relativeTo) + ">"); in getAidlType()
89 return getAidlType(*bitfield.getElementType(), relativeTo); in getAidlType()
H A DAidlHelper.cpp85 return importLocallyReferencedType(*static_cast<const ArrayType*>(&type)->getElementType(), in importLocallyReferencedType()
90 *static_cast<const TemplatedType*>(&type)->getElementType(), imports); in importLocallyReferencedType()
H A DAidlTranslate.cpp246 elementType = static_cast<const ArrayType*>(field.field->get())->getElementType(); in containerTranslation()
251 elementType = static_cast<const VectorType*>(field.field->get())->getElementType(); in containerTranslation()
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1731 Type *EltTy = ATy->getElementType(); in ParseConstants()
1736 Type *EltTy = VTy->getElementType(); in ParseConstants()
1750 Type *EltTy = ATy->getElementType(); in ParseConstants()
1764 Type *EltTy = ATy->getElementType(); in ParseConstants()
1929 V = InlineAsm::get(cast<FunctionType>(PTy->getElementType()), in ParseConstants()
2212 Ty = cast<PointerType>(Ty)->getElementType(); in ParseModule()
2731 ->getElementType()) in ParseFunctionBody()
2825 if (vector_type->getElementType() != Type::getInt1Ty(Context)) in ParseFunctionBody()
3014 dyn_cast<FunctionType>(CalleeTy->getElementType()); in ParseFunctionBody()
3103 I = CallInst::CreateMalloc(CurBB, Int32Ty, Ty->getElementType(), in ParseFunctionBody()
[all …]
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2024 Type *EltTy = ATy->getElementType(); in ParseConstants()
2029 Type *EltTy = VTy->getElementType(); in ParseConstants()
2043 Type *EltTy = ATy->getElementType(); in ParseConstants()
2057 Type *EltTy = ATy->getElementType(); in ParseConstants()
2222 V = InlineAsm::get(cast<FunctionType>(PTy->getElementType()), in ParseConstants()
2479 Ty = cast<PointerType>(Ty)->getElementType(); in ParseModule()
2530 dyn_cast<FunctionType>(cast<PointerType>(Ty)->getElementType()); in ParseModule()
2992 ->getElementType()) in ParseFunctionBody()
3086 if (vector_type->getElementType() != Type::getInt1Ty(Context)) in ParseFunctionBody()
3262 dyn_cast<FunctionType>(CalleeTy->getElementType()); in ParseFunctionBody()
[all …]
/aosp12/frameworks/compile/slang/
H A Dslang_rs_export_type.h53 return GetCanonicalType(T->getElementType()); in GetExtVectorElementType()
67 return GetCanonicalType(T->getElementType()); in GetConstantArrayElementType()
582 const RSExportType *getElementType() const { return mElementType; } in getElementType() function
H A Dslang_rs_reflection.cpp199 CAT->getElementType(), in GetReduceResultTypeName()
374 std::string ElementTypeName = GetTypeName(CAT->getElementType(), Style); in GetTypeName()
657 const RSExportType *ET = ECAT->getElementType(); in genScriptClassConstructor()
1227 CheckType = static_cast<const RSExportConstantArrayType *>(ResultType)->getElementType(); in exportableReduce()
2209 genPackVarOfType(ECAT->getElementType(), ElementVarName.c_str(), in genPackVarOfType()
2296 const RSExportType *ElementType = ECAT->getElementType(); in genAllocateVarOfType()
2777 const RSExportType *ElementType = ECAT->getElementType(); in genAddElement()
2779 genAddElement(ECAT->getElementType(), VarName, ECAT->getNumElement()); in genAddElement()
H A Dslang_rs_check_ast.cpp68 VectorTy->getElementType()->getUnqualifiedDesugaredType()); in WarnOnSetElementAt()
H A Dslang_rs_export_type.cpp1480 (getElementType()->matchODR(RHS->getElementType(), LookInto))); in matchODR()
1680 CAT->getElementType()->convertToRTD(rtd); in convertToRTD()
H A Dslang_rs_export_reduce.cpp724 CheckType = static_cast<const RSExportConstantArrayType *>(mResultType)->getElementType(); in analyzeResultType()
/aosp12/system/tools/hidl/
H A DVectorType.cpp63 const Type* inner = static_cast<const TemplatedType*>(elementType)->getElementType(); in isCompatibleElementType()
67 const Type* inner = static_cast<const ArrayType*>(elementType)->getElementType(); in isCompatibleElementType()
H A DArrayType.h36 const Type* getElementType() const;
H A DType.h363 const Type* getElementType() const;
H A DArrayType.cpp51 const Type* ArrayType::getElementType() const { in getElementType() function in android::ArrayType
H A DType.cpp752 const Type* TemplatedType::getElementType() const { in getElementType() function in android::TemplatedType
H A DInterface.cpp294 const ArrayType *digestType = static_cast<const ArrayType *>(chainType->getElementType()); in fillHashChainMethod()
/aosp12/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAbstractClassAdapter.java79 sb.append(renameType(type.getElementType())); in renameType()
107 sb.append(renameType(type.getElementType())); in renameTypeAsType()
H A DDependencyFinder.java354 t = t.getElementType(); in considerType()
H A DAsmAnalyzer.java541 t = t.getElementType(); in considerType()
/aosp12/frameworks/compile/libbcc/lib/
H A DRSInvokeHelperPass.cpp182 llvm::Type *currentType = argStructType->getElementType(i); in runOnFunction()
H A DRSKernelExpand.cpp242 llvm::Type *ET = PT->getElementType(); in getStepValue()
667 llvm::Type *ElementType = PtrType->getElementType(); in ExpandInputsLoopInvariant()
/aosp12/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp273 TypeVals.push_back(VE.getTypeID(PTy->getElementType())); in WriteTypeTable()
322 TypeVals.push_back(VE.getTypeID(AT->getElementType())); in WriteTypeTable()
331 TypeVals.push_back(VE.getTypeID(VT->getElementType())); in WriteTypeTable()
954 Type *EltTy = CDS->getType()->getElementType(); in WriteConstants()
1231 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); in WriteInstruction()
1359 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); in WriteInstruction()
/aosp12/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp285 TypeVals.push_back(VE.getTypeID(PTy->getElementType())); in WriteTypeTable()
320 TypeVals.push_back(VE.getTypeID(AT->getElementType())); in WriteTypeTable()
329 TypeVals.push_back(VE.getTypeID(VT->getElementType())); in WriteTypeTable()
1200 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); in WriteInstruction()
1263 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); in WriteInstruction()
/aosp12/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp270 TypeVals.push_back(VE.getTypeID(PTy->getElementType())); in WriteTypeTable()
320 TypeVals.push_back(VE.getTypeID(AT->getElementType())); in WriteTypeTable()
329 TypeVals.push_back(VE.getTypeID(VT->getElementType())); in WriteTypeTable()
1198 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); in WriteInstruction()
1325 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); in WriteInstruction()
/aosp12/frameworks/layoutlib/create/tests/src/com/android/tools/layoutlib/create/
H A DAsmGeneratorTest.java377 addClass(type.getElementType().getInternalName()); in processType()

12