Searched refs:getElementType (Results 1 – 18 of 18) sorted by relevance
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 1728 STy->getElementType(i))); in ParseConstants() 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() 1864 OpTy->getElementType()); in ParseConstants() 1929 V = InlineAsm::get(cast<FunctionType>(PTy->getElementType()), in ParseConstants() 2212 Ty = cast<PointerType>(Ty)->getElementType(); in ParseModule() 2263 dyn_cast<FunctionType>(cast<PointerType>(Ty)->getElementType()); in ParseModule() 2317 GlobalAlias::create(PTy->getElementType(), PTy->getAddressSpace(), in ParseModule() [all …]
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 2021 STy->getElementType(i))); in ParseConstants() 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() 2157 OpTy->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() 2584 GlobalAlias::create(PTy->getElementType(), PTy->getAddressSpace(), in ParseModule() [all …]
|
/frameworks/compile/slang/ |
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
|
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()
|
D | slang_rs_check_ast.cpp | 68 VectorTy->getElementType()->getUnqualifiedDesugaredType()); in WarnOnSetElementAt()
|
D | slang_rs_export_type.cpp | 1480 (getElementType()->matchODR(RHS->getElementType(), LookInto))); in matchODR() 1680 CAT->getElementType()->convertToRTD(rtd); in convertToRTD()
|
D | slang_rs_export_reduce.cpp | 724 CheckType = static_cast<const RSExportConstantArrayType *>(mResultType)->getElementType(); in analyzeResultType()
|
D | slang_rs_reflection_cpp.cpp | 100 std::string ElementTypeName = GetTypeName(CAT->getElementType()); in GetTypeName()
|
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | AbstractClassAdapter.java | 79 sb.append(renameType(type.getElementType())); in renameType() 107 sb.append(renameType(type.getElementType())); in renameTypeAsType()
|
D | DependencyFinder.java | 354 t = t.getElementType(); in considerType()
|
D | AsmAnalyzer.java | 541 t = t.getElementType(); in considerType()
|
/frameworks/compile/libbcc/lib/ |
D | RSInvokeHelperPass.cpp | 182 llvm::Type *currentType = argStructType->getElementType(i); in runOnFunction()
|
D | RSKernelExpand.cpp | 242 llvm::Type *ET = PT->getElementType(); in getStepValue() 667 llvm::Type *ElementType = PtrType->getElementType(); in ExpandInputsLoopInvariant()
|
/frameworks/compile/slang/BitWriter_3_2/ |
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()
|
/frameworks/compile/slang/BitWriter_2_9/ |
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()
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
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()
|
/frameworks/layoutlib/create/tests/com/android/tools/layoutlib/create/ |
D | AsmGeneratorTest.java | 377 addClass(type.getElementType().getInternalName()); in processType()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 31064 HSPLorg/ccil/cowan/tagsoup/Schema;->getElementType(Ljava/lang/String;)Lorg/ccil/cowan/tagsoup/Eleme…
|