Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_type.h52 return GetCanonicalType(T->getElementType()); in GetExtVectorElementType()
66 return GetCanonicalType(T->getElementType()); in GetConstantArrayElementType()
493 inline const RSExportType *getElementType() const { return mElementType; } in getElementType() function
Dslang_rs_reflection.cpp204 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()
Dslang_rs_check_ast.cpp65 VectorTy->getElementType()->getUnqualifiedDesugaredType()); in WarnOnSetElementAt()
Dslang_rs_export_type.cpp1394 (getElementType()->equals(RHS->getElementType()))); in equals()
1550 CAT->getElementType()->convertToRTD(rtd); in convertToRTD()
Dslang_rs_reflection_cpp.cpp97 std::string ElementTypeName = GetTypeName(CAT->getElementType()); in GetTypeName()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1362 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/
DBitcodeReader.cpp1663 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/
DAbstractClassAdapter.java80 sb.append(renameType(type.getElementType())); in renameType()
108 sb.append(renameType(type.getElementType())); in renameTypeAsType()
DDependencyFinder.java353 t = t.getElementType(); in considerType()
DAsmAnalyzer.java491 t = t.getElementType(); in considerType()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp278 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/
DBitcodeWriter.cpp332 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/
DAsmGeneratorTest.java404 assertTrue(!getBase(type.getElementType().getInternalName()) in testType()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp272 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/
DRSForEachExpand.cpp141 llvm::Type *ET = PT->getElementType(); in getStepValue()