/aosp12/system/tools/hidl/hidl2aidl/ |
H A D | AidlType.cpp | 52 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 D | AidlHelper.cpp | 85 return importLocallyReferencedType(*static_cast<const ArrayType*>(&type)->getElementType(), in importLocallyReferencedType() 90 *static_cast<const TemplatedType*>(&type)->getElementType(), imports); in importLocallyReferencedType()
|
H A D | AidlTranslate.cpp | 246 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 D | BitcodeReader.cpp | 1731 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 D | BitcodeReader.cpp | 2024 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 D | slang_rs_export_type.h | 53 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 D | slang_rs_reflection.cpp | 199 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 D | slang_rs_check_ast.cpp | 68 VectorTy->getElementType()->getUnqualifiedDesugaredType()); in WarnOnSetElementAt()
|
H A D | slang_rs_export_type.cpp | 1480 (getElementType()->matchODR(RHS->getElementType(), LookInto))); in matchODR() 1680 CAT->getElementType()->convertToRTD(rtd); in convertToRTD()
|
H A D | slang_rs_export_reduce.cpp | 724 CheckType = static_cast<const RSExportConstantArrayType *>(mResultType)->getElementType(); in analyzeResultType()
|
/aosp12/system/tools/hidl/ |
H A D | VectorType.cpp | 63 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 D | ArrayType.h | 36 const Type* getElementType() const;
|
H A D | Type.h | 363 const Type* getElementType() const;
|
H A D | ArrayType.cpp | 51 const Type* ArrayType::getElementType() const { in getElementType() function in android::ArrayType
|
H A D | Type.cpp | 752 const Type* TemplatedType::getElementType() const { in getElementType() function in android::TemplatedType
|
H A D | Interface.cpp | 294 const ArrayType *digestType = static_cast<const ArrayType *>(chainType->getElementType()); in fillHashChainMethod()
|
/aosp12/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/ |
H A D | AbstractClassAdapter.java | 79 sb.append(renameType(type.getElementType())); in renameType() 107 sb.append(renameType(type.getElementType())); in renameTypeAsType()
|
H A D | DependencyFinder.java | 354 t = t.getElementType(); in considerType()
|
H A D | AsmAnalyzer.java | 541 t = t.getElementType(); in considerType()
|
/aosp12/frameworks/compile/libbcc/lib/ |
H A D | RSInvokeHelperPass.cpp | 182 llvm::Type *currentType = argStructType->getElementType(i); in runOnFunction()
|
H A D | RSKernelExpand.cpp | 242 llvm::Type *ET = PT->getElementType(); in getStepValue() 667 llvm::Type *ElementType = PtrType->getElementType(); in ExpandInputsLoopInvariant()
|
/aosp12/frameworks/compile/slang/BitWriter_3_2/ |
H A D | BitcodeWriter.cpp | 273 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 D | BitcodeWriter.cpp | 285 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 D | BitcodeWriter.cpp | 270 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 D | AsmGeneratorTest.java | 377 addClass(type.getElementType().getInternalName()); in processType()
|