Searched refs:getElementType (Results 1 – 15 of 15) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_export_type.h | 52 return GetCanonicalType(T->getElementType()); in GetExtVectorElementType() 66 return GetCanonicalType(T->getElementType()); in GetConstantArrayElementType() 493 inline const RSExportType *getElementType() const { return mElementType; } in getElementType() function
|
D | slang_rs_reflection.cpp | 204 std::string ElementTypeName = GetTypeName(CAT->getElementType()); in GetTypeName() 405 const RSExportType *ET = ECAT->getElementType(); in genScriptClassConstructor() 1273 genPackVarOfType(ECAT->getElementType(), ElementVarName.c_str(), in genPackVarOfType() 1347 const RSExportType *ElementType = ECAT->getElementType(); in genAllocateVarOfType() 1813 const RSExportType *ElementType = ECAT->getElementType(); in genAddElement() 1815 genAddElement(ECAT->getElementType(), VarName, ECAT->getSize()); in genAddElement()
|
D | slang_rs_check_ast.cpp | 65 VectorTy->getElementType()->getUnqualifiedDesugaredType()); in WarnOnSetElementAt()
|
D | slang_rs_export_type.cpp | 1394 (getElementType()->equals(RHS->getElementType()))); in equals() 1550 CAT->getElementType()->convertToRTD(rtd); in convertToRTD()
|
D | slang_rs_reflection_cpp.cpp | 97 std::string ElementTypeName = GetTypeName(CAT->getElementType()); in GetTypeName()
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 1362 STy->getElementType(i))); in ParseConstants() 1365 Type *EltTy = ATy->getElementType(); in ParseConstants() 1370 Type *EltTy = VTy->getElementType(); in ParseConstants() 1384 Type *EltTy = ATy->getElementType(); in ParseConstants() 1398 Type *EltTy = ATy->getElementType(); in ParseConstants() 1499 OpTy->getElementType()); in ParseConstants() 1563 V = InlineAsm::get(cast<FunctionType>(PTy->getElementType()), in ParseConstants() 1837 Ty = cast<PointerType>(Ty)->getElementType(); in ParseModule() 1887 dyn_cast<FunctionType>(cast<PointerType>(Ty)->getElementType()); in ParseModule() 1938 GlobalAlias::create(PTy->getElementType(), PTy->getAddressSpace(), in ParseModule() [all …]
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 1663 STy->getElementType(i))); in ParseConstants() 1666 Type *EltTy = ATy->getElementType(); in ParseConstants() 1671 Type *EltTy = VTy->getElementType(); in ParseConstants() 1685 Type *EltTy = ATy->getElementType(); in ParseConstants() 1699 Type *EltTy = ATy->getElementType(); in ParseConstants() 1798 OpTy->getElementType()); in ParseConstants() 1862 V = InlineAsm::get(cast<FunctionType>(PTy->getElementType()), in ParseConstants() 2110 Ty = cast<PointerType>(Ty)->getElementType(); in ParseModule() 2160 dyn_cast<FunctionType>(cast<PointerType>(Ty)->getElementType()); in ParseModule() 2211 GlobalAlias::create(PTy->getElementType(), PTy->getAddressSpace(), in ParseModule() [all …]
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | AbstractClassAdapter.java | 80 sb.append(renameType(type.getElementType())); in renameType() 108 sb.append(renameType(type.getElementType())); in renameTypeAsType()
|
D | DependencyFinder.java | 353 t = t.getElementType(); in considerType()
|
D | AsmAnalyzer.java | 491 t = t.getElementType(); in considerType()
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | BitcodeWriter.cpp | 278 TypeVals.push_back(VE.getTypeID(PTy->getElementType())); in WriteTypeTable() 327 TypeVals.push_back(VE.getTypeID(AT->getElementType())); in WriteTypeTable() 336 TypeVals.push_back(VE.getTypeID(VT->getElementType())); in WriteTypeTable() 900 Type *EltTy = CDS->getType()->getElementType(); in WriteConstants() 1186 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); in WriteInstruction() 1312 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); in WriteInstruction()
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | BitcodeWriter.cpp | 332 TypeVals.push_back(VE.getTypeID(PTy->getElementType())); in WriteTypeTable() 366 TypeVals.push_back(VE.getTypeID(AT->getElementType())); in WriteTypeTable() 375 TypeVals.push_back(VE.getTypeID(VT->getElementType())); in WriteTypeTable() 1175 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); in WriteInstruction() 1238 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); in WriteInstruction()
|
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/ |
D | AsmGeneratorTest.java | 404 assertTrue(!getBase(type.getElementType().getInternalName()) in testType()
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | BitcodeWriter.cpp | 272 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() 1129 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); in WriteInstruction() 1255 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); in WriteInstruction()
|
/frameworks/compile/libbcc/lib/Renderscript/ |
D | RSForEachExpand.cpp | 141 llvm::Type *ET = PT->getElementType(); in getStepValue()
|