Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1333 STy->getElementType(i))); in ParseConstants()
1336 Type *EltTy = ATy->getElementType(); in ParseConstants()
1341 Type *EltTy = VTy->getElementType(); in ParseConstants()
1355 Type *EltTy = ATy->getElementType(); in ParseConstants()
1369 Type *EltTy = ATy->getElementType(); in ParseConstants()
1462 OpTy->getElementType()); in ParseConstants()
1523 V = InlineAsm::get(cast<FunctionType>(PTy->getElementType()), in ParseConstants()
1791 Ty = cast<PointerType>(Ty)->getElementType(); in ParseModule()
1840 dyn_cast<FunctionType>(cast<PointerType>(Ty)->getElementType()); in ParseModule()
2369 if (vector_type->getElementType() != Type::getInt1Ty(Context)) in ParseFunctionBody()
[all …]
/frameworks/compile/slang/
Dslang_rs_export_type.h42 GET_CANONICAL_TYPE((T)->getElementType().getTypePtr()))
48 GET_CANONICAL_TYPE((T)->getElementType().getTypePtr()))
469 inline const RSExportType *getElementType() const { return mElementType; } in getElementType() function
Dslang_rs_reflection.cpp191 std::string ElementTypeName = GetTypeName(CAT->getElementType()); in GetTypeName()
374 const RSExportType *ET = ECAT->getElementType(); in genScriptClassConstructor()
1231 genPackVarOfType(C, ECAT->getElementType(), ElementVarName.c_str(), in genPackVarOfType()
1311 const RSExportType *ElementType = ECAT->getElementType(); in genAllocateVarOfType()
1910 const RSExportType *ElementType = ECAT->getElementType(); in genAddElementToElementBuilder()
1913 ECAT->getElementType(), in genAddElementToElementBuilder()
Dslang_rs_check_ast.cpp66 VectorTy->getElementType()->getUnqualifiedDesugaredType()); in WarnOnSetElementAt()
Dslang_rs_export_type.cpp1393 ST, getElementType()->getSpecType()); in convertToSpecType()
1414 (getElementType()->equals(RHS->getElementType()))); in equals()
1602 CAT->getElementType()->convertToRTD(rtd); in convertToRTD()
Dslang_rs_reflection_cpp.cpp94 std::string ElementTypeName = GetTypeName(CAT->getElementType()); in GetTypeName()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp1635 STy->getElementType(i))); in ParseConstants()
1638 Type *EltTy = ATy->getElementType(); in ParseConstants()
1643 Type *EltTy = VTy->getElementType(); in ParseConstants()
1657 Type *EltTy = ATy->getElementType(); in ParseConstants()
1671 Type *EltTy = ATy->getElementType(); in ParseConstants()
1762 OpTy->getElementType()); in ParseConstants()
1823 V = InlineAsm::get(cast<FunctionType>(PTy->getElementType()), in ParseConstants()
2066 Ty = cast<PointerType>(Ty)->getElementType(); in ParseModule()
2115 dyn_cast<FunctionType>(cast<PointerType>(Ty)->getElementType()); in ParseModule()
2629 if (vector_type->getElementType() != Type::getInt1Ty(Context)) in ParseFunctionBody()
[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.java355 t = t.getElementType(); in considerType()
DAsmAnalyzer.java470 t = t.getElementType(); in considerType()
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
DAsmGeneratorTest.java318 assertTrue(!getBase(type.getElementType().getInternalName()) in testType()
/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()
905 Type *EltTy = CDS->getType()->getElementType(); in WriteConstants()
1238 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); in WriteInstruction()
1364 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()
1192 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); in WriteInstruction()
1255 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); in WriteInstruction()
/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()
1146 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); in WriteInstruction()
1272 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); in WriteInstruction()
/frameworks/compile/libbcc/lib/Renderscript/
DRSForEachExpand.cpp128 llvm::Type *ET = PT->getElementType(); in getStepValue()