Home
last modified time | relevance | path

Searched refs:getElementType (Results 1 – 16 of 16) 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.cpp203 std::string ElementTypeName = GetTypeName(CAT->getElementType()); in GetTypeName()
404 const RSExportType *ET = ECAT->getElementType(); in genScriptClassConstructor()
1287 genPackVarOfType(ECAT->getElementType(), ElementVarName.c_str(), in genPackVarOfType()
1361 const RSExportType *ElementType = ECAT->getElementType(); in genAllocateVarOfType()
1827 const RSExportType *ElementType = ECAT->getElementType(); in genAddElement()
1829 genAddElement(ECAT->getElementType(), VarName, ECAT->getSize()); in genAddElement()
Dslang_rs_check_ast.cpp65 VectorTy->getElementType()->getUnqualifiedDesugaredType()); in WarnOnSetElementAt()
Dslang_rs_export_type.cpp1433 (getElementType()->equals(RHS->getElementType()))); in equals()
1589 CAT->getElementType()->convertToRTD(rtd); in convertToRTD()
Dslang_rs_reflection_cpp.cpp96 std::string ElementTypeName = GetTypeName(CAT->getElementType()); in GetTypeName()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1716 STy->getElementType(i))); in ParseConstants()
1719 Type *EltTy = ATy->getElementType(); in ParseConstants()
1724 Type *EltTy = VTy->getElementType(); in ParseConstants()
1738 Type *EltTy = ATy->getElementType(); in ParseConstants()
1752 Type *EltTy = ATy->getElementType(); in ParseConstants()
1852 OpTy->getElementType()); in ParseConstants()
1917 V = InlineAsm::get(cast<FunctionType>(PTy->getElementType()), in ParseConstants()
2200 Ty = cast<PointerType>(Ty)->getElementType(); in ParseModule()
2251 dyn_cast<FunctionType>(cast<PointerType>(Ty)->getElementType()); in ParseModule()
2305 GlobalAlias::create(PTy->getElementType(), PTy->getAddressSpace(), in ParseModule()
[all …]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp2010 STy->getElementType(i))); in ParseConstants()
2013 Type *EltTy = ATy->getElementType(); in ParseConstants()
2018 Type *EltTy = VTy->getElementType(); in ParseConstants()
2032 Type *EltTy = ATy->getElementType(); in ParseConstants()
2046 Type *EltTy = ATy->getElementType(); in ParseConstants()
2146 OpTy->getElementType()); in ParseConstants()
2211 V = InlineAsm::get(cast<FunctionType>(PTy->getElementType()), in ParseConstants()
2468 Ty = cast<PointerType>(Ty)->getElementType(); in ParseModule()
2519 dyn_cast<FunctionType>(cast<PointerType>(Ty)->getElementType()); in ParseModule()
2573 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.java355 t = t.getElementType(); in considerType()
DAsmAnalyzer.java491 t = t.getElementType(); in considerType()
/frameworks/compile/libbcc/lib/Renderscript/
DRSInvokeHelperPass.cpp183 llvm::Type *currentType = argStructType->getElementType(i); in runOnFunction()
DRSForEachExpand.cpp205 llvm::Type *ET = PT->getElementType(); in getStepValue()
785 llvm::Type *ElementType = PtrType->getElementType(); in ExpandKernel()
861 InPtr->getType())->getElementType(); in ExpandKernel()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp273 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()
953 Type *EltTy = CDS->getType()->getElementType(); in WriteConstants()
1239 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); in WriteInstruction()
1366 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); in WriteInstruction()
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp285 TypeVals.push_back(VE.getTypeID(PTy->getElementType())); in WriteTypeTable()
319 TypeVals.push_back(VE.getTypeID(AT->getElementType())); in WriteTypeTable()
328 TypeVals.push_back(VE.getTypeID(VT->getElementType())); in WriteTypeTable()
1199 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); in WriteInstruction()
1262 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); in WriteInstruction()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp270 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()
1324 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); in WriteInstruction()
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
DAsmGeneratorTest.java557 assertTrue(!getBase(type.getElementType().getInternalName()) in testType()